Commit 0354d041 by zhangxingmin

push

parent daac7f6d
...@@ -191,5 +191,4 @@ public class ApiSalaryController implements ApiSalaryFeignClient { ...@@ -191,5 +191,4 @@ public class ApiSalaryController implements ApiSalaryFeignClient {
return apiSalaryService.brokerList(name); return apiSalaryService.brokerList(name);
} }
} }
...@@ -145,4 +145,5 @@ public interface ApiSalaryFeignClient { ...@@ -145,4 +145,5 @@ public interface ApiSalaryFeignClient {
*/ */
@GetMapping("/broker/list") @GetMapping("/broker/list")
Result<List<ApiSalaryBrokerListResponse>> brokerList(@RequestParam(value = "name",required = false) String name); Result<List<ApiSalaryBrokerListResponse>> brokerList(@RequestParam(value = "name",required = false) String name);
} }
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