Commit 8dadd5a2 authored by zw's avatar zw

bug

parent 54591101
......@@ -672,7 +672,6 @@ class Performance extends Basic
$params = $this->params;
/* $params = array(
"bargain_id" => 121,
"agent_id" => 5775,
);*/
$checkResult = $this->validate($params, "PerformanceValidate.verifyCollectionList");
......
......@@ -50,6 +50,6 @@ class PerformanceValidate extends Validate
'login' => [ 'phone', 'pwd', 'device_id', "push_id" ],
'verifyStatus' => [ 'agent_id', 'device_id' ],
'verifyIsForbidden' => [ 'phone', 'device_id', 'is_forbidden', 'operator_id' ],
'verifyCollectionList' => [ 'agent_id', '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