2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00
This commit is contained in:
Ctrlcvs 2022-08-19 07:31:24 +08:00
parent 001fccb53b
commit 65b848e398

View File

@ -352,7 +352,7 @@ export async function allMysSign() {
for (let dataUid of stoken) { for (let dataUid of stoken) {
for(let uuId in dataUid){ for(let uuId in dataUid){
let data=dataUid[uuId] let data=dataUid[uuId]
let user_id = data.userId; let user_id = data.userId*1;
let e = { let e = {
user_id, user_id,
isTask: true isTask: true