Explorar el Código

证书

master
huangjiajun hace 1 semana
padre
commit
91c1242bf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/svc/member_center/svc_certificate.go

+ 1
- 1
app/svc/member_center/svc_certificate.go Ver fichero

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


Cargando…
Cancelar
Guardar