This commit is contained in:
ZweiCD 2020-04-07 15:24:57 +08:00
parent 407b3f4a6f
commit ddbf8c2fb9

View File

@ -14,6 +14,8 @@ class GwallWms extends QimenWms
protected static $default_sender_address = '王家湖路22号大壹云仓';
protected static $default_zip_code = '000000';
protected $config = [];
public function __construct($config = null)
{
$wmsConf = $config ?? (require(dirname(dirname(__FILE__)) . '/config/wms.php'))['gwall'];