mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-22 19:10:53 +08:00
修
This commit is contained in:
parent
001fccb53b
commit
65b848e398
@ -352,7 +352,7 @@ export async function allMysSign() {
|
||||
for (let dataUid of stoken) {
|
||||
for(let uuId in dataUid){
|
||||
let data=dataUid[uuId]
|
||||
let user_id = data.userId;
|
||||
let user_id = data.userId*1;
|
||||
let e = {
|
||||
user_id,
|
||||
isTask: true
|
||||
|
Loading…
Reference in New Issue
Block a user