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

Method queryPhoto

wxapp/fuyouhui.js:300–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }
299
300 async queryPhoto() {
301 try {
302 const data = assertOk(await request("get", "/online/cms-api/sign/getPhoto"), "查询活动背景");
303 return data.sign || {};
304 } catch {
305 return {};
306 }
307 }
308
309 async receiveCoupon(cpId) {
310 if (!cpId) return;

Callers 1

runMethod · 0.95

Calls 2

assertOkFunction · 0.70
requestFunction · 0.70

Tested by

no test coverage detected