relation.php 1.3 KB

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