소스 검색

[B端][修改]:修改b端用户获取信息接口

release_toaliyun_real
hupeng 7 년 전
부모
커밋
5584f69700
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      mallinkBApi/src/main/java/com/simple/controller/WxMerchantBUserController.java

+ 1
- 0
mallinkBApi/src/main/java/com/simple/controller/WxMerchantBUserController.java 파일 보기

@@ -65,6 +65,7 @@ public class WxMerchantBUserController extends BaseController
resultMap.put("phone",user.getPhone());
resultMap.put("name",user.getName());
resultMap.put("merchant_name",merchant.getName());
resultMap.put("merchant_img_url",merchant.getImgUrl());
resultMap.put("mall_name",mall.getName());
resultMap.put("service_phone",mall.getServicePhone());



불러오는 중...
취소
저장