64], [['oauth_client'], 'string', 'max' => 20], [['oauth_client_user_id', 'nickname', 'country', 'province', 'city'], 'string', 'max' => 100], [['head_portrait', 'addon_name'], 'string', 'max' => 200], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => '主键', 'merchant_id' => '商户id', 'member_id' => '用户id', 'member_type' => '1:会员;2:后台管理员;3:商家管理员', 'unionid' => '唯一ID', 'oauth_client' => '授权组别', 'oauth_client_user_id' => '授权ID', 'gender' => '性别', 'nickname' => '昵称', 'head_portrait' => '头像', 'birthday' => '生日', 'country' => '国家', 'province' => '省', 'city' => '市', 'is_addon' => '是否插件', 'addon_name' => '插件名称', 'status' => '状态', 'created_at' => '创建时间', 'updated_at' => '修改时间', ]; } }