mcp-invest-assistant
Version:
20 lines • 841 B
JavaScript
fetch("https://open.lixinger.com/api/cn/index", {
"headers": {
"accept": "application/json, text/plain, */*",
"accept-language": "zh-CN,zh;q=0.9",
"cache-control": "no-cache",
"content-type": "application/json;charset=UTF-8",
"pragma": "no-cache",
"priority": "u=1, i",
"sec-ch-ua": "\"Chromium\";v=\"136\", \"Google Chrome\";v=\"136\", \"Not.A/Brand\";v=\"99\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"macOS\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-site",
"Referer": "https://www.lixinger.com/open/api/doc?api-key=cn/index",
"Referrer-Policy": "no-referrer-when-downgrade"
},
"body": "{\"token\":\"95f5c7f5-3a20-436e-a411-011dc2eff608\"}",
"method": "POST"
});