소스 검색

update

tmp
dengbiao 1 주 전
부모
커밋
7baa915088
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      app/hdl/hdl_wallet.go

+ 4
- 0
app/hdl/hdl_wallet.go 파일 보기

@@ -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


불러오는 중...
취소
저장