|
@@ -162,6 +162,7 @@ class OrdersController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ myLog('charge')->info('chargeList_1', ['uid' => $this->uid, 'bid' => $bid, 'template_id' => $template_id, 'sendOrderId' => $sendOrderId]);
|
|
|
$book_config = null;
|
|
|
if ($bid) {
|
|
|
$bid = Hashids::decode($bid)[0];
|
|
@@ -185,7 +186,8 @@ class OrdersController extends BaseController
|
|
|
//TODO 长篇小数才有模板2
|
|
|
$uid = $this->uid;
|
|
|
$is_first_recharge = OrderService::judgeUserFirstRecharge($uid);
|
|
|
-
|
|
|
+
|
|
|
+ myLog('charge')->info('chargeList_2', ['uid' => $this->uid, 'is_first_recharge' => $is_first_recharge, 'res' => $res]);
|
|
|
\Log::info('qappchargeList:uid:'.$uid.' send_order_id:'.$sendOrderId.' template_id:'.$template_id.' is_first_recharge:'.$is_first_recharge);
|
|
|
|
|
|
$data = [];
|