WIN-2308041133\Administrator 1 year ago
parent
commit
be17290f3d
1 changed files with 37 additions and 0 deletions
  1. 37 0
      application/admin/lang/zh-cn/wechat/plan.php

+ 37 - 0
application/admin/lang/zh-cn/wechat/plan.php

@@ -0,0 +1,37 @@
+<?php
+
+return [
+    'User_id'         => '用户编号',
+    'Unionid'         => '微信unionid',
+    'Openid'          => '微信openid',
+    'Routine_openid'  => '微信小程序openid',
+    'Nickname'        => '用户的昵称',
+    'Headimgurl'      => '用户头像',
+    'Sex'             => '性别',
+    'Sex 1'           => '男性',
+    'Sex 2'           => '女性',
+    'Sex 0'           => '未知',
+    'City'            => '市',
+    'Language'        => '语言',
+    'Province'        => '省',
+    'Country'         => '国家',
+    'Remark'          => 'remark',
+    'Groupid'         => '用户所在的分组ID',
+    'Tagid_list'      => '标签ID列表',
+    'Subscribe'       => '订阅公众号',
+    'Subscribe 0'     => '否',
+    'Subscribe 1'     => '是',
+    'Subscribe_time'  => '关注公众号时间',
+    'Createtime'      => '创建时间',
+    'Stair'           => '一级推荐人',
+    'Second'          => '二级推荐人',
+    'Order_stair'     => '一级推荐人订单',
+    'Order_second'    => '二级推荐人订单',
+    'Brokerage_price' => '佣金',
+    'Session_key'     => '小程序用户会话密匙',
+    'User_type'       => '用户类型',
+    'User_type 0'     => 'h5',
+    'User_type 1'     => '公众号',
+    'User_type 2'     => '小程序',
+    'User_type 3'     => '通用'
+];