|
...
|
...
|
@@ -9,6 +9,7 @@ use Lackoxygen\TiktokShop\Support\Verify; |
|
|
|
use Lackoxygen\TiktokShop\Application;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @method static Application accessToken(string $token)
|
|
|
|
* @method static Verify verify()
|
|
|
|
* @method static Request\Pigeon\PigeonInterface pigeon()
|
|
|
|
* @method static Request\Sms\SmsInterface sms()
|
|
...
|
...
|
@@ -31,7 +32,7 @@ use Lackoxygen\TiktokShop\Application; |
|
|
|
* @method static Request\Logistics\LogisticsInterface logistics()
|
|
|
|
* @method static Request\Warehouse\WarehouseInterface warehouse()
|
|
|
|
* @method static Request\Product\ProductInterface product()
|
|
|
|
* @method static Request\Material\MaterialInterface material()
|
|
|
|
* @method static Request\\Interface ()
|
|
|
|
* @method static Request\Address\AddressInterface address()
|
|
|
|
*/
|
|
|
|
class Facade extends LaravelFacade
|
...
|
...
|
|