Commit 29873a9e authored by hujun's avatar hujun

提示语

parent 06bb78a4
...@@ -70,7 +70,7 @@ class PayLogOpen extends Basic ...@@ -70,7 +70,7 @@ class PayLogOpen extends Basic
} elseif ($return_id == -1){ } elseif ($return_id == -1){
return $this->response("101", "开业申请已提交,请勿重复提交"); return $this->response("101", "开业申请已提交,请勿重复提交");
} else { } else {
return $this->response("101", "save error"); return $this->response("101", "操作失败");
} }
} }
...@@ -120,7 +120,7 @@ class PayLogOpen extends Basic ...@@ -120,7 +120,7 @@ class PayLogOpen extends Basic
if ($return_id > 0) { if ($return_id > 0) {
return $this->response("200", "success", ["id" => $return_id]); return $this->response("200", "success", ["id" => $return_id]);
} else { } else {
return $this->response("101", "save error"); 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