Parcourir la source

Merge branch '20250522_diywebfr'

15313670163 il y a 2 jours
Parent
commit
f1d142ea21
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/JsonRpc/WebsiteService.php

+ 1 - 0
app/JsonRpc/WebsiteService.php

@@ -181,6 +181,7 @@ class WebsiteService implements WebsiteServiceInterface
             return Result::error("更新网站失败", 0);
         } else {
             return Result::success("更新成功");
+
         }
     }
     /**