(extra = {})
| 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", { |
no outgoing calls
no test coverage detected