Update hyjk.js

This commit is contained in:
smallfawn
2024-03-25 15:14:45 +08:00
committed by GitHub
parent ae7eefe425
commit c66c48d4dd

View File

@@ -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) {