【调度系统】广东民航医疗快线调度系统源代码
wanglizhong
2025-05-05 14553e97825d8c112ce2c40275e0c71b79fe3121
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %> 
<% Session.CodePage=65001 %> 
<% Response.charset = "utf-8" %>
<!--#include virtual="/inc/odbc.asp"-->
<!--#include virtual="/inc/function.asp"-->
<head>
<meta charset="UTF-8">
<title>API开发文档-<%=WEBNAME%></title>
<meta name="generator" content="MediaWiki 1.17.0">
<link rel="stylesheet" href="css.css">
<!--[if lt IE 7]><style type="text/css">body{behavior:url("/wiki/skins/vector/csshover.min.htc")}</style><![endif]-->
 
 
</head>
<body class="mediawiki ltr ns-0 ns-subject skin-vector">
 
 
<div class="mainwrapper">
            <div class="inner">
                <!-- panel -->
                <%menuleft=1%>
                <!--#include FILE="menu_left.asp"-->
                <!-- /panel -->
                <!-- content -->
                <div id="content">
 
                    <div id="mw-js-message" style="display:none;"></div>
                                        <!-- firstHeading -->
                    <div class="content_hd">
                        <h2 id="firstHeading" class="">字典信息查询</h2>
                        <div class="info">
                             
                        </div>
                    </div>
                    <!-- /firstHeading -->
                    <!-- bodyContent -->
                    <div id="bodyContent" class="bodyContent">
 
                                                <!-- bodytext -->
                        <p>跟据商品ID调用商品详情。</p>
                        <p><b>接口调用请求说明</b>
</p>
<pre>http请求方式: GET调用
<a href="<%=WEBURL%>/v1/?method=Dictionary&Category=StoreCash_send" class="external free" rel="nofollow" target="_blank"><%=WEBURL%>/v1/?method=Dictionary</a>
</pre>
<p><b>参数说明</b>
</p>
<table border="1" cellspacing="0" cellpadding="4" align="center" width="80%">
<tbody><tr>
    <th style="width:100px">参数</th>
    <th style="width:100px">是否必须</th>
    <th style="width:100px">默认</th>
    <th style="width:300px">说明</th>
    <th style="width:300px">例子</th>
</tr>
<tr>
    <td> method</td>
    <td> 是</td>
    <td> </td>
    <td> 接口名称</td>
    <td> Dictionary (固定)</td>
</tr>
<tr>
    <td> APPID</td>
    <td> 是</td>
    <td> </td>
    <td> 商户APPID</td>
    <td> <%=APPID%></td>
</tr>
<%If UnitState<>2 Then%>
<tr>
    <td> UserID</td>
    <td> 否</td>
    <td> </td>
    <td> 用户唯一ID</td>
    <td> </td>
</tr>
<%End If%>
<tr>
    <td> Category</td>
    <td> 是</td>
    <td> </td>
    <td> 字典类目</td>
    <td>
    &nbsp;服务说明:<a href="<%=WEBURL%>/v1/?method=Dictionary&APPID=<%=APPID%>&Category=ServiceDescription&UnixTime=<%=ToUnixTime(now(),+8)%>&Sign=Sign" class="external free" rel="nofollow" target="_blank">ServiceDescription</a><br>
    &nbsp;分支机构:<a href="<%=WEBURL%>/v1/?method=Dictionary&APPID=<%=APPID%>&Category=ServiceBranch&UnixTime=<%=ToUnixTime(now(),+8)%>&Sign=Sign" class="external free" rel="nofollow" target="_blank">ServiceBranch</a><br>
    </td>
</tr>
<tr>
    <td> DataID</td>
    <td> 否</td>
    <td> </td>
    <td> 查询项</td>
    <td>&nbsp;ID(支持同类目多个ID查询)<br>&nbsp;Data1,Data2......Data5</td>
