LingxingServiceInterface.php 331 Bytes
Newer Older
carlos's avatar
carlos committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php

namespace Meibuyu\Rpc\Service\Interfaces\Lingxing;

interface LingxingServiceInterface
{
    /**
     *推送供应商
     * [
     *     'id_hwq', //供应商id
     *     'code',  //供应商编号
     *     'supplier_name', //供应商名称(取简称)
     * ]
     *
     */
    public function pushSupplier($data);
}