|
...
|
...
|
@@ -758,6 +758,9 @@ class ProjectController extends BaseController |
|
|
|
* @time :2023/11/8 14:17
|
|
|
|
*/
|
|
|
|
public function copyProject(ProjectLogic $logic){
|
|
|
|
if($this->manage['mobile'] != '15680871314' || $this->manage['mobile'] != '18008059100'){
|
|
|
|
$this->response('当前账号不支持复制项目');
|
|
|
|
}
|
|
|
|
$this->request->validate([
|
|
|
|
'project_id'=>'required',
|
|
|
|
],[
|
...
|
...
|
|