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

Method getSignList

wxapp/qiaqia.js:244–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242 }
243
244 async getSignList() {
245 const data = await this.mobilePost("/promotion/sign/list");
246 return data?.data || [];
247 }
248
249 async getSignConfig() {
250 try {

Callers 1

doSignMethod · 0.95

Calls 1

mobilePostMethod · 0.95

Tested by

no test coverage detected