Commit 63af936dc6859ae4e13aae64382c044e5f75c690

Authored by 王强
1 parent 4814f903

OpenInstall更换测试环境AppKey

static/js/cnLive_openinstall.js
... ... @@ -107,7 +107,8 @@ var channelName = getUrlParam("channelName") || "tg_dstg",
107 107 // channelName = 'xwh'
108 108 // }
109 109 // 判断测试环境和生产环境给appKey赋值
110   -// appKey = 'gzqtwt' //测试appKey
  110 +// appKey = 'sgwcgm' //测试appKey
  111 +// appKey = 'vfkj9x' //正式appKey
111 112 let appKey;
112 113 let url = document.domain;
113 114 if (
... ... @@ -116,7 +117,7 @@ if (
116 117 ) {
117 118 appKey = "vfkj9x"; //正式appKey
118 119 } else {
119   - appKey = "gzqtwt"; //测试appKey
  120 + appKey = "sgwcgm"; //测试appKey
120 121 }
121 122 /**
122 123 * 初始化openInstall方法
... ...