feat:兼容开发
parent
ccfe1727b6
commit
7e9bec8a96
|
@ -113,7 +113,7 @@ class ArticleController extends CController
|
||||||
'content' => htmlspecialchars($params['content'])
|
'content' => htmlspecialchars($params['content'])
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $id ? $this->response->success(['aid' => $id], '笔记编辑成功...') : $this->response->fail();
|
return $id ? $this->response->success(['id' => $id], '笔记编辑成功...') : $this->response->fail();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue