user_relation.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return [
  3. 'User_id' => '用户编号',
  4. 'Cid' => '企业编号',
  5. 'Unionid' => '微信unionid',
  6. 'Openid' => '微信openid',
  7. 'Routine_openid' => '微信小程序openid',
  8. 'Nickname' => '用户的昵称',
  9. 'Headimgurl' => '用户头像',
  10. 'Sex' => '性别',
  11. 'Sex 1' => '男性',
  12. 'Sex 2' => '女性',
  13. 'Sex 0' => '未知',
  14. 'City' => '市',
  15. 'Language' => '语言',
  16. 'Province' => '省',
  17. 'Country' => '国家',
  18. 'Remark' => 'remark',
  19. 'Groupid' => '用户所在的分组ID',
  20. 'Tagid_list' => '标签ID列表',
  21. 'Subscribe' => '订阅公众号',
  22. 'Subscribe 0' => '否',
  23. 'Subscribe 1' => '是',
  24. 'Subscribe_time' => '关注公众号时间',
  25. 'Createtime' => '创建时间',
  26. 'Stair' => '一级推荐人',
  27. 'Second' => '二级推荐人',
  28. 'Order_stair' => '一级推荐人订单',
  29. 'Order_second' => '二级推荐人订单',
  30. 'Brokerage_price' => '佣金',
  31. 'Session_key' => '小程序用户会话密匙',
  32. 'User_type' => '用户类型',
  33. 'User_type 0' => 'h5',
  34. 'User_type 1' => '公众号',
  35. 'User_type 2' => '小程序',
  36. 'User_type 3' => '通用'
  37. ];