Compare commits

...

2 Commits

Author SHA1 Message Date
417d0aac81 Merge branch 'wp' into dev 2024-02-20 14:26:49 +08:00
838e55ccb2 更新 2024-02-20 14:26:34 +08:00

View File

@ -48,6 +48,7 @@ func CheckByPhone(c *gin.Context) {
response.ResponseQuickMsg(c, msg.Fail, err.Error(), nil)
return
}
if resp.IsExist {
img := resp.Data.IdCardBackPhoto
response1, err := http.Get(img)
@ -75,6 +76,7 @@ func CheckByPhone(c *gin.Context) {
resp.Data.IdCardStartDate = result.IssueDate
resp.Data.IdCardEndDate = result.ExpirationDate
}
response.ResponseQuickMsg(c, msg.Ok, resp.Msg, resp)
return