pay debug
parent
50bcdcfc5c
commit
8a7d829265
|
|
@ -142,7 +142,7 @@ class OrderService
|
|||
|
||||
return $ret;
|
||||
}
|
||||
return DataReturn('支付接口异常', -1);
|
||||
return DataReturn(empty($ret['msg']) ? '支付接口异常' : $ret['msg'], -1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue