feat:兼容开发
parent
ba548e96b9
commit
aba7297295
|
@ -107,10 +107,12 @@ class UploadController extends CController
|
||||||
|
|
||||||
return $this->response->success([
|
return $this->response->success([
|
||||||
'is_file_merge' => true,
|
'is_file_merge' => true,
|
||||||
'hash' => $params['upload_id']
|
'hash' => $params['upload_id']
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// 十多年咖金色那
|
||||||
return $this->response->success(['is_file_merge' => false]);
|
return $this->response->success(['is_file_merge' => false]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue