sync: soul-api 接口逻辑 | 原因: 后端接口逻辑修改
This commit is contained in:
@@ -98,6 +98,8 @@ func MiniprogramLogin(c *gin.Context) {
|
|||||||
c.JSON(http.StatusInternalServerError, gin.H{"success": false, "error": "创建用户失败"})
|
c.JSON(http.StatusInternalServerError, gin.H{"success": false, "error": "创建用户失败"})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// 新用户:异步调用神射手自动打标(手机号尚未绑定,phone 为空时暂不调用)
|
||||||
|
AdminShensheShouAutoTag(userID, "")
|
||||||
} else {
|
} else {
|
||||||
// 更新 session_key
|
// 更新 session_key
|
||||||
db.Model(&user).Update("session_key", sessionKey)
|
db.Model(&user).Update("session_key", sessionKey)
|
||||||
|
|||||||
Reference in New Issue
Block a user