diff --git a/application/service/OrderService.php b/application/service/OrderService.php index 7772e8f6c66db57ae0d3596f9ace068eed9c9ff5..26ba35c9aab0d744a6bf8feea8da2117483011ba 100755 --- a/application/service/OrderService.php +++ b/application/service/OrderService.php @@ -142,7 +142,7 @@ class OrderService return $ret; } - return DataReturn('支付接口异常', -1); + return DataReturn(empty($ret['msg']) ? '支付接口异常' : $ret['msg'], -1); } /**