'required|nonempty', 'unionid' => 'required|nonempty', ]; } public function messages(): array { return [ 'openid.*' => ':attribute必须', 'unionid.*' => ':attribute必须', ]; } public function attributes(): array { return [ 'openid' => '用户openid', 'unionid' => '用户unionid', ]; } }