|
@@ -48,7 +48,7 @@ class User extends Permissions
|
|
|
['requirement_desc|需求描述', 'max:200'],
|
|
|
['appointment_ticket_id', 'require|number'],
|
|
|
['appointment_period', 'require|number|in:1,2,3'],
|
|
|
- ['appointment_time|预约时间段', 'require|dateFormat:H:i:s - H:i:s'],
|
|
|
+ ['appointment_time|预约时间段', 'require|dateFormat:H:i - H:i'],
|
|
|
['city|来自城市', 'max:50'],
|
|
|
['job|职业', 'max:50'],
|
|
|
['education_level|受教育程度', 'number|in:0,1,2,3,4'],
|