abiao пре 4 година
родитељ
комит
d1151a00b5

+ 2 - 2
go/gopath/src/fohow.com/apps/controllers/user_controller/agent_apply_controller.go

@@ -186,10 +186,10 @@ func (self *UserController) GetAgentDetailByWxUid() {
 	//wxUId := int64(1781)
 	item := user_model.GetAgentApplyByWxUId(id)
 	if item == nil {
-		self.ReturnError(403, apps.NoExist, "", nil)
+		//self.ReturnError(403, apps.NoExist, "", nil)
 	}
 	if item.WxUId != id {
-		self.ReturnError(403, apps.NoExist, "", nil)
+		//self.ReturnError(403, apps.NoExist, "", nil)
 	}
 	item.SaleGroup = curWxUser.SaleGroup
 	item.SaleGroupSum = curWxUser.SaleGroupSum