Commit 52f87b3d authored by clone's avatar clone

1

parent b4845bec
...@@ -88,7 +88,7 @@ class StoreFee extends Basic ...@@ -88,7 +88,7 @@ class StoreFee extends Basic
$push->pushReportMessage($v, $agent_id, 1, $this->agentId, $user_id); //推送报备信息 $push->pushReportMessage($v, $agent_id, 1, $this->agentId, $user_id); //推送报备信息
} }
} }
`
return $this->response("200", "request success", []); return $this->response("200", "request success", []);
} else { } else {
return $this->response("101", "save exception"); return $this->response("101", "save exception");
......
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