()
| 340 | } |
| 341 | |
| 342 | function showMsg() { |
| 343 | return new Promise(resolve => { |
| 344 | $.msg($.name, '', `\n${$.result.join('\n')}`); |
| 345 | resolve(); |
| 346 | }); |
| 347 | } |
| 348 | |
| 349 | function taskUrl(function_path, body, stk) { |
| 350 | let url = `${JD_API_HOST}dreamfactory/${function_path}?zone=dream_factory&sceneval=2&g_login_type=1&&_time=${Date.now()}&_=${Date.now()}&${body}` |
no test coverage detected