feat: init project codebase
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 中通快递配置 https://zop.zto.com/consoleBoard/home
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
$config['zto'] = [
|
||||
'id'=>'kfpttestCode',
|
||||
'key'=>'kfpttestkey==',
|
||||
'host'=>'http://58.40.16.122:8080/'
|
||||
//'host'=>'http://58.40.16.120:9001/'
|
||||
];
|
||||
Reference in New Issue
Block a user