Commit ede7de93 authored by hujun's avatar hujun

edit

parent 0f495107
......@@ -93,7 +93,7 @@ class Statement extends Basic
$data['agent_id'] = $this->params['agent_id'];
$data['img_url'] = $img_name;
$data['type'] = $this->params['type'];
$data['img_name'] = CURRENT_URL.$url;
$result = $agent_report->editData($data);
} else {
$result = 0;
......
......@@ -352,7 +352,7 @@ Route::group('broker', [
'getLabelsShopList' => ['api_broker/label/getLabelsShopList', ['method' => 'get']], //编辑商铺
'uploadHouseFile' => ['api_broker/shop/uploadHouseFile', ['method' => 'post']], //商铺上传文件
'delHouseFile' => ['api_broker/shop/delHouseFile', ['method' => 'post']], //商铺文件删除
'getAddress' => ['api_broker/shop/getAddress', ['method' => 'get']], //获取江浙沪城市
'selectPerformanceByTime' => ['api_broker/Performance/selectPerformanceByTime', ['method' => 'get']],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment