|
|
@@ -92,6 +92,7 @@ class PayNotifyLogic extends BaseLogic
|
|
|
public static function goods($orderSn, array $extra = [])
|
|
|
{
|
|
|
$order = RechargeOrder::where('sn', $orderSn)->findOrEmpty();
|
|
|
+ Log::write(json_encode($order->toArray(), JSON_UNESCAPED_UNICODE));
|
|
|
if(!$order->isEmpty()){
|
|
|
// 更新充值订单状态
|
|
|
$order->transaction_id = $extra['transaction_id'] ?? '';
|