userdecoratelianmeng.php 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Decorate_id' => '道具ID',
  6. 'Createtime' => '创建时间',
  7. 'Updatetime' => '更新时间',
  8. 'Is_using' => '使用状态',
  9. 'Is_using 1' => '已使用',
  10. 'Is_using 0' => '未使用',
  11. 'Plat_name' => '对应平台用户名',
  12. 'Status' => '核销状态',
  13. 'Status 0' => '待核销',
  14. 'Status 1' => '核销成功',
  15. 'Status 2' => '核销失败',
  16. 'Audittime' => '核销时间',
  17. 'Auditremark' => '核销失败原因',
  18. 'User.username' => '用户名',
  19. 'User.nickname' => '昵称',
  20. 'User.mobile' => '手机号',
  21. 'Decoratelianmeng.name' => '名称',
  22. 'Decoratelianmeng.type' => '类型',
  23. 'Decoratelianmeng.type 1' => '吉傲T币',
  24. 'Decoratelianmeng.type 2' => '吉傲会员',
  25. 'Decoratelianmeng.type 3' => '联盟商家币',
  26. 'Decoratelianmeng.type 4' => '联盟商家会员'
  27. ];