Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doSign
Method · 0.95
Calls
1
mobilePost
Method · 0.95
Tested by
no test coverage detected