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.
15 lines
332 B
15 lines
332 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'OrderChanged' => '变更记录',
|
|
'order-changed' => '变更记录',
|
|
],
|
|
'fields' => [
|
|
'order_id' => '订单ID',
|
|
'state' => '订单状态',
|
|
'receive_time' => '接收时间',
|
|
'receive_body' => '接收内容',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|