update
This commit is contained in:
parent
407b3f4a6f
commit
ddbf8c2fb9
|
@ -14,6 +14,8 @@ class GwallWms extends QimenWms
|
||||||
protected static $default_sender_address = '王家湖路22号大壹云仓';
|
protected static $default_sender_address = '王家湖路22号大壹云仓';
|
||||||
protected static $default_zip_code = '000000';
|
protected static $default_zip_code = '000000';
|
||||||
|
|
||||||
|
protected $config = [];
|
||||||
|
|
||||||
public function __construct($config = null)
|
public function __construct($config = null)
|
||||||
{
|
{
|
||||||
$wmsConf = $config ?? (require(dirname(dirname(__FILE__)) . '/config/wms.php'))['gwall'];
|
$wmsConf = $config ?? (require(dirname(dirname(__FILE__)) . '/config/wms.php'))['gwall'];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user