mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-01 18:06:41 +08:00
1
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -121,7 +121,7 @@ async function run() {
|
|||||||
try {
|
try {
|
||||||
let msg = ''
|
let msg = ''
|
||||||
let signBody = `{"homeWishListUserFlag":"1","userType":"0","updateTag":true,"showPlusEntry":"2","hitNewUIStatus":"1","cvhv":"049591","cartuuid":"hjudwgohxzVu96krv/T6Hg==","adid":""}`
|
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 ($.out) return
|
||||||
if (!body) {
|
if (!body) {
|
||||||
console.log('获取不到算法')
|
console.log('获取不到算法')
|
||||||
@@ -169,7 +169,7 @@ async function run() {
|
|||||||
msg += `清空${operNum}件商品|没有找到要清空的商品\n`
|
msg += `清空${operNum}件商品|没有找到要清空的商品\n`
|
||||||
} else {
|
} 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"}`
|
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 ($.out) return
|
||||||
if (!clearBody) {
|
if (!clearBody) {
|
||||||
console.log('获取不到算法')
|
console.log('获取不到算法')
|
||||||
|
|||||||
Reference in New Issue
Block a user