Esempio n. 1
0
 function mdl_saasdata()
 {
     $this->key = SAAS_NATIVE_KEY;
     $this->url = SAAS_API_URL;
     $this->city_url = SAAS_CITY_API_URL;
     parent::modelFactory();
 }
Esempio n. 2
0
 function mdl_center_send()
 {
     $this->key = '371e6dceb2c34cdfb489b8537477ee1c';
     $this->url = 'http://esb.shopex.cn/api.php';
     parent::mdl_apiclient();
     $certificate = $this->system->loadModel("service/certificate");
     $this->cert_id = $certificate->getCerti();
 }
Esempio n. 3
0
 function mdl_saas()
 {
     $this->key = SAAS_NATIVE_KEY;
     $this->url = SAAS_API_URL;
     parent::modelFactory();
 }
Esempio n. 4
0
 function mdl_app_center()
 {
     $this->key = '371e6dceb2c34cdfb489b8537477ee1c';
     $this->url = 'http://sds.ecos.shopex.cn/api.php';
     parent::mdl_apiclient();
 }