Commit c037e7e8 authored by clone's avatar clone

1

parent a905d4dd
...@@ -49,7 +49,7 @@ class PerformanceValidate extends Validate ...@@ -49,7 +49,7 @@ class PerformanceValidate extends Validate
'verifyOther' => [ 'agent_id' ], 'verifyOther' => [ 'agent_id' ],
'login' => [ 'phone', 'pwd', 'device_id', "push_id" ], 'login' => [ 'phone', 'pwd', 'device_id', "push_id" ],
'verifyStatus' => [ 'agent_id', 'device_id' ], 'verifyStatus' => [ 'agent_id', 'device_id' ],
'verifyIsForbidden' => [ 'phone', 'device_id', 'is_forbidden', 'operator_id' ], 'verifyIsForbidden' => [ 'agent_id', 'is_forbidden', 'operator_id', 'id' ],
'verifyCollectionList' => ['bargain_id'], 'verifyCollectionList' => ['bargain_id'],
]; ];
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment