@@ -208,4 +208,12 @@ class PublicRpcService extends AbstractServiceClient implements PublicRpcService
{
return $this->__request(__FUNCTION__, $data);
}
+ /**
+ * @param array $data
+ * @return array|mixed
+ */
+ public function modZhinengbumen(array $data)
+ {
+ return $this->__request(__FUNCTION__, $data);
+ }
@@ -126,4 +126,10 @@ interface PublicRpcServiceInterface
*/
public function delZhinengbumen(array $data);
+ * @return mixed
+ public function modZhinengbumen(array $data);
+