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

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