@alipay/ams-checkout 0.0.1762138227-dev.1 → 0.0.1762138227-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/loader/constant.d.ts
CHANGED
package/esm/loader/constant.js
CHANGED
|
@@ -27,9 +27,10 @@ export var instanceApiMap = _defineProperty(_defineProperty(_defineProperty({},
|
|
|
27
27
|
* SDK 集成类型枚举
|
|
28
28
|
*/
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
/**
|
|
31
|
+
* SDK 地址
|
|
32
|
+
*/
|
|
31
33
|
export var SDK_URL = {
|
|
32
|
-
DEV: '
|
|
33
|
-
|
|
34
|
-
PROD: 'https://er-test.marmot-cloud.com/1.0.0/dist/umd/ams-checkout.min.js'
|
|
34
|
+
DEV: 'http://js-dev.antom.com/v1/dist/umd/ams-checkout.min.js',
|
|
35
|
+
PROD: 'https://js.antom.com/v1/dist/umd/ams-checkout.min.js'
|
|
35
36
|
};
|