1 | <?php |
||
8 | class OrderCode extends BaseRequest |
||
9 | { |
||
10 | /** |
||
11 | * 下载bic订单码. |
||
12 | * |
||
13 | * @param array $params |
||
14 | * @return array |
||
15 | * @throws InvalidArgumentException |
||
16 | * @throws RequestException |
||
17 | */ |
||
18 | public function downloadOrderCodeByShop(array $params): array |
||
22 | |||
23 | /** |
||
24 | * bic流程订单物流发货接口. |
||
25 | * |
||
26 | * @param array $params |
||
27 | * @return array |
||
28 | * @throws InvalidArgumentException |
||
29 | * @throws RequestException |
||
30 | */ |
||
31 | public function erpShopBindOrderCode(array $params): array |
||
35 | } |
||
36 |