8000 修改卡券接口和字段 by silloy · Pull Request #1496 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content

修改卡券接口和字段 #1496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🐛 修改接口路径
  • Loading branch information
silloy committed Apr 8, 2020
commit 48519c43b409dcb9eaf6abcbeb47cbcdcd92b68d
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,7 @@ public void cardSelfConsumeCellSet(String cardId, Boolean isOpen,
param.addProperty("is_open", isOpen);
param.addProperty("need_verify_cod", needVerifyCod);
param.addProperty("need_remark_amount", needRemarkAmount);
<<<<<<< HEAD
this.wxMpService.post(WxMpApiUrl.Card.CARD_SELF_CONSUME_CELL_SET, param.toString());
=======
this.wxMpService.post(WxMpApiUrl.Card.CARD_PAYCELL_SET, param.toString());
>>>>>>> :sparkles: 增加自助核销接口
}


Expand Down
0