offline_recharge.php 828 B

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'Order_type' => '订单类型',
  4. 'Pro_name' => '产品名称',
  5. 'Server_no' => '服务器编号',
  6. 'Type' => '充值方式',
  7. 'Tx_hash' => '交易哈希',
  8. 'User_id' => '用户',
  9. 'Symbol' => '币种',
  10. 'Amount' => '金额',
  11. 'Power' => '对应算力',
  12. 'Real_name' => '收货人',
  13. 'Mobile' => '手机号码',
  14. 'To_address' => '充值地址',
  15. 'From_address' => '用户地址',
  16. 'Status' => '状态',
  17. 'Express_status' => '是否发货',
  18. 'Express_name' => '快递名称',
  19. 'Express_num' => '快递单号',
  20. 'Create_time' => '创建时间',
  21. 'Update_time' => '更新时间',
  22. 'Declaration' => '手动报单',
  23. 'Note' => '备注'
  24. ];