dengbiao 1 vecka sedan
förälder
incheckning
7baa915088
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      app/hdl/hdl_wallet.go

+ 4
- 0
app/hdl/hdl_wallet.go Visa fil

@@ -182,6 +182,10 @@ func WithdrawApply(c *gin.Context) {
e.OutErr(c, e.ERR, "支付宝用户信息未授权")
return
}
if aliInfo.OpenId != "" {
e.OutErr(c, e.ERR, "支付宝用户授权信息有误")
return
}
//appId = sysCfgMap[enum.AlipayAppId]
userId = aliInfo.UserId
openId = aliInfo.OpenId


Laddar…
Avbryt
Spara