'请填写{attribute}'], ['id', 'integer', 'min' => 1, 'message' => '申请ID格式错误', 'tooSmall' => '申请ID格式错误'], ['imgType', 'string', 'max' => 64], ['imageUrl', 'string', 'max' => 1024], ]; } public function attributeLabels() { return [ 'id' => '申请ID', 'imgType' => '图片类型', 'imageUrl' => '图片地址', ]; } }