Merge branch 'wp' into dev

This commit is contained in:
workabee 2024-02-20 14:26:49 +08:00
commit 417d0aac81

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