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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'OrderNotify' => '推送记录',
  5. 'order-notify' => '推送记录',
  6. ],
  7. 'fields' => [
  8. 'order_id' => '订单ID',
  9. 'state' => '订单状态',
  10. 'push_time' => '推给客户的时间',
  11. 'push_body' => '推给客户的内容',
  12. 'push_duration' => '推送用时',
  13. 'response_time' => '客户响应的时间',
  14. 'response_code' => '客户响应的状态码',
  15. 'response_body' => '客户响应的内容',
  16. ],
  17. 'options' => [
  18. ],
  19. ];