15313670163 3 일 전
부모
커밋
9d7c3e9ea0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/JsonRpc/WebsiteService.php

+ 3 - 0
app/JsonRpc/WebsiteService.php

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