作者 lyh

变更数据

@@ -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 /**