<?php namespace Meibuyu\Rpc\Service\Interfaces\Lingxing; interface LingxingServiceInterface { /** *推送供应商 * [ * 'id_hwq', //供应商id * 'code', //供应商编号 * 'supplier_name', //供应商名称(取简称) * ] * */ public function pushSupplier($data); }