Commit e7313e6d authored by liuqiao's avatar liuqiao

二维码登录

parent 7f0f5e4c
...@@ -7,7 +7,7 @@ class zsb_api_model extends MY_Model{ ...@@ -7,7 +7,7 @@ class zsb_api_model extends MY_Model{
private $apiSource = 'PC';// 访问API使用的公用source private $apiSource = 'PC';// 访问API使用的公用source
private $apiVersion = '1.0.0';// 访问API使用的公用版本号 private $apiVersion = '1.0.0';// 访问API使用的公用版本号
private $token = 'ZSB_API'; private $token = 'ZSB_API';
private $host_preview = 'http://newrent.house365.com'; private $host_preview = 'http://newrenttest.house365.com';
private $apiUrl = array( private $apiUrl = array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment