wechaty-web-panel 1.6.103 → 1.6.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/cjs/src/proxy/config.d.ts +1 -1
- package/dist/cjs/src/proxy/config.js +2 -2
- package/dist/esm/src/package-json.js +1 -1
- package/dist/esm/src/proxy/config.d.ts +1 -1
- package/dist/esm/src/proxy/config.js +2 -2
- package/package.json +1 -1
- package/src/package-json.js +1 -1
- package/src/proxy/config.js +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const AIBOTK: "
|
|
1
|
+
export const AIBOTK: "https://api-bot.aibotk.com/open/v1/api";
|
|
2
2
|
export const AIBOTK_OUTAPI: "https://outapi.aibotk.com/open/api/v1";
|
|
3
3
|
export const TULING: "http://openapi.tuling123.com/openapi/api/v2";
|
|
4
4
|
export const TXHOST: "http://api.tianapi.com";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EMOHOST = exports.TXSJHOST = exports.TXHOST = exports.TULING = exports.AIBOTK_OUTAPI = exports.AIBOTK = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
exports.AIBOTK = 'https://api-bot.aibotk.com/open/v1/api';
|
|
5
|
+
// export const AIBOTK = 'http://127.0.0.1:7002/open/v1/api'
|
|
6
6
|
exports.AIBOTK_OUTAPI = 'https://outapi.aibotk.com/open/api/v1';
|
|
7
7
|
exports.TULING = 'http://openapi.tuling123.com/openapi/api/v2';
|
|
8
8
|
exports.TXHOST = 'http://api.tianapi.com';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const AIBOTK: "
|
|
1
|
+
export const AIBOTK: "https://api-bot.aibotk.com/open/v1/api";
|
|
2
2
|
export const AIBOTK_OUTAPI: "https://outapi.aibotk.com/open/api/v1";
|
|
3
3
|
export const TULING: "http://openapi.tuling123.com/openapi/api/v2";
|
|
4
4
|
export const TXHOST: "http://api.tianapi.com";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export const AIBOTK = 'http://127.0.0.1:7002/open/v1/api'
|
|
1
|
+
export const AIBOTK = 'https://api-bot.aibotk.com/open/v1/api';
|
|
2
|
+
// export const AIBOTK = 'http://127.0.0.1:7002/open/v1/api'
|
|
3
3
|
export const AIBOTK_OUTAPI = 'https://outapi.aibotk.com/open/api/v1';
|
|
4
4
|
export const TULING = 'http://openapi.tuling123.com/openapi/api/v2';
|
|
5
5
|
export const TXHOST = 'http://api.tianapi.com';
|
package/package.json
CHANGED
package/src/package-json.js
CHANGED
package/src/proxy/config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export const AIBOTK = 'http://127.0.0.1:7002/open/v1/api'
|
|
1
|
+
export const AIBOTK = 'https://api-bot.aibotk.com/open/v1/api'
|
|
2
|
+
// export const AIBOTK = 'http://127.0.0.1:7002/open/v1/api'
|
|
3
3
|
|
|
4
4
|
export const AIBOTK_OUTAPI = 'https://outapi.aibotk.com/open/api/v1'
|
|
5
5
|
export const TULING = 'http://openapi.tuling123.com/openapi/api/v2'
|