Browse Source

Merge branch '20250522_diywebfr'

15313670163 3 ngày trước cách đây
mục cha
commit
376523d629
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/JsonRpc/WebsiteService.php

+ 3 - 0
app/JsonRpc/WebsiteService.php

@@ -826,4 +826,7 @@ class WebsiteService extends AbstractServiceClient implements WebsiteServiceInte
      * @return mixed
      */
     public function upStaticResource(array $data)
+    {
+        return $this->__request(__FUNCTION__, $data);
+    }
 }