作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3070
... ... @@ -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);
}
/**
... ...