设备收单查询
This commit is contained in:
parent
8578b57bb2
commit
154579e2a3
|
|
@ -82,7 +82,7 @@ public class OrderAndroidController {
|
|||
OrderPayAndroidVO payAndroidVO = this.orderPlaceAndroidBusiness.queryPayResult((request).getMacOrderId());
|
||||
log.info("[设备收单查询]支付耗时:{}", System.currentTimeMillis() - startTime);
|
||||
return RetCodeEnum.SUCC.getKey().equals(payAndroidVO.getCode()) ? AjaxResult.success(payAndroidVO) :
|
||||
new AjaxResult(payAndroidVO.getCode(), payAndroidVO.getMsg(), payAndroidVO);
|
||||
AjaxResult.error(payAndroidVO.getMsg(), payAndroidVO);
|
||||
}
|
||||
|
||||
@PostMapping({"/page"})
|
||||
|
|
|
|||
Loading…
Reference in New Issue