antprotocol-websdk 1.0.4 → 1.0.5
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9971,7 +9971,7 @@ class ProtocolBasic {
|
|
|
9971
9971
|
method: "GET",
|
|
9972
9972
|
headers: {
|
|
9973
9973
|
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
|
|
9974
|
-
"Referer": "https
|
|
9974
|
+
"Referer": "https://*.antbms.com",
|
|
9975
9975
|
"Accept": "application/json",
|
|
9976
9976
|
},
|
|
9977
9977
|
mode: "cors", // 允许跨域请求
|