+ [task#133164,done,0.5h] cne unit testing.

This commit is contained in:
zhangxiquan
2024-11-27 15:26:59 +08:00
committed by 翟晓剑
parent 51abeb6a21
commit afbfdcb4a2
+1
View File
@@ -590,6 +590,7 @@ class cneModel extends model
*/
public function uninstallApp(object $apiParams): ?object
{
if(is_null($apiParams->name) && empty($apiParams->name)) return null;
if(empty($apiParams->channel)) $apiParams->channel = $this->config->CNE->api->channel;
$apiUrl = "/api/cne/app/uninstall";