|
...
|
...
|
@@ -56,7 +56,7 @@ class WorkOrderDing extends Command |
|
|
|
if ($response->status() == 200) {
|
|
|
|
$userid = $response->json()['data']['userid'];
|
|
|
|
$text = "**您有新的售后工单**<br>";
|
|
|
|
$text .= "工单ID:{$log->work_order_id}<br>";
|
|
|
|
$text .= "工单ID:{$log->ticket_id}<br>";
|
|
|
|
$text .= "工单类型:<font color='red'>{$log->ticket->title}</font><br>";
|
|
|
|
$text .= "项目:{$log->ticket->project->title}<br>";
|
|
|
|
$text .= "时间:{$log->created_at}<br>";
|
...
|
...
|
|