Commit 5836ffc1 authored by hujun's avatar hujun

1

parent 563ec697
......@@ -159,7 +159,7 @@ class AppointmentShop extends Basic
$data['status'] = 200;
$data['msg'] = '';
if (empty($this->params['id']) || $this->params['content']) {
if (empty($this->params['id']) || empty($this->params['content'])) {
return $this->response(101, '参数错误');
}
$save_data['content'] = $this->params['content'];
......
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