Explorar el Código

证书

master
huangjiajun hace 6 días
padre
commit
cb5b99f0f9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      app/svc/member_center/svc_certificate.go

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

@@ -38,8 +38,8 @@ func CertificateList(c *gin.Context) {
for _, v := range *notice {
NewUserDb := implement.NewUserDb(db.Db)
user, _ := NewUserDb.UserGetOneByParams(map[string]interface{}{
"key": "phone",
"value": req.Phone,
"key": "id",
"value": v.Uid,
})
phone := ""
if user != nil {


Cargando…
Cancelar
Guardar