This commit is contained in:
Billy 2025-10-21 11:14:27 +08:00
parent 8de5d88091
commit eb0fe44cbd
2 changed files with 2 additions and 3 deletions

View File

@ -344,7 +344,7 @@ class Pay extends Common
*
* @param object|string $result
* @param string|null $payment
* @return void
* @return object|string|\think\Response|null
*/
private function payResponse($result = null, $payment = null)
{
@ -363,7 +363,7 @@ class Pay extends Common
* 根据订单号获取订单实例
*
* @param [type] $order_sn
* @return void
* @return array
*/
private function getOrderInstance($order_sn)
{

View File

@ -77,7 +77,6 @@ class Order extends Common
$this->error(__('No Results were found'));
}
$order->pay_types_text = $order->pay_types_text;
// 处理未支付订单 item status_code
$order = $order->setOrderItemStatusByOrder($order); // 这里订单转 数组了