|
|
|
@ -335,7 +335,7 @@ public class TestController implements ApplicationEventPublisherAware {
|
|
|
|
|
}
|
|
|
|
|
JSONObject order = orderMapper.find(refundOrder.getString("order_id"));
|
|
|
|
|
Assert.notNull(order);
|
|
|
|
|
String channel = order.getString("channel");
|
|
|
|
|
String channel = order.getString("order_channel");
|
|
|
|
|
JSONObject res = new JSONObject();
|
|
|
|
|
TradeType type = TradeType.fromGatewayNumber(order.getIntValue("gateway"));
|
|
|
|
|
switch (channel) {
|
|
|
|
|