Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Faker authored and Faker committed May 24, 2023
1 parent a2dd9fe commit 6df84fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jd_coupon.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if ($.isNode()) {
console.log("优惠劵失败...")
return;
}
$.randomCode = random(10, 13);
$.randomCode = random(10, 15);
// console.log($.randomCode)
// console.log(codeList.length)
if (codeList[0] === "") {
Expand Down
2 changes: 1 addition & 1 deletion jd_coupon2.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if ($.isNode()) {
console.log("优惠劵失败...")
return;
}
$.randomCode = random(10, 13);
$.randomCode = random(10, 18);
// console.log(codeList)
// console.log(codeList.length)
if (codeList[0] === "") {
Expand Down

0 comments on commit 6df84fa

Please sign in to comment.