Browse Source

update

master
dengbiao 2 months ago
parent
commit
1493b135cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/customer/hdl/hdl_alipay.go

+ 1
- 0
app/customer/hdl/hdl_alipay.go View File

@@ -51,6 +51,7 @@ func SystemOauthToken(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
utils.FilePutContents("SystemOauthToken", utils.SerializeStr(req))
sysCfgDb := db.SysCfgDb{}
sysCfgDb.Set()
sysCfg := sysCfgDb.SysCfgFindWithDb(enum.OpenAppletAppid, enum.OpenAppletAppPrivateKey, enum.OpenAppletPublicKey)


Loading…
Cancel
Save