合并分支 'master' 到 'v1.0.3'
feat:物流 查看合并请求 !1
正在显示
1 个修改的文件
包含
9 行增加
和
3 行删除
| @@ -11,6 +11,7 @@ use Lackoxygen\TiktokShop\Passage\PassageProxy; | @@ -11,6 +11,7 @@ use Lackoxygen\TiktokShop\Passage\PassageProxy; | ||
| 11 | use Lackoxygen\TiktokShop\Passage\Product\ProductInterface; | 11 | use Lackoxygen\TiktokShop\Passage\Product\ProductInterface; |
| 12 | use Lackoxygen\TiktokShop\Passage\Shop\ShopInterface; | 12 | use Lackoxygen\TiktokShop\Passage\Shop\ShopInterface; |
| 13 | use Lackoxygen\TiktokShop\Passage\Verify; | 13 | use Lackoxygen\TiktokShop\Passage\Verify; |
| 14 | +use Lackoxygen\TiktokShop\Passage\Logistics\Logistics; | ||
| 14 | 15 | ||
| 15 | /** | 16 | /** |
| 16 | * @method OrderInterface order() | 17 | * @method OrderInterface order() |
| @@ -19,6 +20,7 @@ use Lackoxygen\TiktokShop\Passage\Verify; | @@ -19,6 +20,7 @@ use Lackoxygen\TiktokShop\Passage\Verify; | ||
| 19 | * @method Authorize authorize() | 20 | * @method Authorize authorize() |
| 20 | * @method Verify verify() | 21 | * @method Verify verify() |
| 21 | * @method Alliance alliance() | 22 | * @method Alliance alliance() |
| 23 | + * @method Logistics logistics() | ||
| 22 | */ | 24 | */ |
| 23 | class TiktokShop | 25 | class TiktokShop |
| 24 | { | 26 | { |
| @@ -31,9 +33,13 @@ class TiktokShop | @@ -31,9 +33,13 @@ class TiktokShop | ||
| 31 | * @var array|string[] | 33 | * @var array|string[] |
| 32 | */ | 34 | */ |
| 33 | protected static array $passages = [ | 35 | protected static array $passages = [ |
| 34 | - 'order' => Passage\Order\Order::class, 'shop' => Passage\Shop\Shop::class, | ||
| 35 | - 'product' => Passage\Product\Product::class, 'authorize' => Authorize::class, 'verify' => Verify::class, | ||
| 36 | - 'alliance' => Alliance::class | 36 | + 'order' => Passage\Order\Order::class, |
| 37 | + 'shop' => Passage\Shop\Shop::class, | ||
| 38 | + 'product' => Passage\Product\Product::class, | ||
| 39 | + 'authorize' => Authorize::class, | ||
| 40 | + 'verify' => Verify::class, | ||
| 41 | + 'alliance' => Alliance::class, | ||
| 42 | + 'logistics' => Passage\Logistics\Logistics::class | ||
| 37 | ]; | 43 | ]; |
| 38 | 44 | ||
| 39 | /** | 45 | /** |
-
请 注册 或 登录 后发表评论