联系官方销售客服
1835022288
028-61286886
由3.3.1升级到3.5.0之后,短信和个推都不可用,显示是没有调用到方法。代码如图
这是在订单中的Model文件夹下的代码
在Order.php文件中引入图中两个文件,然后在
public function __construct() {
parent::__construct();
$this->prefix = $this->db->dbprefix(SITE_ID.'_order_');
$this->cache_file = md5($this->duri->uri(1).$this->uid.SITE_ID.$this->input->ip_address().$this->input->user_agent());
$this->getui = new D_Getui();
}
声明了 $this->getui = new D_Getui();系统报错
这种比较落后了,放在my目录cms会自动加载,效率比较高