You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
544 B
19 lines
544 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'OrderNotify' => '推送记录',
|
|
'order-notify' => '推送记录',
|
|
],
|
|
'fields' => [
|
|
'order_id' => '订单ID',
|
|
'state' => '订单状态',
|
|
'push_time' => '推给客户的时间',
|
|
'push_body' => '推给客户的内容',
|
|
'push_duration' => '推送用时',
|
|
'response_time' => '客户响应的时间',
|
|
'response_code' => '客户响应的状态码',
|
|
'response_body' => '客户响应的内容',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|