diff --git a/config/wms.php b/config/wms.php index e68e284..1a35851 100644 --- a/config/wms.php +++ b/config/wms.php @@ -15,7 +15,7 @@ return [ ], 'fineex' => [ 'base_uri' => env('FINEEX_HOST', 'http://qimen.api.taobao.com/router/qmtest?'), -// 'base_uri' => env('GWALL_HOST', 'http://qimenapi.tbsandbox.com/router/qimen/service?'), +// 'base_uri' => env('FINEEX_HOST', 'http://qimenapi.tbsandbox.com/router/qimen/service?'), 'app_key' => env('FINEEX_APP_KEY', '30469069'), 'app_secret' => env('FINEEX_APP_SECRET', 'fe74d42121d20db341d29229c1179fe3'), 'customerId' => env('FINEEX_CUSTOMERID','mockCustomerId'),