MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / customInfo

Method customInfo

wxapp/hrj.js:252–259  ·  view source on GitHub ↗
(extra = {})

Source from the content-addressed store, hash-verified

250 }
251
252 customInfo(extra = {}) {
253 return {
254 ...ONECRM_BASIC_INFO,
255 source: 0,
256 wid: this.session.wid,
257 ...extra,
258 };
259 }
260
261 async getSignMainInfo(silent = false) {
262 const data = await this.request("/onecrm/mactivity/sign/misc/sign/activity/c/signMainInfo", {

Callers 2

getSignMainInfoMethod · 0.95
doSignMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected