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.
21 lines
646 B
21 lines
646 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'OrderNotify' => '推送记录',
|
|
'order-notify' => '推送记录',
|
|
],
|
|
'fields' => [
|
|
'order_id' => '订单ID',
|
|
'state' => '订单状态',
|
|
'receive_time' => '接收通知的时间',
|
|
'receive_body' => '接收通知的内容',
|
|
'push_time' => '推给客户的时间',
|
|
'push_body' => '推给客户的内容',
|
|
'push_duration' => '推送用时',
|
|
'response_time' => '客户响应的时间',
|
|
'response_code' => '客户响应的状态码',
|
|
'response_body' => '客户响应的内容',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|