|
@@ -221,6 +221,7 @@ class PublicRpcService extends AbstractServiceClient implements PublicRpcService
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
+
|
|
|
public function getTemplateList(array $data)
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
@@ -290,4 +291,16 @@ class PublicRpcService extends AbstractServiceClient implements PublicRpcService
|
|
|
{
|
|
|
return $this->__request(__FUNCTION__, $data);
|
|
|
}
|
|
|
+ public function getBuckets(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
+
|
|
|
+ * @param array $data
|
|
|
+ * @return array|mixed
|
|
|
+ */
|
|
|
+ public function uploadFile(array $data)
|
|
|
+ {
|
|
|
+ return $this->__request(__FUNCTION__, $data);
|
|
|
+ }
|
|
|
}
|