Commit 789a2803 authored by clone's avatar clone

1

parent 5a190cec
......@@ -488,7 +488,7 @@ class Broker extends Basic
return $this->response("101", "身份验证失败!");
}
$entrust_type = $params["entrust_type"] ? $params["entrust_type"] : 0;
$entrust_type = $params["entrust_type"];
$result = [];
if($entrust_type == 0){
$s_phone_follow_up = new UPhoneFollowUpTemporary($this->siteId);
......
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