|
|
|
@@ -135,6 +135,7 @@ public class WxPayOrderController extends BaseController { |
|
|
|
order = wxOrderService.getById(orderId); |
|
|
|
return new ResultData(Result.SUCCESS, "支付状态更新成功", order); |
|
|
|
} else{ |
|
|
|
//TODO查询订单状态 |
|
|
|
|
|
|
|
return new ResultData(ErrorCode.PAY_ORDER_ERROR, "支付状态未知,请等待!!"); |
|
|
|
} |
|
|
|
|