MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / getPageConfig

Method getPageConfig

wxapp/longfor.js:460–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

458 }
459
460 async getPageConfig() {
461 const data = await this.miniPost(
462 `${MEMBER_HOST}/api/bff/pages/${API_VERSION}/publicApi/v1/pageConfig`,
463 { pageCode: "C2mine" },
464 true
465 );
466 this.activityNo = this.findActivityNo(data);
467 return data;
468 }
469
470 async checkToken() {
471 try {

Callers 2

checkTokenMethod · 0.95
signInMethod · 0.95

Calls 2

miniPostMethod · 0.95
findActivityNoMethod · 0.95

Tested by

no test coverage detected