Commit 7d199dc1 authored by clone's avatar clone

1

parent 674cbe54
......@@ -1229,6 +1229,7 @@ class Broker extends Basic
*/
public function getSuperintendent()
{
header('Access-Control-Allow-Origin:*');
$agent_id = $this->request->param("agent_id");
if (!$agent_id) {
return $this->response(101, '经纪人id不能为空');
......
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