Commit 0bf1141f authored by 吴泽佳's avatar 吴泽佳

接口地址 换一下

parent 4568e062
......@@ -16,7 +16,7 @@ import java.util.List;
public interface FeignClientForDiagnose {
@ApiOperation("查询理财师关联客户信息")
@GetMapping("/ifa/customer/simplelist")
@GetMapping("/ifa/customer/getIfaCustomerList")
CommonResp<List<Customer>> getIfaCustomerList(@ApiParam("理财师ID") @RequestParam("ifaId") String ifaId);
}
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