mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
Update hyjk.js
This commit is contained in:
2
hyjk.js
2
hyjk.js
@@ -73,7 +73,7 @@ class Task {
|
|||||||
}
|
}
|
||||||
async signIn() {
|
async signIn() {
|
||||||
try {
|
try {
|
||||||
let result = await this.taskRequest("post", `https://tuan.api.ybm100.com/miniapp/marketing/signActivity/signRecord`, JSON.stringify({ "actId": 5712, "sceneId": 6, "channelCode": "130" }))
|
let result = await this.taskRequest("post", `https://tuan.api.ybm100.com/miniapp/marketing/signActivity/sign`, JSON.stringify({ "actId": 5712, "sceneId": 6, "channelCode": "130" }))
|
||||||
//console.log(options);
|
//console.log(options);
|
||||||
//console.log(result);
|
//console.log(result);
|
||||||
if (result.code == 0) {
|
if (result.code == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user