Commit cc55aedf authored by clone's avatar clone

1

parent 25d97417
......@@ -472,14 +472,15 @@ class Broker extends Basic
public function addUserPhoneFollowUpV2()
{
$params = $this->params;
/* $params = array(
/* $params = array(
'content' => '跟进内容',
'labels_id' => 1,//g_labels表主键
'agent_id' => 1,
'type' => 1,//0电话跟进 1普通跟进
'entrust_type' => 1,//委托类型 0找铺 1找办公楼
'img_str' => ""
);*/
'type' => 0,//0电话跟进 1普通跟进
'entrust_type' => 0,//委托类型 0找铺 1找办公楼
'img_str' => "1123123"
);
$this->siteId = 10001;*/
$checkResult = $this->validate($params, "BrokerValidate.add_phone_follow_up_verify");
......
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