|
|
@@ -5,6 +5,7 @@ use app\common\logic\PaymentLogic;
|
|
|
use app\api\logic\GroupActivityLogic;
|
|
|
use app\api\validate\GroupOrderValidate;
|
|
|
use app\api\lists\group_activity\UserOrderLists;
|
|
|
+use think\facade\Log;
|
|
|
|
|
|
|
|
|
/**
|
|
|
@@ -89,6 +90,7 @@ class GroupActivityController extends BaseApiController
|
|
|
return $this->fail(PaymentLogic::getError());
|
|
|
}
|
|
|
$result['sn'] = $order['sn'];
|
|
|
+ Log::write('group_prepay:'.json_encode($result, JSON_UNESCAPED_UNICODE));
|
|
|
return $this->success('', $result);
|
|
|
}
|
|
|
|