ソースを参照

update

master
dengbiao 2ヶ月前
コミット
1493b135cb
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      app/customer/hdl/hdl_alipay.go

+ 1
- 0
app/customer/hdl/hdl_alipay.go ファイルの表示

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


読み込み中…
キャンセル
保存