|
|
@ -22,6 +22,7 @@ import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
* |
|
|
|
* @Author zxc |
|
|
|
* @CreateTime 2020/7/5 14:45 |
|
|
|
* ,url="localhost:8110" |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.EPMET_THIRD_SERVER, fallback = EpmetThirdFeignClientFallback.class) |
|
|
|
|
|
|
@ -103,6 +104,6 @@ public interface EpmetThirdFeignClient { |
|
|
|
* @Author sun |
|
|
|
* @Description 根据appId查询公众号注册的客户信息 |
|
|
|
**/ |
|
|
|
@PostMapping(value = "third/customermp/getcustomermsg") |
|
|
|
@PostMapping(value = "third/customermp/getcustomermsg/{appId}") |
|
|
|
Result<PublicCustomerResultDTO> getCustomerMsg(@PathVariable("appId") String appId); |
|
|
|
} |
|
|
|