Commit afea9121 by fudahua

好友关系

parent 1218cea8
......@@ -196,7 +196,7 @@ 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);
return resultResponse(HaoBanErrCode.ERR_500003, "1111");
}
WxEnterpriseDTO enterpriseDetailDTO = null;
if (StringUtils.isNotBlank(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