12 lines
264 B
PHP
Executable File
12 lines
264 B
PHP
Executable File
<?php
|
|
namespace wstmart\common\behavior;
|
|
/**
|
|
* ============================================================================
|
|
* 初始化基础数据
|
|
*/
|
|
class InitConfig
|
|
{
|
|
public function run(&$params){
|
|
WSTConf('CONF',WSTConfig());
|
|
}
|
|
} |