...
|
...
|
@@ -521,7 +521,7 @@ public static void main(String[] args) { |
|
|
|
|
|
// TODO 调用银联接口退保证金
|
|
|
LOGGER.info("send refund info to payment, seller_uid is {}, skup is {}", sp.getSellerUid(), sp.getSkup());
|
|
|
ApiResponse apiResponse = serviceCaller.call("ufo-gateway.offShelveByErp", sp, ApiResponse.class);
|
|
|
ApiResponse apiResponse = serviceCaller.call("ufo-gateway.offShelveByErp", sp, ApiResponse.class, 10);
|
|
|
LOGGER.info("result send refund info to payment is {}", apiResponse);
|
|
|
|
|
|
return new ApiResponse<>(200, "操作成功");
|
...
|
...
|
|