Skip to content

Commit

Permalink
fix: 预约参数修改 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
meooxx authored Jan 10, 2022
1 parent f4528d4 commit 60a821d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jd-yuyue",
"version": "2.1.1",
"version": "2.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ class Tools {
skuId: skuId,
num: 1,
addressId: defaultAddress.id,
yuShou: 'true',
isModifyAddress: 'false',
// yuShou: 'true',
// isModifyAddress: 'false',
name: defaultAddress.name,
provinceId: defaultAddress.provinceId,
cityId: defaultAddress.cityId,
Expand Down

0 comments on commit 60a821d

Please sign in to comment.