Commit c5dc05fd authored by zhuwei's avatar zhuwei

101

parent 57e817f3
......@@ -46,7 +46,7 @@ class Square extends Basic
if ($result) {
return $this->response("200", "成功", $result);
} else {
return $this->response("200", "成功", $result);
return $this->response("101", "失败", $result);
}
}
......@@ -63,7 +63,7 @@ class Square extends Basic
if ($result) {
return $this->response("200", "成功", $result);
} else {
return $this->response("200", "成功", $result);
return $this->response("101", "失败", $result);
}
}
......@@ -82,7 +82,7 @@ class Square extends Basic
if ($result) {
return $this->response("200", "成功", $result);
} else {
return $this->response("200", "成功", $result);
return $this->response("101", "失败", $result);
}
}
......@@ -150,7 +150,7 @@ class Square extends Basic
if ($result) {
return $this->response("200", "成功", $result);
} else {
return $this->response("200", "成功", $result);
return $this->response("101", "失败", $result);
}
}
......@@ -163,7 +163,7 @@ class Square extends Basic
if ($result) {
return $this->response("200", "成功", $result);
} else {
return $this->response("200", "成功", $result);
return $this->response("101", "失败", $result);
}
}
......@@ -194,7 +194,7 @@ class Square extends Basic
if ($result) {
return $this->response("200", "成功", $result);
} else {
return $this->response("200", "成功", $result);
return $this->response("101", "失败", $result);
}
}
......
......@@ -58,7 +58,7 @@ class Square extends Basic
if($result){
return $this->response("200", "成功",$result);
}else{
return $this->response("200", "成功",$result);
return $this->response("101", "失败");
}
}
......@@ -75,7 +75,7 @@ class Square extends Basic
if($result){
return $this->response("200", "成功",$result);
}else{
return $this->response("200", "成功",$result);
return $this->response("101", "失败");
}
}
......@@ -95,7 +95,7 @@ class Square extends Basic
if($result){
return $this->response("200", "成功",$result);
}else{
return $this->response("200", "成功",$result);
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