Initial commit
This commit is contained in:
86
backend/test/probe_results.json
Normal file
86
backend/test/probe_results.json
Normal file
@ -0,0 +1,86 @@
|
||||
[
|
||||
{
|
||||
"name": "institutions",
|
||||
"url": "https://api.wmcloud.com/data/v1/api/moneyflow/getMoneyFlow.json",
|
||||
"params": {
|
||||
"tradeDate": "2026-03-19",
|
||||
"field": "tradeDate,secID,instNetFlow,retailNetFlow,instBuyCash,instSellCash"
|
||||
},
|
||||
"status_code": 200,
|
||||
"headers": {
|
||||
"Server": "nginx",
|
||||
"Date": "Thu, 19 Mar 2026 14:21:57 GMT",
|
||||
"Content-Type": "application/json;charset=utf8",
|
||||
"Content-Length": "40",
|
||||
"Connection": "keep-alive",
|
||||
"Set-Cookie": "cloud-anonymous-token=1a422c2c29a9465a9469a75c7e092970;Path=/;Domain=.datayes.com;Expires=Wed, 17-Jun-2026 14:21:57 GMT",
|
||||
"Expires": "Thu, 01 Jan 1970 00:00:00 GMT",
|
||||
"DYes-Rsp-count": "0",
|
||||
"Access-Control-Allow-Credentials": "true",
|
||||
"Access-Control-Allow-Methods": "GET,POST,HEAD,PUT,OPTIONS,DELETE,TRACE,CONNECT,MOVE,PROXY",
|
||||
"Access-Control-Allow-Headers": "authorization,Access-Control-Allow-Origin,Content-Type,Cookie,Cache-Control,Connection,Accept-Language,Accept-Encoding,Accept,Pragma,Referer,User-Agent,DNT,Host,Accept-Charset,AccessToken,Pms-Mac-Addr,X-Requested-With",
|
||||
"Strict-Transport-Security": "max-age=31536000"
|
||||
},
|
||||
"body": {
|
||||
"retCode": -12,
|
||||
"retMsg": "API Not Found"
|
||||
},
|
||||
"description": "Main/Institution vs retail capital flow summary."
|
||||
},
|
||||
{
|
||||
"name": "blocks",
|
||||
"url": "https://api.wmcloud.com/data/v1/api/moneyflow/getBlockMoneyFlow.json",
|
||||
"params": {
|
||||
"tradeDate": "2026-03-19",
|
||||
"field": "tradeDate,industryName,blockNetFlow,blockBuyCash,blockSellCash"
|
||||
},
|
||||
"status_code": 200,
|
||||
"headers": {
|
||||
"Server": "nginx",
|
||||
"Date": "Thu, 19 Mar 2026 14:21:58 GMT",
|
||||
"Content-Type": "application/json;charset=utf8",
|
||||
"Content-Length": "40",
|
||||
"Connection": "keep-alive",
|
||||
"Set-Cookie": "cloud-anonymous-token=7491f7e8d13644cbbe311aa8f2ce9b4d;Path=/;Domain=.datayes.com;Expires=Wed, 17-Jun-2026 14:21:58 GMT",
|
||||
"Expires": "Thu, 01 Jan 1970 00:00:00 GMT",
|
||||
"DYes-Rsp-count": "0",
|
||||
"Access-Control-Allow-Credentials": "true",
|
||||
"Access-Control-Allow-Methods": "GET,POST,HEAD,PUT,OPTIONS,DELETE,TRACE,CONNECT,MOVE,PROXY",
|
||||
"Access-Control-Allow-Headers": "authorization,Access-Control-Allow-Origin,Content-Type,Cookie,Cache-Control,Connection,Accept-Language,Accept-Encoding,Accept,Pragma,Referer,User-Agent,DNT,Host,Accept-Charset,AccessToken,Pms-Mac-Addr,X-Requested-With",
|
||||
"Strict-Transport-Security": "max-age=31536000"
|
||||
},
|
||||
"body": {
|
||||
"retCode": -12,
|
||||
"retMsg": "API Not Found"
|
||||
},
|
||||
"description": "Block/sector capital inflows and outflows."
|
||||
},
|
||||
{
|
||||
"name": "indices",
|
||||
"url": "https://api.wmcloud.com/data/v1/api/moneyflow/getIndexMoneyFlow.json",
|
||||
"params": {
|
||||
"tradeDate": "2026-03-19",
|
||||
"field": "tradeDate,indexName,indexNetFlow,indexBuyCash,indexSellCash"
|
||||
},
|
||||
"status_code": 200,
|
||||
"headers": {
|
||||
"Server": "nginx",
|
||||
"Date": "Thu, 19 Mar 2026 14:21:58 GMT",
|
||||
"Content-Type": "application/json;charset=utf8",
|
||||
"Content-Length": "40",
|
||||
"Connection": "keep-alive",
|
||||
"Set-Cookie": "cloud-anonymous-token=83e9f966c3594f2a87dd9bfcfaa9b45c;Path=/;Domain=.datayes.com;Expires=Wed, 17-Jun-2026 14:21:58 GMT",
|
||||
"Expires": "Thu, 01 Jan 1970 00:00:00 GMT",
|
||||
"DYes-Rsp-count": "0",
|
||||
"Access-Control-Allow-Credentials": "true",
|
||||
"Access-Control-Allow-Methods": "GET,POST,HEAD,PUT,OPTIONS,DELETE,TRACE,CONNECT,MOVE,PROXY",
|
||||
"Access-Control-Allow-Headers": "authorization,Access-Control-Allow-Origin,Content-Type,Cookie,Cache-Control,Connection,Accept-Language,Accept-Encoding,Accept,Pragma,Referer,User-Agent,DNT,Host,Accept-Charset,AccessToken,Pms-Mac-Addr,X-Requested-With",
|
||||
"Strict-Transport-Security": "max-age=31536000"
|
||||
},
|
||||
"body": {
|
||||
"retCode": -12,
|
||||
"retMsg": "API Not Found"
|
||||
},
|
||||
"description": "Broad index capital flow overview."
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user