This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
证书
master
huangjiajun
1 week ago
parent
ee6cfa7045
commit
91c1242bf4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/svc/member_center/svc_certificate.go
+ 1
- 1
app/svc/member_center/svc_certificate.go
View File
@@ -21,7 +21,7 @@ func CertificateList(c *gin.Context) {
if req.Phone != "" {
NewUserDb := implement.NewUserDb(db.Db)
user, _ := NewUserDb.UserGetOneByParams(map[string]interface{}{
"key": "
id
",
"key": "
phone
",
"value": req.Phone,
})
req.Uid = "0"
Write
Preview
Loading…
Cancel
Save