zhs 3 lat temu
rodzic
commit
7e9bb2c38f

+ 12 - 0
src/main/java/com/supplier/model/WxWithdrawal.java

@@ -36,4 +36,16 @@ public class WxWithdrawal implements Serializable {
      * 提现用户
      */
     private String code;
+    /**
+     * 银行卡号
+     */
+    private String card;
+    /**
+     * 提现姓名
+     */
+    private String name;
+    /**
+     * 提现账号
+     */
+    private String account;
 }

+ 1 - 2
src/main/resources/static/js/personal/function.js

@@ -593,8 +593,7 @@ function withdrawal(){
         layer.load(3);
         //修改
         $.ajax({
-            // url: "https://www.tuyatrip.com/api/zfbWithdrawal/zfbCash",
-            url: "http://localhost:9600/zfbWithdrawal/zfbCash",
+            url: "https://www.tuyatrip.com/api/zfbWithdrawal/zfbCash",
             type: "put",
             data: {
                 "name": $("input[name=name]").val(),