Commit e3febf3a authored by 袁玲利's avatar 袁玲利

assignDeposit界面的get接口改成v2接口

parent b8c1fc18
......@@ -1066,7 +1066,7 @@
let this_ = this;
let loading = weui.loading("请稍后");
$.ajax({
url: gHost + "/bank-wechat/user/bank/get",
url: gHost + "/bank-wechat/user/bank/get/v2",
type: "POST",
contentType: "application/x-www-form-urlencoded",
data: {
......
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