新增部分接口路由,新增上报用户地址接口
This commit is contained in:
@@ -11,6 +11,7 @@ declare(strict_types=1);
|
||||
*/
|
||||
use Hyperf\Contract\StdoutLoggerInterface;
|
||||
use Psr\Log\LogLevel;
|
||||
use function Hyperf\Support\env;
|
||||
|
||||
return [
|
||||
'app_name' => env('APP_NAME', 'gdxz'),
|
||||
@@ -109,4 +110,8 @@ return [
|
||||
"api_url" => env('LOGISTICS_APP_URL', 'https://poll.kuaidi100.com/poll/query.do'),
|
||||
"salt" => env('LOGISTICS_SALT', 'gdxz2023.d'),
|
||||
],
|
||||
'tencent_map' => [ // 腾讯地图
|
||||
"secret" => env('TENCENT_MAP_SECRET', 'RDQBZ-SDQ6Z-GKRX5-TG7P5-R2LN5-BWFCH'),
|
||||
"key" => env('TENCENT_MAP_KEY', '6tZo4VootrcGOuYqRX9aoGdtAmuSNXd4')
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user