Commit 2b67d06d authored by hujun's avatar hujun

-1

parent e615f1f6
......@@ -358,6 +358,8 @@ class PayLogOpen extends Basic
$house_address, $open_img, $order_id);
if ($return_id > 0) {
return $this->response("200", "success", ["id" => $return_id]);
} elseif ($return_id == -1){
return $this->response("101", "开业申请已提交,请勿重复提交");
} else {
return $this->response("101", "save error");
}
......
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