App_JsonRpc_PublicRpcServiceInterface.rpc-client.proxy.php 361 B

1234567891011121314
  1. <?php
  2. namespace App\JsonRpc;
  3. class PublicRpcServiceInterface_9d9b1d564aaa0a72ee71e63fec661a83 extends \Hyperf\RpcClient\Proxy\AbstractProxyService implements PublicRpcServiceInterface
  4. {
  5. /**
  6. * @param array $data
  7. */
  8. public function getDistrictList(array $data)
  9. {
  10. return $this->client->__call(__FUNCTION__, func_get_args());
  11. }
  12. }