Commit 54546644 authored by zw's avatar zw

bug

parent 29139406
...@@ -35,8 +35,8 @@ class RankingList extends Basic{ ...@@ -35,8 +35,8 @@ class RankingList extends Basic{
/* $params = array( /* $params = array(
"position" => 1,//职称 1店长 2经理 3主任 4顾问 0新人 "position" => 1,//职称 1店长 2经理 3主任 4顾问 0新人
"pk_type" => 2//pk类型 1月pk 2周pk "pk_type" => 2//pk类型 1月pk 2周pk
);*/ );
$this->siteId = 10001; $this->siteId = 10001;*/
if(!isset($params["position"]) || $params["position"] < 0 || $params["position"] > 5){ if(!isset($params["position"]) || $params["position"] < 0 || $params["position"] > 5){
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