Commit 0c1c652b authored by clone's avatar clone

bug

parent b10a3262
...@@ -28,10 +28,10 @@ class Location extends Basic ...@@ -28,10 +28,10 @@ class Location extends Basic
public function saveSiteCity() public function saveSiteCity()
{ {
$params = $this->params; $params = $this->params;
$params = array( /* $params = array(
"agent_id" => 1, "agent_id" => 1,
"city" => "上海市" "city" => "上海市"
); );*/
$checkResult = $this->validate($params, "LocationValidate.saveSiteCityVerify"); $checkResult = $this->validate($params, "LocationValidate.saveSiteCityVerify");
if (true !== $checkResult) { if (true !== $checkResult) {
return $this->response("101", $checkResult); return $this->response("101", $checkResult);
......
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