修改优惠卷查询

This commit is contained in:
2023-04-13 10:36:10 +08:00
parent f93fbf4f03
commit e613684842
6 changed files with 94 additions and 7 deletions
+5
View File
@@ -95,4 +95,9 @@ return [
"client_secret" => env('REG_PLAT_CLIENT_SECRET', 'dcfd9223a3f448b0aae83ce22cdcc015'),
"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'),
],
];