作者 lyh

变更数据

... ... @@ -95,7 +95,7 @@ class GeoController extends BaseController
$this->param['content_length'] = strlen($this->param['content']);
$this->param['status'] = GeoWritings::STATUS_FINISH;
$geoWritingsModel->edit($this->param,['uniqid' => $token]);
return true;
$this->response('success',Code::SUCCESS);
}
/**
... ...