Commit b1e05443 authored by zw's avatar zw

跟进区分城市

parent 4a323edb
......@@ -127,6 +127,8 @@ class Basic extends Controller
}
if(empty($this->city) || empty($this->siteId)){
//取数据库
$this->city = "上海市";
$this->siteId = "10001";
}
} catch (Exception $exception) {
echo json_encode(array( "code" => "300", "msg" => $exception, "data" => [], "type" => "json" ));
......
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