Commit 5a190cec authored by clone's avatar clone

1

parent 9e7f24f8
......@@ -488,7 +488,7 @@ class Broker extends Basic
return $this->response("101", "身份验证失败!");
}
$entrust_type = $params["entrust_type"];
$entrust_type = $params["entrust_type"] ? $params["entrust_type"] : 0;
$result = [];
if($entrust_type == 0){
$s_phone_follow_up = new UPhoneFollowUpTemporary($this->siteId);
......
......@@ -40,6 +40,7 @@ class BrokerValidate extends Validate
protected $scene = [
// 'add_phone_follow_up_verify' => [ 'labels_id', 'user_id', 'agent_id', 'user_status', 'type' ],
'add_phone_follow_up_verify' => ['labels_id', 'agent_id', 'type', 'entrust_type'],
// 'add_phone_follow_up_verify' => ['labels_id', 'agent_id', 'type', 'entrust_type'],
'add_phone_follow_up_verify' => ['labels_id', 'agent_id', 'type'],
];
}
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