255], [['name'], 'string', 'max' => 45], [['wechat_id'], 'string', 'max' => 64], [['id_card_front_pic', 'id_card_back_pic', 'business_pic'], 'string', 'max' => 2000], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'username' => '用户名', 'password' => '密码', 'mobile' => '手机号', 'name' => '姓名/企业名', 'remark' => '申请原因', 'wechat_id' => '微信号', 'id_card_front_pic' => '身份证正面', 'id_card_back_pic' => '身份证反面', 'business_pic' => '营业执照', 'status' => '审核状态:0=待审核,1=通过,2=不通过', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'deleted_at' => 'Deleted At', 'is_delete' => 'Is Delete', ]; } }