ソースを参照

微信提现先关闭

tmp
huangjiajun 1週間前
コミット
9b55888faf
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      app/hdl/hdl_wallet.go

+ 2
- 0
app/hdl/hdl_wallet.go ファイルの表示

@@ -192,6 +192,8 @@ func WithdrawApply(c *gin.Context) {
openId = aliInfo.OpenId
kind = int(enum.FinWithdrawApplyWithdrawKindForAli)
} else if req.Kind == enum.FinWithdrawApplyWithdrawKindForWx.String() {
e.OutErr(c, 400, "温馨提示:请选择支付宝提现~")
return
wxUserInfoDb := implement.NewWxUserInfoDb(db.Db)
wxInfo, err := wxUserInfoDb.GetWxUserInfo(user.Id)
if err != nil {


||||||
x
 
000:0
読み込み中…
キャンセル
保存