【Ecstore2.0】第三方信任登錄問題解決_備忘

ECSTORE2.0的信任登錄模塊開啓後,須要拿着授過權的ID在官網進行配置才能夠使用,可是客戶的受權證書一時沒法使用,而跳過認證的話功能又用不了,因此就本身臨時搭了一個測試用的認證服務器和信任登錄平臺,測試完畢,服務器已被肢解。php

一、\app\openid\lib\interface\passport.phpweb

    function __construct(){
        $this->url = SITE_API; //本身搭的信任登錄平臺@chn.vmax@gmail.com 原地址:'http://www.ecopen.cn/api/'
        $this->cert_id = base_certificate::get('certificate_id');
    }

二、\app\openid\lib\denglu.phpapi

class openid_denglu{

    var $commit_url = SITE_API; //本身搭的信任登錄平臺@chn.vmax@gmail.com 原地址:http://www.ecopen.cn/api/'
    var $webtype = '3';

    function __construct(){
        $this->license_id = base_certificate::get('certificate_id');
        $this->license_key = base_certificate::get('token');
        $this->entid = base_enterprise::ent_id();
    }

SITE_API 是我自已搭的第三方信任登錄託管服務器,能夠單獨設置登錄接口賬號,也能夠使用公共賬號。服務器

相關文章
相關標籤/搜索