mirror of
https://gitee.com/niucloud-team/niucloud
synced 2026-08-14 09:25:41 +08:00
同步niucloud
This commit is contained in:
@@ -86,4 +86,15 @@ class WeappVersion extends BaseAdminController
|
||||
(new WeappVersionService())->syncSiteGroupAuthWeapp($data['site_group_id']);
|
||||
return success();
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除版本
|
||||
* @param $id
|
||||
* @description 删除版本
|
||||
* @return Response
|
||||
*/
|
||||
public function delVersion($id) {
|
||||
(new WeappVersionService())->delVersion($id);
|
||||
return success();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user