作者 邓超

v2

@@ -35,8 +35,8 @@ class Base { @@ -35,8 +35,8 @@ class Base {
35 */ 35 */
36 protected final function getData($url,$data=[]){ 36 protected final function getData($url,$data=[]){
37 37
38 - // $url = 'https://oa.shopk.com/api/shopk/'.$url;  
39 - $url = 'http://local.oa.shopk.com/api/shopk/'.$url; 38 + $url = 'https://oa.shopk.com/api/shopk/'.$url;
  39 +// $url = 'http://local.oa.shopk.com/api/shopk/'.$url;
40 40
41 // 缓存 41 // 缓存
42 $cacheKey = md5($url.':'.json_encode($data)); 42 $cacheKey = md5($url.':'.json_encode($data));