MCPcopy
hub / github.com/smallfawn/QLScriptPublic / task_1

Method task_1

wxapp/haitian.js:352–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350 }
351
352 async task_1() {
353 try {
354 const result = await this.request("/members/browsePage", {
355 method: "POST",
356 data: {},
357 });
358 if (result?.code == 200 || result?.statusCode == 200 || result === "") {
359 $.log("浏览界面 操作成功");
360 } else {
361 $.log(`浏览界面 操作失败[${JSON.stringify(result)}]`);
362 }
363 } catch (e) {
364 $.log(`浏览界面 操作失败[${e.message || e}]`);
365 }
366 }
367
368 async task_2() {
369 try {

Callers 1

runMethod · 0.95

Calls 2

requestMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected