mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	fix rules message
This commit is contained in:
		| @@ -53,8 +53,8 @@ class UserUpdate extends FormRequest | ||||
|             'discount.max' => '专属折扣比例最大为100', | ||||
|             'u.integer' => '上行流量格式不正确', | ||||
|             'd.integer' => '下行流量格式不正确', | ||||
|             'balance' => '余额格式不正确', | ||||
|             'commission_balance' => '佣金格式不正确' | ||||
|             'balance.integer' => '余额格式不正确', | ||||
|             'commission_balance.integer' => '佣金格式不正确' | ||||
|         ]; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user