Commit b8df7d2f by zhangxingmin

push

parent c97b704d
...@@ -144,5 +144,5 @@ public interface ApiSalaryFeignClient { ...@@ -144,5 +144,5 @@ public interface ApiSalaryFeignClient {
* @return * @return
*/ */
@GetMapping("/broker/list") @GetMapping("/broker/list")
Result<List<ApiSalaryBrokerListResponse>> brokerList(@RequestParam(value = "name",defaultValue = "",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