This website works better with JavaScript.
首頁
探索
說明
登入
EggPlanet
/
egg_app
關註
3
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
1
tmp
dengbiao
1 月之前
父節點
51d8915768
當前提交
9d7ef2830e
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/hdl/hdl_login.go
+ 1
- 0
app/hdl/hdl_login.go
查看文件
@@ -144,6 +144,7 @@ func WechatLogin(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
utils.FilePutContents("WechatLogin", utils.SerializeStr(req))
if req.WechatCode == "" {
e.OutErr(c, 400, e.NewErr(400, "获取微信信息失败"))
return
Write
Preview
Loading…
取消
儲存