major 小版本更新

This commit is contained in:
wangjinlei
2025-05-28 15:36:10 +08:00
parent 03be3f446b
commit 75ca1abe78
4 changed files with 45 additions and 7 deletions

View File

@@ -762,7 +762,7 @@ class Preaccept extends Base
}
$order_info['paystation'] = $paystation;
}
$re['state'] = $order_info?$order_info['state']:0;
$re['state'] = $order_info?$order_info['state']:$article_info['is_buy'];
$re['fee'] = $journal_info['fee'];
$re['order'] = $order_info;
return jsonSuccess($re);