소스 검색

agent apply id

abiao 4 년 전
부모
커밋
96126cce45
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      go/gopath/src/fohow.com/apps/controllers/user_controller/agent_apply_controller.go

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

@@ -159,9 +159,6 @@ func (self *UserController) GetUserInfo() {
 		useCache = false
 	}
 	wxUser := user_model.GetWxUserById(id, useCache)
-	if wxUser != nil {
-		wxUser.Head = self.GetFullImgUrl(wxUser.Head)
-	}
 
 	type Ret struct {
 		WxUser *user_model.WxUser `json:"wx_user"`