Commit caad2333 authored by zw's avatar zw

bug

parent 0508f84e
...@@ -403,7 +403,6 @@ class Shop extends Basic ...@@ -403,7 +403,6 @@ class Shop extends Basic
{ {
header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$params["city"] = "深圳市";
if(empty($params["city"])){ if(empty($params["city"])){
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