联系官方销售客服

1835022288

028-61286886

POSCMS 版主:POSCMS负责人
3.3.1升级到3.5.0之后,第三方的短信接口不可用,怎么处理?
类型:POSCMS 更新时间:2019-01-09 17:10:40

由3.3.1升级到3.5.0之后,短信和个推都不可用,显示是没有调用到方法。代码如图

1.jpg这是在订单中的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();系统报错


回帖
  • 诚接二开/定制/使用解答
    #1楼    诚接二开/定制/使用解答
    2019-01-09 17:08:08
    0
    比较笨的方法是: $this->getui = new \D_Getui();
    这种比较落后了,放在my目录cms会自动加载,效率比较高
  • 奋斗
    #2楼    奋斗
    2019-01-09 17:10:40
    0
    我的短信接口一样可以使用。。没有影响呢