Commit 975493cc authored by zhuwei's avatar zhuwei

客户电话跟进-跨域问题

parent 030a7052
...@@ -121,6 +121,7 @@ class Broker extends Basic ...@@ -121,6 +121,7 @@ class Broker extends Basic
*/ */
public function add_phone_follow_up() public function add_phone_follow_up()
{ {
header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
/*$params['content']='跟进内容';//跟进内容 /*$params['content']='跟进内容';//跟进内容
$params['labels_id']=1;//g_labels表主键 $params['labels_id']=1;//g_labels表主键
......
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