瀏覽代碼

update

master
shenjiachi 1 天之前
父節點
當前提交
0b22b30b63
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -1
      app/hdl/financial_center/hdl_withdraw.go
  2. +0
    -1
      app/md/financial_center/md_withdraw.go

+ 1
- 1
app/hdl/financial_center/hdl_withdraw.go 查看文件

@@ -334,7 +334,7 @@ func GetWithdrawApplyList(c *gin.Context) {
WechatPayName: apply.WxPayName,
AliPayAccount: apply.AliPayAccount,
WechatPayAccount: apply.WxPayAccount,
WithdrawType: apply.WithdrawType,
WithdrawType: apply.WithdrawKind,
InviteCode: apply.InviteCode,
Amount: apply.Amount,
ActualReceipt: apply.RealAmount,


+ 0
- 1
app/md/financial_center/md_withdraw.go 查看文件

@@ -86,7 +86,6 @@ type WithdrawApplyInfo struct {
AliPayAccount string `xorm:"user_id"` // 支付宝账号
WxPayName string `xorm:"user_name"` // 微信昵称
WxPayAccount string `xorm:"user_id"` // 微信账号
WithdrawType int `xorm:"withdraw_kind"` // 提现方式(1:支付宝 2:微信)
InviteCode string `xorm:"system_invite_code"` // 邀请码
}



Loading…
取消
儲存