|
...
|
...
|
@@ -2,10 +2,11 @@ |
|
|
|
|
|
|
|
namespace Lackoxygen\TiktokShop\Response;
|
|
|
|
|
|
|
|
use Illuminate\Contracts\Support\Arrayable;
|
|
|
|
use Illuminate\Support\Arr;
|
|
|
|
use Lackoxygen\TiktokShop\Util\Json;
|
|
|
|
|
|
|
|
class ResultSet
|
|
|
|
class ResultSet implements Arrayable
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* @var array|mixed
|
...
|
...
|
|