rechar_order.php 999 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. return [
  3. 'Id' => '主键ID',
  4. 'User_id' => '用户ID',
  5. 'Order_no' => '订单编号',
  6. 'Money' => '充值金额',
  7. 'Jewel' => '获得钻石',
  8. 'Refund_money' => '退款金额',
  9. 'Service_fee' => '手续费',
  10. 'Transaction_id' => '支付订单号',
  11. 'Status' => '订单状态',
  12. 'Status -1' => '支付超时',
  13. 'Status 0' => '支付中',
  14. 'Status 1' => '支付成功',
  15. 'Status 2' => '退款',
  16. 'Business_no' => '商户号',
  17. 'Pay_type' => '支付渠道',
  18. 'Pay_type 1' => '微信',
  19. 'Pay_type 2' => '支付宝',
  20. 'Pay_type 3' => '衫德',
  21. 'Platform' => '充值平台',
  22. 'Platform 1' => '安卓',
  23. 'Platform 2' => 'ios',
  24. 'Platform 3' => '公众号',
  25. 'Createtime' => '创建时间',
  26. 'Paytime' => '支付时间',
  27. 'Updatetime' => '更新时间',
  28. 'User.nickname' => '昵称'
  29. ];