</tr>
<tr>
    <td> DataKey</td>
    <td> 否</td>
    <td> </td>
    <td> 字典关键词</td>
    <td> </td>
</tr>
<tr>
    <td> UnixTime</td>
    <td> 是</td>
    <td> </td>
    <td> 时间戳</td>
    <td> <%=ToUnixTime(now(),+8)%></td>
</tr>
<tr>
    <td> Sign</td>
    <td> 是</td>
    <td> </td>
    <td> 签名</td>
    <td> 签名,详见<a href="Sign.gds?APPID=<%=APPID%>" class="external free" rel="nofollow" target="_blank">签名生成算法</a></td>
</tr>
</tbody></table>
<p><b>返回说明</b>
正常情况下,系统会返回下述JSON数据包:
</p>
<pre>
{
    "method":"Dictionary",
    "result":1,
    "Category":"HospitalDepartment",
    "Dictionary":[
        {
            "ID":1,
            "Data1":"ICU",
            "Data2":1,
            "Data3":"医院科室",
            "Data4":100,
            "Data5":""
        }
        {
            "ID":23,
            "Data1":"内科",
            "Data2":1,
            "Data3":"医院科室",
            "Data4":260,
            "Data5":""
        },
        {
            "ID":24,
            "Data1":"外科",
            "Data2":1,
            "Data3":"医院科室",
            "Data4":270,
            "Data5":""
        }
    ]
}
</pre>
<p><b>返回参数说明</b>
</p>
<table border="1" cellspacing="0" cellpadding="4" align="center" width="80%">
<tbody><tr>
    <th style="width:100px">参数</th>
    <th style="width:100px">是否必须</th>
    <th style="width:100px">参数类型</th>
    <th style="width:300px">说明</th>
    <th style="width:300px">例子</th>
</tr>
<tr>
    <td> method</td>
    <td> 是</td>
    <td> String</td>
    <td> 接口名称</td>
    <td> Dictionary</td>
</tr>
<tr>
    <td> result</td>
    <td> 是</td>
    <td> Int</td>
    <td> 处理结果:1-成功,2-失败</td>
    <td> </td>
</tr>
    <tr>
        <td> Category</td>
        <td> 是</td>
        <td> String</td>
        <td> 类目</td>
        <td> </td>
    </tr>
    <tr>
        <td> ID</td>
        <td> 是</td>
        <td> String</td>
        <td> 字典ID</td>
        <td> </td>
    </tr>
    <tr>
        <td> Data1</td>
        <td> 否</td>
        <td> String</td>
        <td> 数据1</td>
        <td> </td>
    </tr>
    <tr>
        <td> Data2</td>
        <td> 否</td>
        <td> String</td>
        <td> 数据2</td>
        <td> </td>
    </tr>
    <tr>
        <td> Data3</td>
        <td> 否</td>
        <td> String</td>
        <td> 数据3</td>
        <td> </td>
    </tr>
    <tr>
        <td> Data3</td>
        <td> 否</td>
        <td> String</td>
        <td> 数据3</td>
        <td> </td>
    </tr>
    <tr>
        <td> Data4</td>
        <td> 否</td>
        <td> String</td>
        <td> 数据4</td>
        <td> </td>
    </tr>
    <tr>
        <td> Data5</td>
        <td> 否</td>
        <td> String</td>
        <td> 数据5</td>
        <td> </td>
    </tr>
</tbody></table>
 
<!-- 
NewPP limit report
Preprocessor node count: 1/1000000
Post-expand include size: 0/2097152 bytes
Template argument size: 0/2097152 bytes
Expensive parser function count: 0/100
-->
                        <!-- /bodytext -->
                                                <!-- catlinks -->
                        <div id="catlinks" class="catlinks catlinks-allhidden"></div>                        <!-- /catlinks -->
                                                                        <div class="visualClear"></div>
                    </div>
                    <!-- /bodyContent -->
                </div>
                <!-- /content -->
                
            </div>
        </div>
</body>