|
|
@@ -4,24 +4,25 @@ const appInfoObj = {
|
|
|
ghid: 'gh_4e55f615d5dc',
|
|
|
appName: '试读空间',
|
|
|
ads: {
|
|
|
- insertAdId: 'adunit-37ee342a8fc046b7',
|
|
|
- rewardAdId: 'adunit-7df7b95b78f624f8',
|
|
|
- bookmarkAdId: 'adunit-343af082b8c8ea18'
|
|
|
- },
|
|
|
+ insertAdId: 'adunit-37ee342a8fc046b7',
|
|
|
+ rewardAdId: 'adunit-7df7b95b78f624f8',
|
|
|
+ bookmarkAdId: 'adunit-343af082b8c8ea18',
|
|
|
+ templateAdId: 'adunit-80f6ec7a264f968b'
|
|
|
+ },
|
|
|
},
|
|
|
- };
|
|
|
-
|
|
|
- // @config 确定使用的小程序appid
|
|
|
- const appid = 'wxa7a33088566e1292';
|
|
|
- export const apple = {
|
|
|
+};
|
|
|
+
|
|
|
+// @config 确定使用的小程序appid
|
|
|
+const appid = 'wxa7a33088566e1292';
|
|
|
+export const apple = {
|
|
|
...appInfoObj[appid],
|
|
|
appKey: '8ZCND8Zkjs6JEPpzTUJd2sOg1',
|
|
|
- };
|
|
|
-
|
|
|
- // 线上域名信息
|
|
|
- export const https = {
|
|
|
+};
|
|
|
+
|
|
|
+// 线上域名信息
|
|
|
+export const https = {
|
|
|
dev_apiHttps: 'https://hyperion-novel-qa-app.mokamrp.com',
|
|
|
test_apiHttps: 'https://hyperion-novel-qa-app.mokamrp.com',
|
|
|
apiHttps: 'https://hyperion-novel-qa-app.mokamrp.com'
|
|
|
- };
|
|
|
+};
|
|
|
|