Commit 65d302d3 authored by 黎博's avatar 黎博

提现时新增purpose字段

parent 0dbdb4f2
......@@ -492,6 +492,7 @@ public class MainProcess {
params.put("productId", productId);
params.put("cardId", cardId);
params.put("cardBindInfoId", cardBindInfoId);
params.put("purpose", "手机数码");
JSONObject result = HttpClientUtils.doPost(url, params, headers);
log.info("绑卡后提现:" + result);
if (symbol != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment