1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 18:06:41 +08:00
This commit is contained in:
dylan
2023-09-16 11:26:29 +08:00
parent 865fdf9535
commit 2b1544ee45
2 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -121,7 +121,7 @@ async function run() {
try {
let msg = ''
let signBody = `{"homeWishListUserFlag":"1","userType":"0","updateTag":true,"showPlusEntry":"2","hitNewUIStatus":"1","cvhv":"049591","cartuuid":"hjudwgohxzVu96krv/T6Hg==","adid":""}`
let body = await dy.getbody('cartClearQuery', signBody)
let body = await dy.getbody2('cartClearQuery', signBody)
if ($.out) return
if (!body) {
console.log('获取不到算法')
@@ -169,7 +169,7 @@ async function run() {
msg += `清空${operNum}件商品|没有找到要清空的商品\n`
} else {
let clearBody = `{"homeWishListUserFlag":"1","userType":"0","updateTag":false,"showPlusEntry":"2","hitNewUIStatus":"1","cvhv":"049591","cartuuid":"hjudwgohxzVu96krv/T6Hg==","operations":${$.toStr(operations, operations)},"adid":"","coord_type":"0"}`
clearBody = await dy.getbody('cartClearRemove', clearBody)
clearBody = await dy.getbody2('cartClearRemove', clearBody)
if ($.out) return
if (!clearBody) {
console.log('获取不到算法')