15], [['avatar'], 'string', 'max' => 200], [['userName', 'realName', 'alipayId'], 'string', 'max' => 50], [['password', 'payPassword'], 'string', 'max' => 64], [['openId','miniOpenId', 'unionId'], 'string', 'max' => 100], [['tag'], 'string', 'max' => 500], [['province', 'city', 'dist', 'address', 'addLat', 'addLong', 'addPrecision'], 'string', 'max' => 20], [['remark'], 'string', 'max' => 1000], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'mobile' => 'Mobile', 'avatar' => 'Avatar', 'userName' => 'User Name', 'realName' => 'Real Name', 'sex' => 'Sex', 'birthday' => 'Birthday', 'password' => 'Password', 'payPassword' => 'Pay Password', 'openId' => 'Open ID', 'unionId' => 'Union ID', 'alipayId' => 'Alipay ID', 'isFull' => 'Is Full', 'merchantId' => 'Merchant ID', 'isMember' => 'Is Member', 'identity' => 'identity', 'miniOpenId' => 'miniOpenId', 'subscribe' => 'Subscribe', 'hasSubscribe' => 'has Subscribe', 'tag' => 'Tag', 'province' => 'Province', 'city' => 'City', 'dist' => 'Dist', 'address' => 'Address', 'addLat' => 'Add Lat', 'addLong' => 'Add Long', 'addPrecision' => 'Add Precision', 'status' => 'Status', 'source' => 'source', 'addTime' => 'addTime', 'remark' => 'Remark', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', 'subscribeTime' => 'Subscribe Time', ]; } }