瀏覽代碼

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)


Loading…
取消
儲存