Commit e698d60e authored by hujun's avatar hujun

1

parent c3898845
......@@ -307,7 +307,7 @@ class DailyPaper extends Basic
*/
public function backDailyCheck()
{
if (empty($params["daily_id"])) {
if (empty($this->params["daily_id"])) {
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