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"` // 邀请码
}



Зареждане…
Отказ
Запис