支付宝记账本
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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'OrderChanged' => '变更记录',
  5. 'order-changed' => '变更记录',
  6. ],
  7. 'fields' => [
  8. 'order_id' => '订单ID',
  9. 'state' => '订单状态',
  10. 'receive_time' => '接收时间',
  11. 'receive_body' => '接收内容',
  12. ],
  13. 'options' => [
  14. ],
  15. ];