Created
September 26, 2022 08:57
-
-
Save Gavin0x0/09694d912f9722f1f083a25187593a42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetch("http://api2.flyinsono.com/IRemedicalService", { | |
"headers": { | |
"accept": "*/*", | |
"accept-language": "zh-CN,zh;q=0.9", | |
"content-type": "text/plain", | |
"proxy-connection": "keep-alive" | |
}, | |
"referrer": "http://127.0.0.1:8080/", | |
"referrerPolicy": "strict-origin-when-cross-origin", | |
"body": "{\"jsonrpc\":\"2.0\",\"method\":\"GetMeasureApplicationAsync\",\"params\":[{\"Token\":\"41BAC80D90674B40ACC1A02011821CD0\",\"ApplicationName\":\"Carotid\",\"CategoryName\":\"VAS\",\"MeasureModes\":[\"Tissue\"]}],\"id\":959773799}", | |
"method": "POST", | |
"mode": "cors", | |
"credentials": "omit" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment