create service and command for sending reports
This commit is contained in:
8
config/ProvinceInfo.php
Normal file
8
config/ProvinceInfo.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ip' => env('PROVINCE_INFO_IP'),
|
||||
'name' => env('PROVINCE_INFO_NAME'),
|
||||
'id' => env('PROVINCE_INFO_ID'),
|
||||
'center_ip' => env('PROVINCE_INFO_CENTER_IP'),
|
||||
];
|
||||
Reference in New Issue
Block a user