Commit d1ba2fb4 authored by clone's avatar clone

follow up

parent fc2accb5
...@@ -17,10 +17,16 @@ class FollowUp extends Basic{ ...@@ -17,10 +17,16 @@ class FollowUp extends Basic{
} }
/** /**
* 跟进 * 报备
*/ */
public function report(){ public function report(){
$params = $this->params;
$params = array(
"user_id" => 1,
"shop_ids"=> "1,2,3",
""
);
$this->response("200","request success",[]); $this->response("200","request success",[]);
} }
} }
\ 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