Browse Source

Merge branch '20250522_diywebfr'

15313670163 3 days ago
parent
commit
f1d142ea21
1 changed files with 1 additions and 0 deletions
  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);
             return Result::error("更新网站失败", 0);
         } else {
         } else {
             return Result::success("更新成功");
             return Result::success("更新成功");
+
         }
         }
     }
     }
     /**
     /**