新增快递100测试

This commit is contained in:
2023-04-13 11:14:46 +08:00
parent 45fc94bcee
commit a88325e324
6 changed files with 51 additions and 24 deletions
+3 -3
View File
@@ -96,8 +96,8 @@ return [
"api_url" => env('REG_PLAT_APP_URL', 'https://202.61.88.184:19200/'),
],
'kuaidi100' => [ // 快递100
"key" => env('REG_PLAT_CLIENT_ID', 'Mpjjgebe8764'),
"customer" => env('REG_PLAT_CLIENT_SECRET', 'EA3A55C09C524BDB72AE31231721B20F'),
"api_url" => env('REG_PLAT_APP_URL', 'https://poll.kuaidi100.com/poll/query.do'),
"key" => env('LOGISTICS_KEY', 'Mpjjgebe8764'),
"customer" => env('LOGISTICS_CUSTOMER', 'EA3A55C09C524BDB72AE31231721B20F'),
"api_url" => env('LOGISTICS_APP_URL', 'https://poll.kuaidi100.com/poll/query.do'),
],
];