一些接口(经纬,股票 汇率 省市区)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
     
    "item": [{
        "name": "经纬度查询",
        "_postman_id": "c425d7d5-1bc6-4e75-9043-36704cef157f",
        "request": {
            "method": "GET",
            "header": [],
            "url": {
                "raw": "http:\/\/zhouxunwang.cn\/data\/?id=25&key=&location=37.460539,116.368249",
                "protocol": "http",
                "host": ["zhouxunwang", "cn"],
                "path": ["data", ""],
                "query": [{
                    "key": "id",
                    "value": "25"
                }, {
                    "key": "key",
                    "value": ""
                }, {
                    "key": "location",
                    "value": "37.460539,116.368249"
                }]
            },
            "description": "经纬度查询"
        },
        "response": []
    }, {
        "name": "股票查询",
        "_postman_id": "b1fa3b18-e4e1-4425-8ff8-31e8a8b59aee",
        "request": {
            "method": "GET",
            "header": [],
            "url": {
                "raw": "http:\/\/zhouxunwang.cn\/data\/?id=15&key=&stock=汽车之家",
                "protocol": "http",
                "host": ["zhouxunwang", "cn"],
                "path": ["data", ""],
                "query": [{
                    "key": "id",
                    "value": "15"
                }, {
                    "key": "key",
                    "value": ""
                }, {
                    "key": "stock",
                    "value": "汽车之家"
                }]
            }
        },
        "response": []
    }, {
        "name": "省市份区域列表",
        "_postman_id": "4870d8ea-f64e-42b5-9165-5a322b25390a",
        "request": {
            "method": "GET",
            "header": [],
            "url": {
                "raw": "http:\/\/zhouxunwang.cn\/data\/?id=104&key=&ske=1",
                "protocol": "http",
                "host": ["zhouxunwang", "cn"],
                "path": ["data", ""],
                "query": [{
                    "key": "id",
                    "value": "104"
                }, {
                    "key": "key",
                    "value": ""
                }, {
                    "key": "ske",
                    "value": "1"
                }]
            }
        },
        "response": []
    }, {
        "name": "实时汇率查询换算",
        "_postman_id": "ed951ee7-6811-4c8d-9866-bd81539ee9bf",
        "request": {
            "method": "GET",
            "header": [],
            "url": {
                "raw": "http:\/\/zhouxunwang.cn\/data\/?id=71&key=&form=CNY&to=JPY",
                "protocol": "http",
                "host": ["zhouxunwang", "cn"],
                "path": ["data", ""],
                "query": [{
                    "key": "id",
                    "value": "71"
                }, {
                    "key": "key",
                    "value": ""
                }, {
                    "key": "form",
                    "value": "CNY"
                }, {
                    "key": "to",
                    "value": "JPY"
                }]
            }
        },
        "response": []
    }, {
        "name": "外汇汇率",
        "_postman_id": "410effa7-c155-4e62-baa0-e832d78857fe",
        "request": {
            "method": "GET",
            "header": [],
            "url": {
                "raw": "http:\/\/zhouxunwang.cn\/data\/?id=101&key=&&type=1",
                "protocol": "http",
                "host": ["zhouxunwang", "cn"],
                "path": ["data", ""],
                "query": [{
                    "key": "id",
                    "value": "101"
                }, {
                    "key": "key",
                    "value": ""
                }, {
                    "key": null,
                    "value": null
                }, {
                    "key": "type",
                    "value": "1"
                }]
            }
        },
        "response": []
    }],
    "protocolProfileBehavior": {}
}

  

posted @   谢凌  阅读(103)  评论(0编辑  收藏  举报
编辑推荐:
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~
点击右上角即可分享
微信分享提示