|
@@ -20,6 +20,7 @@ class WelcomeController extends BaseController
|
|
|
$decode_id = Hashids::decode($send_order_id_encode);
|
|
|
if ($decode_id) {
|
|
|
$this->send_order_id = $decode_id[0];
|
|
|
+ myLog('test')->info('send_order_id: ' . $this->send_order_id);
|
|
|
$send_order = SendOrderService::getSendOrderStatic($this->send_order_id);
|
|
|
$quick_send_order = SendOrderService::getQuickAppSendOrderStatic($this->send_order_id);
|
|
|
$this->sendOrderStatistic($send_order);
|