Commit 9cc8ecc1 authored by zw's avatar zw

test

parent b70ff387
...@@ -48,7 +48,7 @@ class FollowUp extends Basic ...@@ -48,7 +48,7 @@ class FollowUp extends Basic
if($result["code"] == 200){ if($result["code"] == 200){
return $this->response("200", "request success", ["id",$result["msg"]]); return $this->response("200", "request success", ["id",$result["msg"]]);
}else{ }else{
return $this->response("101", "request faild"); return $this->response("101", "request faild.");
} }
} }
......
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