正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -95,7 +95,7 @@ class GeoController extends BaseController | @@ -95,7 +95,7 @@ class GeoController extends BaseController | ||
| 95 | $this->param['content_length'] = strlen($this->param['content']); | 95 | $this->param['content_length'] = strlen($this->param['content']); |
| 96 | $this->param['status'] = GeoWritings::STATUS_FINISH; | 96 | $this->param['status'] = GeoWritings::STATUS_FINISH; |
| 97 | $geoWritingsModel->edit($this->param,['uniqid' => $token]); | 97 | $geoWritingsModel->edit($this->param,['uniqid' => $token]); |
| 98 | - return true; | 98 | + $this->response('success',Code::SUCCESS); |
| 99 | } | 99 | } |
| 100 | 100 | ||
| 101 | /** | 101 | /** |
-
请 注册 或 登录 后发表评论