Commit 8218e8f6 authored by hujun's avatar hujun

error msg

parent 3da35574
...@@ -345,7 +345,7 @@ class StoreFee extends Basic ...@@ -345,7 +345,7 @@ class StoreFee extends Basic
} }
if (true !== $checkResult) { if (true !== $checkResult) {
return $this->response("101", $checkResult); return $this->response("101", $validate->getError());
} }
$type = $params["type"]; $type = $params["type"];
$fee_item = $params["fee_item"]; $fee_item = $params["fee_item"];
......
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