public function __construct() { $msgconfig = FS("Webconfig/msgconfig"); $this->apiKey = $msgconfig['baidu']['apiKey']; $this->secretKey = $msgconfig['baidu']['secretKey']; parent::__construct(); }
function _initialize() { parent::_initialize(); // D("DebtBehavior"); $this->Debt = new \Common\Behavior\DebtBehavior(); }