|
@@ -526,7 +526,7 @@ func BannerGetQRCode(c *gin.Context) {
|
|
|
remark := c.Query("Remark")
|
|
|
wxUserInfo, err := wx_user.GetByUserId(userId)
|
|
|
if err != nil {
|
|
|
- response.Fail(err.Error(), c)
|
|
|
+ response.Ok(err.Error(), c)
|
|
|
return
|
|
|
}
|
|
|
companyInfo, tmpErr := company.GetByCompanyId(wxUserInfo.CompanyID)
|
|
@@ -613,7 +613,7 @@ func ResearchSignUp(c *gin.Context) {
|
|
|
return
|
|
|
}
|
|
|
if count > 0 {
|
|
|
- response.FailData("报名失败", "该手机号已报名,Err:"+err.Error(), c)
|
|
|
+ response.FailData("报名失败", "该手机号已报名", c)
|
|
|
return
|
|
|
}
|
|
|
ob := &yb_research_signup_statistics.YbResearchSignupStatistics{
|