소스 검색

update

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

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

@@ -509,6 +509,9 @@ func BindAlipayAccount(c *gin.Context) {
e.OutErr(c, e.ERR, err.Error())
return
}
fmt.Println("BindAlipayAccount>>>>>>>>", info)
utils.FilePutContents("BindAlipayAccount", utils.SerializeStr(info))

infoDb := implement.NewAlipayUserInfoDb(db.Db)
userInfo, err := infoDb.GetAlipayUserInfo(user.Id)
if err != nil {


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