提交 f2a8a318 authored 作者: huyufan's avatar huyufan

同步运单风控

上级 39552495
...@@ -26,6 +26,6 @@ public class FeignInterceptor implements RequestInterceptor { ...@@ -26,6 +26,6 @@ public class FeignInterceptor implements RequestInterceptor {
@Bean @Bean
public Request.Options requestOptions() { public Request.Options requestOptions() {
return new Request.Options(9000, 9000); return new Request.Options(15000, 15000);
} }
} }
\ No newline at end of file
...@@ -29,7 +29,7 @@ public interface TransportFeignService { ...@@ -29,7 +29,7 @@ public interface TransportFeignService {
* 运单支付运费同步 * 运单支付运费同步
*/ */
@RequestMapping(value = "/transport-service/thirdParty/order/orderChildPaySync", method = RequestMethod.POST) @RequestMapping(value = "/transport-service/thirdParty/order/orderChildPaySync", method = RequestMethod.POST)
Result orderChildPaySync(@RequestBody @NotEmpty(message = "运单编号不能为空") List<String> childNoList); HttpDTO orderChildPaySync(@RequestBody @NotEmpty(message = "运单编号不能为空") List<String> childNoList);
/** /**
* 获取运单开票状态 * 获取运单开票状态
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论