Commit cf58f6c5 authored by 王向伟's avatar 王向伟

修改审核接口url

parent 5818f077
...@@ -18,10 +18,10 @@ import java.util.Map; ...@@ -18,10 +18,10 @@ import java.util.Map;
*/ */
@Component @Component
@FeignClient(name = "ClothoServiceCenter", url = "${fund.pay.api-host}", fallback = ClothoCenter.Fallback.class) @FeignClient(name = "ClothoServiceCenter", url = "${koala.api-host}", fallback = ClothoCenter.Fallback.class)
public interface ClothoCenter { public interface ClothoCenter {
@PostMapping(value = "/external/quota/auth_amount_audit/notify", consumes = "application/x-www-form-urlencoded") @PostMapping(value = "/v1/risk_management/audit/receive_risk_control_result", consumes = "application/x-www-form-urlencoded")
String approve(@RequestParam Map approveData); String approve(@RequestParam Map approveData);
@PostMapping(value = "/external/quota/order_audit/notify", consumes = "application/x-www-form-urlencoded") @PostMapping(value = "/external/quota/order_audit/notify", consumes = "application/x-www-form-urlencoded")
......
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