Commit 4ad147ee authored by zw's avatar zw

bug

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