Commit 9cc8ecc1 authored by zw's avatar zw

test

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