Commit c216ecf7 by fudahua

好友关系

parent afea9121
......@@ -195,9 +195,9 @@ public class InfoController extends WebBaseController{
@RequestMapping("get-user-by-member-code")
public HaobanResponse getInfoByMemberCode(GetUserByMemberCodeQo qo) {
if (qo.getMemberId().equals("ff80808172cbd0410172cc894e6503c9")) {
return resultResponse(HaoBanErrCode.ERR_500003, "1111");
}
// if (qo.getMemberId().equals("ff80808172cbd0410172cc894e6503c9")) {
// return resultResponse(HaoBanErrCode.ERR_500003, "1111");
// }
WxEnterpriseDTO enterpriseDetailDTO = null;
if (StringUtils.isNotBlank(qo.getCorpId())) {
enterpriseDetailDTO = wxEnterpriseApiService.getEnterpriseBycorpId(qo.getCorpId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment