Commit bba5d552 authored by zhuwei's avatar zhuwei

1

parent 5a9faffd
...@@ -214,10 +214,10 @@ class Statement extends Basic ...@@ -214,10 +214,10 @@ class Statement extends Basic
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$params = array( // $params = array(
"agent_id" => 5739,//5739 总监 5740店长 // "agent_id" => 5739,//5739 总监 5740店长
"type" => 0,//0 日报 1 周报 // "type" => 0,//0 日报 1 周报
); // );
if (!isset($params["agent_id"]) || !isset($params["day_or_week"]) ) { if (!isset($params["agent_id"]) || !isset($params["day_or_week"]) ) {
return $this->response("101", "请求参数错误"); return $this->response("101", "请求参数错误");
......
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