Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ getSignConfig
Method
getSignConfig
wxapp/qiaqia.js:249–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
247
}
248
249
async
getSignConfig() {
250
try {
251
const
data =
await
this.mobilePost(
"/uc/sign/getConfigByUserId"
);
252
return
data?.data || {};
253
} catch (e) {
254
return
{};
255
}
256
}
257
258
async
doSign() {
259
try {
Callers
1
doSign
Method · 0.95
Calls
1
mobilePost
Method · 0.95
Tested by
no test coverage detected