|
|
@@ -61,7 +61,7 @@ class LakalaApi
|
|
|
}
|
|
|
|
|
|
public function tradeApi($resourcePath, ModelRequest $modelRequest,
|
|
|
- $returnType = '\Lakala\OpenAPISDK\V3\Model\ModelResponse',
|
|
|
+ $returnType = '\SixShop\Lakala\OpenAPISDK\V3\Model\ModelResponse',
|
|
|
$method = 'POST')
|
|
|
{
|
|
|
$headerParams = [];
|
|
|
@@ -78,7 +78,7 @@ class LakalaApi
|
|
|
}
|
|
|
|
|
|
public function apiWithBody($resourcePath, $httpBody, $headerParams = [], $method = 'POST',
|
|
|
- $returnType = '\Lakala\OpenAPISDK\V3\Model\ModelResponse')
|
|
|
+ $returnType = '\SixShop\Lakala\OpenAPISDK\V3\Model\ModelResponse')
|
|
|
{
|
|
|
$this->setResourcePath($resourcePath);
|
|
|
|