|
|
@ -31,7 +31,7 @@ public interface DistributorFeign { |
|
|
|
@ResponseBody |
|
|
|
ResultBean<DisDetailsVo> getDistributorDetail(@PathVariable(value = "distributorSid") String distributorSid); |
|
|
|
|
|
|
|
@ApiOperation("移动端-经销商初始化详情") |
|
|
|
@ApiOperation("移动端-经销商初始化详情 ") |
|
|
|
@GetMapping("/getDistributorInfo/{distributorSid}") |
|
|
|
@ResponseBody |
|
|
|
ResultBean<DisInitDetailsVo> getDistributorInfo(@PathVariable(value = "distributorSid") String sid); |
|
|
|