lijie 发表于 2017-8-30 23:45:35

支付宝不能使用本地可以linux不可以!

我用的支付宝是 网站手机支付    本地还可以打开支付宝 放到linux 就不可以了! 我用的 1.3的!lamp
protected function prepareConfig()
    {   
       $this->configHandle = LtObjectUtil::singleton('LtConfig');//这个就不能用了!
      if (!$this->devMode)
      {
            $configFile = 'conf/conf.php';
            $this->configHandle->storeHandle = $this->coreCacheHandle;
      }
      else
      {
            $configFile = 'conf/conf_dev.php';
      }
      $this->configHandle->init();
      if ($this->app_dir && is_file($this->app_dir . $configFile))
      {
            $this->configHandle->loadConfigFile($this->app_dir . $configFile);
      }
    }

licess 发表于 2017-8-31 11:44:26

不知道具体错误信息,也不知道这个调用的什么没法说
建议开启php错误日志看看
页: [1]
查看完整版本: 支付宝不能使用本地可以linux不可以!