本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
EggPlanet
/
egg_app
關注
3
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch 'master' of
https://code.fnuoos.com/EggPlanet/egg_app
tmp
dengbiao
3 週之前
父節點
5d988324c3
8bdb263e54
當前提交
67c5150610
共有
1 個檔案被更改
,包括
0 行新增
和
4 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
app/hdl/hdl_user.go
+ 0
- 4
app/hdl/hdl_user.go
查看文件
@@ -221,10 +221,6 @@ func BindUserInfo(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
if req.WechatAccount == "" {
e.OutErr(c, 400, e.NewErr(400, "微信号不能为空"))
return
}
ownUser := svc.GetUser(c)
cols := ""
if req.Nickname != "" {
Write
Preview
Loading…
取消
儲存