|
...
|
...
|
@@ -250,7 +250,7 @@ class AsideTicketController extends BaseController |
|
|
|
'size' => 0,
|
|
|
|
'thumbSize' => 0,
|
|
|
|
'thumbUrl' => 'https://oa.quanqiusou.cn/logo.ico',
|
|
|
|
'url' => 'https://oa.quanqiusou.cn/tickets?project_id='.$project->uuid
|
|
|
|
'url' => 'https://oa.quanqiusou.cn/afterorder?project_id='.$project->uuid
|
|
|
|
], JSON_UNESCAPED_UNICODE);
|
|
|
|
$message_push->send_time = now();
|
|
|
|
$message_push->type = MessagePush::TYPE_TICKET;
|
...
|
...
|
|