|
|
@@ -3,17 +3,13 @@ declare(strict_types=1);
|
|
|
|
|
|
namespace SixShop\Lakala\Service;
|
|
|
|
|
|
-use SixShop\Lakala\Log;
|
|
|
+use think\Log;
|
|
|
use SixShop\Lakala\OpenAPISDK\V3\Api\LakalaApi;
|
|
|
use SixShop\Lakala\OpenAPISDK\V3\Api\QueryTradequeryApi;
|
|
|
use SixShop\Lakala\OpenAPISDK\V3\Api\TransPreorderApi;
|
|
|
-use SixShop\Lakala\OpenAPISDK\V3\Configuration;
|
|
|
use SixShop\Lakala\OpenAPISDK\V3\Model\ModelRequest;
|
|
|
use SixShop\Lakala\OpenAPISDK\V3\Model\QueryTradequeryRequest;
|
|
|
use SixShop\Lakala\OpenAPISDK\V3\Model\TradeAccBusiFields;
|
|
|
-use SixShop\Lakala\OpenAPISDK\V3\Model\TradePreorderWechaAccBusiFields;
|
|
|
-use SixShop\Lakala\OpenAPISDK\V3\Model\TradePreorderWechaDetail;
|
|
|
-use SixShop\Lakala\OpenAPISDK\V3\Model\TradePreorderWechaGoodsDetail;
|
|
|
use SixShop\Lakala\OpenAPISDK\V3\Model\TransPreorderRequest;
|
|
|
use SixShop\Lakala\Config;
|
|
|
use SixShop\Lakala\Dto\LocationInfo;
|