@alipay/ams-checkout 0.0.1720409584-dev.0 → 0.0.1720409584-dev.2
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/esm/config/request.js
CHANGED
@@ -12,8 +12,8 @@ var _queryParse = queryParse(),
|
|
12
12
|
groupId = _queryParse.groupId,
|
13
13
|
host = _queryParse.requestHost;
|
14
14
|
export var requestHost = {
|
15
|
-
local: 'http://imgs-
|
16
|
-
dev: host || 'http://imgs-
|
15
|
+
local: 'http://imgs-63.sggz00b.dev.alipay.net/mgw.htm',
|
16
|
+
dev: host || 'http://imgs-63.sggz00b.dev.alipay.net/mgw.htm',
|
17
17
|
sit: host || 'http://imgs-9.sggz00a.test.alipay.net/mgw.htm',
|
18
18
|
pre: 'https://imgs-sea-pre.alipay.com/mgw.htm',
|
19
19
|
prod: 'https://imgs-sea-global.alipay.com/mgw.htm',
|
@@ -22,7 +22,7 @@ export var requestHost = {
|
|
22
22
|
export var clientId = '5J5Y8X4E2Y25GR00690';
|
23
23
|
export var tntInstId = 'ALIPW3SG';
|
24
24
|
export var appId = 'ANTOM_PAYMENT_WEB';
|
25
|
-
export var sofaId = groupId || '
|
25
|
+
export var sofaId = groupId || 'GROUP_20240627151021';
|
26
26
|
export var hostSignMap = function hostSignMap(hostSign, env) {
|
27
27
|
var map = {
|
28
28
|
SG: 'https://imgs-sea-global.alipay.com/mgw.htm',
|
@@ -32,7 +32,7 @@ function _loadChannelPneumaticControl() {
|
|
32
32
|
while (1) switch (_context.prev = _context.next) {
|
33
33
|
case 0:
|
34
34
|
NONE_LOAD_SDK_CHANNEL_LIST = /*#__PURE__*/function (NONE_LOAD_SDK_CHANNEL_LIST) {
|
35
|
-
NONE_LOAD_SDK_CHANNEL_LIST["
|
35
|
+
NONE_LOAD_SDK_CHANNEL_LIST["AIRWALLEX"] = "AIRWALLEX";
|
36
36
|
return NONE_LOAD_SDK_CHANNEL_LIST;
|
37
37
|
}({});
|
38
38
|
promiseList = [];
|
@@ -46,7 +46,7 @@ function _loadChannelPneumaticControl() {
|
|
46
46
|
var acquirerName = loadItem.acquirerName,
|
47
47
|
scriptUrl = loadItem.scriptUrl;
|
48
48
|
var promiseItem = null;
|
49
|
-
if (acquirerName === NONE_LOAD_SDK_CHANNEL_LIST.
|
49
|
+
if (acquirerName === NONE_LOAD_SDK_CHANNEL_LIST.AIRWALLEX) {
|
50
50
|
var attrOptions = {
|
51
51
|
defer: true,
|
52
52
|
id: 'airwallex-fraud-api',
|