@mapgis/webclient-common 17.0.4 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -117,13 +125,17 @@
117
125
 
118
126
  <tr class="deep-level-1">
119
127
 
120
- <td class="name" id="srcInfo1"><code>srcInfo1</code></td>
128
+ <td class="name"><code>srcInfo1</code></td>
121
129
 
122
130
 
123
131
  <td class="type">
124
132
 
125
133
 
126
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
127
139
 
128
140
 
129
141
 
@@ -140,13 +152,17 @@
140
152
 
141
153
  <tr class="deep-level-1">
142
154
 
143
- <td class="name" id="srcInfo2"><code>srcInfo2</code></td>
155
+ <td class="name"><code>srcInfo2</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
150
166
 
151
167
 
152
168
 
@@ -163,13 +179,17 @@
163
179
 
164
180
  <tr class="deep-level-1">
165
181
 
166
- <td class="name" id="desInfo"><code>desInfo</code></td>
182
+ <td class="name"><code>desInfo</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
173
193
 
174
194
 
175
195
 
@@ -186,13 +206,17 @@
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="FIDs1"><code>FIDs1</code></td>
209
+ <td class="name"><code>FIDs1</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
196
220
 
197
221
 
198
222
 
@@ -209,13 +233,17 @@
209
233
 
210
234
  <tr class="deep-level-1">
211
235
 
212
- <td class="name" id="FIDs2"><code>FIDs2</code></td>
236
+ <td class="name"><code>FIDs2</code></td>
213
237
 
214
238
 
215
239
  <td class="type">
216
240
 
217
241
 
218
- <span class="param-type">String</span>
242
+ <span class="param-type">
243
+
244
+ String
245
+
246
+ </span>
219
247
 
220
248
 
221
249
 
@@ -232,13 +260,17 @@
232
260
 
233
261
  <tr class="deep-level-1">
234
262
 
235
- <td class="name" id="spatialOperationType"><code>spatialOperationType</code></td>
263
+ <td class="name"><code>spatialOperationType</code></td>
236
264
 
237
265
 
238
266
  <td class="type">
239
267
 
240
268
 
241
- <span class="param-type">String</span>
269
+ <span class="param-type">
270
+
271
+ String
272
+
273
+ </span>
242
274
 
243
275
 
244
276
 
@@ -255,13 +287,17 @@
255
287
 
256
288
  <tr class="deep-level-1">
257
289
 
258
- <td class="name" id="radius"><code>radius</code></td>
290
+ <td class="name"><code>radius</code></td>
259
291
 
260
292
 
261
293
  <td class="type">
262
294
 
263
295
 
264
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
299
+
300
+ </span>
265
301
 
266
302
 
267
303
 
@@ -415,7 +451,11 @@
415
451
  <td class="name">
416
452
  <code>
417
453
 
418
- <span class="param-type">Boolean</span>
454
+ <span class="param-type">
455
+
456
+ Boolean
457
+
458
+ </span>
419
459
 
420
460
 
421
461
 
@@ -429,7 +469,11 @@
429
469
  <td class="name">
430
470
  <code>
431
471
 
432
- <span class="param-type">String</span>
472
+ <span class="param-type">
473
+
474
+ String
475
+
476
+ </span>
433
477
 
434
478
 
435
479
 
@@ -443,7 +487,11 @@
443
487
  <td class="name">
444
488
  <code>
445
489
 
446
- <span class="param-type">String</span>
490
+ <span class="param-type">
491
+
492
+ String
493
+
494
+ </span>
447
495
 
448
496
 
449
497
 
@@ -457,7 +505,11 @@
457
505
  <td class="name">
458
506
  <code>
459
507
 
460
- <span class="param-type">Boolean</span>
508
+ <span class="param-type">
509
+
510
+ Boolean
511
+
512
+ </span>
461
513
 
462
514
 
463
515
 
@@ -471,7 +523,11 @@
471
523
  <td class="name">
472
524
  <code>
473
525
 
474
- <span class="param-type">String</span>
526
+ <span class="param-type">
527
+
528
+ String
529
+
530
+ </span>
475
531
 
476
532
 
477
533
 
@@ -485,7 +541,11 @@
485
541
  <td class="name">
486
542
  <code>
487
543
 
488
- <span class="param-type">String</span>
544
+ <span class="param-type">
545
+
546
+ String
547
+
548
+ </span>
489
549
 
490
550
 
491
551
 
@@ -499,7 +559,11 @@
499
559
  <td class="name">
500
560
  <code>
501
561
 
502
- <span class="param-type">Number</span>
562
+ <span class="param-type">
563
+
564
+ Number
565
+
566
+ </span>
503
567
 
504
568
 
505
569
 
@@ -513,7 +577,11 @@
513
577
  <td class="name">
514
578
  <code>
515
579
 
516
- <span class="param-type">String</span>
580
+ <span class="param-type">
581
+
582
+ String
583
+
584
+ </span>
517
585
 
518
586
 
519
587
 
@@ -527,7 +595,11 @@
527
595
  <td class="name">
528
596
  <code>
529
597
 
530
- <span class="param-type">String</span>
598
+ <span class="param-type">
599
+
600
+ String
601
+
602
+ </span>
531
603
 
532
604
 
533
605
 
@@ -541,7 +613,11 @@
541
613
  <td class="name">
542
614
  <code>
543
615
 
544
- <span class="param-type">String</span>
616
+ <span class="param-type">
617
+
618
+ String
619
+
620
+ </span>
545
621
 
546
622
 
547
623
 
@@ -555,7 +631,11 @@
555
631
  <td class="name">
556
632
  <code>
557
633
 
558
- <span class="param-type">function</span>
634
+ <span class="param-type">
635
+
636
+ function
637
+
638
+ </span>
559
639
 
560
640
 
561
641
 
@@ -569,7 +649,11 @@
569
649
  <td class="name">
570
650
  <code>
571
651
 
572
- <span class="param-type">String</span>
652
+ <span class="param-type">
653
+
654
+ String
655
+
656
+ </span>
573
657
 
574
658
 
575
659
 
@@ -583,7 +667,11 @@
583
667
  <td class="name">
584
668
  <code>
585
669
 
586
- <span class="param-type">function</span>
670
+ <span class="param-type">
671
+
672
+ function
673
+
674
+ </span>
587
675
 
588
676
 
589
677
 
@@ -597,7 +685,11 @@
597
685
  <td class="name">
598
686
  <code>
599
687
 
600
- <span class="param-type">String</span>
688
+ <span class="param-type">
689
+
690
+ String
691
+
692
+ </span>
601
693
 
602
694
 
603
695
 
@@ -611,7 +703,11 @@
611
703
  <td class="name">
612
704
  <code>
613
705
 
614
- <span class="param-type">String</span>
706
+ <span class="param-type">
707
+
708
+ String
709
+
710
+ </span>
615
711
 
616
712
 
617
713
 
@@ -625,7 +721,11 @@
625
721
  <td class="name">
626
722
  <code>
627
723
 
628
- <span class="param-type">String</span>
724
+ <span class="param-type">
725
+
726
+ String
727
+
728
+ </span>
629
729
 
630
730
 
631
731
 
@@ -639,7 +739,11 @@
639
739
  <td class="name">
640
740
  <code>
641
741
 
642
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
742
+ <span class="param-type">
743
+
744
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
745
+
746
+ </span>
643
747
 
644
748
 
645
749
 
@@ -653,7 +757,11 @@
653
757
  <td class="name">
654
758
  <code>
655
759
 
656
- <span class="param-type">String</span>
760
+ <span class="param-type">
761
+
762
+ String
763
+
764
+ </span>
657
765
 
658
766
 
659
767
 
@@ -667,7 +775,11 @@
667
775
  <td class="name">
668
776
  <code>
669
777
 
670
- <span class="param-type">String</span>
778
+ <span class="param-type">
779
+
780
+ String
781
+
782
+ </span>
671
783
 
672
784
 
673
785
 
@@ -681,7 +793,11 @@
681
793
  <td class="name">
682
794
  <code>
683
795
 
684
- <span class="param-type">String</span>
796
+ <span class="param-type">
797
+
798
+ String
799
+
800
+ </span>
685
801
 
686
802
 
687
803
 
@@ -701,7 +817,11 @@
701
817
  <span class="method-parameter is-pulled-right">
702
818
  <label>类型:</label>
703
819
 
704
- <span class="param-type">Boolean</span>
820
+ <span class="param-type">
821
+
822
+ Boolean
823
+
824
+ </span>
705
825
 
706
826
 
707
827
 
@@ -777,7 +897,11 @@
777
897
  <span class="method-parameter is-pulled-right">
778
898
  <label>类型:</label>
779
899
 
780
- <span class="param-type">String</span>
900
+ <span class="param-type">
901
+
902
+ String
903
+
904
+ </span>
781
905
 
782
906
 
783
907
 
@@ -852,7 +976,11 @@
852
976
  <span class="method-parameter is-pulled-right">
853
977
  <label>类型:</label>
854
978
 
855
- <span class="param-type">String</span>
979
+ <span class="param-type">
980
+
981
+ String
982
+
983
+ </span>
856
984
 
857
985
 
858
986
 
@@ -923,7 +1051,11 @@
923
1051
  <span class="method-parameter is-pulled-right">
924
1052
  <label>类型:</label>
925
1053
 
926
- <span class="param-type">Boolean</span>
1054
+ <span class="param-type">
1055
+
1056
+ Boolean
1057
+
1058
+ </span>
927
1059
 
928
1060
 
929
1061
 
@@ -1020,7 +1152,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1020
1152
  <span class="method-parameter is-pulled-right">
1021
1153
  <label>类型:</label>
1022
1154
 
1023
- <span class="param-type">String</span>
1155
+ <span class="param-type">
1156
+
1157
+ String
1158
+
1159
+ </span>
1024
1160
 
1025
1161
 
1026
1162
 
@@ -1091,7 +1227,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1091
1227
  <span class="method-parameter is-pulled-right">
1092
1228
  <label>类型:</label>
1093
1229
 
1094
- <span class="param-type">String</span>
1230
+ <span class="param-type">
1231
+
1232
+ String
1233
+
1234
+ </span>
1095
1235
 
1096
1236
 
1097
1237
 
@@ -1162,7 +1302,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1162
1302
  <span class="method-parameter is-pulled-right">
1163
1303
  <label>类型:</label>
1164
1304
 
1165
- <span class="param-type">Number</span>
1305
+ <span class="param-type">
1306
+
1307
+ Number
1308
+
1309
+ </span>
1166
1310
 
1167
1311
 
1168
1312
 
@@ -1237,7 +1381,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1237
1381
  <span class="method-parameter is-pulled-right">
1238
1382
  <label>类型:</label>
1239
1383
 
1240
- <span class="param-type">String</span>
1384
+ <span class="param-type">
1385
+
1386
+ String
1387
+
1388
+ </span>
1241
1389
 
1242
1390
 
1243
1391
 
@@ -1312,7 +1460,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1312
1460
  <span class="method-parameter is-pulled-right">
1313
1461
  <label>类型:</label>
1314
1462
 
1315
- <span class="param-type">String</span>
1463
+ <span class="param-type">
1464
+
1465
+ String
1466
+
1467
+ </span>
1316
1468
 
1317
1469
 
1318
1470
 
@@ -1410,7 +1562,11 @@ BaseServer.headers.token = '新token';</code></pre>
1410
1562
  <span class="method-parameter is-pulled-right">
1411
1563
  <label>类型:</label>
1412
1564
 
1413
- <span class="param-type">String</span>
1565
+ <span class="param-type">
1566
+
1567
+ String
1568
+
1569
+ </span>
1414
1570
 
1415
1571
 
1416
1572
 
@@ -1481,7 +1637,11 @@ BaseServer.headers.token = '新token';</code></pre>
1481
1637
  <span class="method-parameter is-pulled-right">
1482
1638
  <label>类型:</label>
1483
1639
 
1484
- <span class="param-type">function</span>
1640
+ <span class="param-type">
1641
+
1642
+ function
1643
+
1644
+ </span>
1485
1645
 
1486
1646
 
1487
1647
 
@@ -1585,7 +1745,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1585
1745
  <span class="method-parameter is-pulled-right">
1586
1746
  <label>类型:</label>
1587
1747
 
1588
- <span class="param-type">String</span>
1748
+ <span class="param-type">
1749
+
1750
+ String
1751
+
1752
+ </span>
1589
1753
 
1590
1754
 
1591
1755
 
@@ -1679,7 +1843,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1679
1843
  <span class="method-parameter is-pulled-right">
1680
1844
  <label>类型:</label>
1681
1845
 
1682
- <span class="param-type">function</span>
1846
+ <span class="param-type">
1847
+
1848
+ function
1849
+
1850
+ </span>
1683
1851
 
1684
1852
 
1685
1853
 
@@ -1785,7 +1953,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1785
1953
  <span class="method-parameter is-pulled-right">
1786
1954
  <label>类型:</label>
1787
1955
 
1788
- <span class="param-type">String</span>
1956
+ <span class="param-type">
1957
+
1958
+ String
1959
+
1960
+ </span>
1789
1961
 
1790
1962
 
1791
1963
 
@@ -1856,7 +2028,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1856
2028
  <span class="method-parameter is-pulled-right">
1857
2029
  <label>类型:</label>
1858
2030
 
1859
- <span class="param-type">String</span>
2031
+ <span class="param-type">
2032
+
2033
+ String
2034
+
2035
+ </span>
1860
2036
 
1861
2037
 
1862
2038
 
@@ -1927,7 +2103,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1927
2103
  <span class="method-parameter is-pulled-right">
1928
2104
  <label>类型:</label>
1929
2105
 
1930
- <span class="param-type">String</span>
2106
+ <span class="param-type">
2107
+
2108
+ String
2109
+
2110
+ </span>
1931
2111
 
1932
2112
 
1933
2113
 
@@ -1998,7 +2178,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1998
2178
  <span class="method-parameter is-pulled-right">
1999
2179
  <label>类型:</label>
2000
2180
 
2001
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2181
+ <span class="param-type">
2182
+
2183
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2184
+
2185
+ </span>
2002
2186
 
2003
2187
 
2004
2188
 
@@ -2096,7 +2280,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2096
2280
  <span class="method-parameter is-pulled-right">
2097
2281
  <label>类型:</label>
2098
2282
 
2099
- <span class="param-type">String</span>
2283
+ <span class="param-type">
2284
+
2285
+ String
2286
+
2287
+ </span>
2100
2288
 
2101
2289
 
2102
2290
 
@@ -2189,7 +2377,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2189
2377
  <span class="method-parameter is-pulled-right">
2190
2378
  <label>类型:</label>
2191
2379
 
2192
- <span class="param-type">String</span>
2380
+ <span class="param-type">
2381
+
2382
+ String
2383
+
2384
+ </span>
2193
2385
 
2194
2386
 
2195
2387
 
@@ -2282,7 +2474,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2282
2474
  <span class="method-parameter is-pulled-right">
2283
2475
  <label>类型:</label>
2284
2476
 
2285
- <span class="param-type">String</span>
2477
+ <span class="param-type">
2478
+
2479
+ String
2480
+
2481
+ </span>
2286
2482
 
2287
2483
 
2288
2484
 
@@ -2379,7 +2575,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2379
2575
  <code>
2380
2576
 
2381
2577
 
2382
- <span class="param-type">Promise.&lt;Object></span>
2578
+ <span class="param-type">
2579
+
2580
+ Promise.&lt;Object>
2581
+
2582
+ </span>
2383
2583
 
2384
2584
 
2385
2585
 
@@ -2405,7 +2605,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2405
2605
  <code>
2406
2606
 
2407
2607
 
2408
- <span class="param-type">Promise.&lt;String></span>
2608
+ <span class="param-type">
2609
+
2610
+ Promise.&lt;String>
2611
+
2612
+ </span>
2409
2613
 
2410
2614
 
2411
2615
 
@@ -2421,7 +2625,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2421
2625
  <code>
2422
2626
 
2423
2627
 
2424
- <span class="param-type">Promise.&lt;String></span>
2628
+ <span class="param-type">
2629
+
2630
+ Promise.&lt;String>
2631
+
2632
+ </span>
2425
2633
 
2426
2634
 
2427
2635
 
@@ -2437,7 +2645,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2437
2645
  <code>
2438
2646
 
2439
2647
 
2440
- <span class="param-type">Promise.&lt;String></span>
2648
+ <span class="param-type">
2649
+
2650
+ Promise.&lt;String>
2651
+
2652
+ </span>
2441
2653
 
2442
2654
 
2443
2655
 
@@ -2507,13 +2719,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2507
2719
 
2508
2720
  <tr class="deep-level-0">
2509
2721
 
2510
- <td class="name" id="options"><code>options</code></td>
2722
+ <td class="name"><code>options</code></td>
2511
2723
 
2512
2724
 
2513
2725
  <td class="type">
2514
2726
 
2515
2727
 
2516
- <span class="param-type">Object</span>
2728
+ <span class="param-type">
2729
+
2730
+ Object
2731
+
2732
+ </span>
2517
2733
 
2518
2734
 
2519
2735
 
@@ -2534,13 +2750,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2534
2750
 
2535
2751
  <tr class="deep-level-1">
2536
2752
 
2537
- <td class="name" id="headers"><code>headers</code></td>
2753
+ <td class="name"><code>headers</code></td>
2538
2754
 
2539
2755
 
2540
2756
  <td class="type">
2541
2757
 
2542
2758
 
2543
- <span class="param-type">String</span>
2759
+ <span class="param-type">
2760
+
2761
+ String
2762
+
2763
+ </span>
2544
2764
 
2545
2765
 
2546
2766
 
@@ -2561,13 +2781,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2561
2781
 
2562
2782
  <tr class="deep-level-1">
2563
2783
 
2564
- <td class="name" id="method"><code>method</code></td>
2784
+ <td class="name"><code>method</code></td>
2565
2785
 
2566
2786
 
2567
2787
  <td class="type">
2568
2788
 
2569
2789
 
2570
- <span class="param-type">String</span>
2790
+ <span class="param-type">
2791
+
2792
+ String
2793
+
2794
+ </span>
2571
2795
 
2572
2796
 
2573
2797
 
@@ -2590,13 +2814,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2590
2814
 
2591
2815
  <tr class="deep-level-1">
2592
2816
 
2593
- <td class="name" id="success"><code>success</code></td>
2817
+ <td class="name"><code>success</code></td>
2594
2818
 
2595
2819
 
2596
2820
  <td class="type">
2597
2821
 
2598
2822
 
2599
- <span class="param-type">function</span>
2823
+ <span class="param-type">
2824
+
2825
+ function
2826
+
2827
+ </span>
2600
2828
 
2601
2829
 
2602
2830
 
@@ -2617,13 +2845,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2617
2845
 
2618
2846
  <tr class="deep-level-1">
2619
2847
 
2620
- <td class="name" id="failure"><code>failure</code></td>
2848
+ <td class="name"><code>failure</code></td>
2621
2849
 
2622
2850
 
2623
2851
  <td class="type">
2624
2852
 
2625
2853
 
2626
- <span class="param-type">function</span>
2854
+ <span class="param-type">
2855
+
2856
+ function
2857
+
2858
+ </span>
2627
2859
 
2628
2860
 
2629
2861
 
@@ -2722,7 +2954,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2722
2954
  <div class='column is-5 has-text-left'>
2723
2955
  <label>类型: </label>
2724
2956
 
2725
- <span class="param-type">Promise.&lt;Object></span>
2957
+ <span class="param-type">
2958
+
2959
+ Promise.&lt;Object>
2960
+
2961
+ </span>
2726
2962
 
2727
2963
 
2728
2964
 
@@ -2808,7 +3044,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2808
3044
 
2809
3045
  <tr class="deep-level-0">
2810
3046
 
2811
- <td class="name" id="options"><code>options</code></td>
3047
+ <td class="name"><code>options</code></td>
2812
3048
 
2813
3049
 
2814
3050
  <td class="type">
@@ -2829,13 +3065,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2829
3065
 
2830
3066
  <tr class="deep-level-1">
2831
3067
 
2832
- <td class="name" id="success"><code>success</code></td>
3068
+ <td class="name"><code>success</code></td>
2833
3069
 
2834
3070
 
2835
3071
  <td class="type">
2836
3072
 
2837
3073
 
2838
- <span class="param-type">function</span>
3074
+ <span class="param-type">
3075
+
3076
+ function
3077
+
3078
+ </span>
2839
3079
 
2840
3080
 
2841
3081
 
@@ -2858,13 +3098,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2858
3098
 
2859
3099
  <tr class="deep-level-1">
2860
3100
 
2861
- <td class="name" id="failure"><code>failure</code></td>
3101
+ <td class="name"><code>failure</code></td>
2862
3102
 
2863
3103
 
2864
3104
  <td class="type">
2865
3105
 
2866
3106
 
2867
- <span class="param-type">function</span>
3107
+ <span class="param-type">
3108
+
3109
+ function
3110
+
3111
+ </span>
2868
3112
 
2869
3113
 
2870
3114
 
@@ -3043,13 +3287,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3043
3287
 
3044
3288
  <tr class="deep-level-0">
3045
3289
 
3046
- <td class="name" id="options"><code>options</code></td>
3290
+ <td class="name"><code>options</code></td>
3047
3291
 
3048
3292
 
3049
3293
  <td class="type">
3050
3294
 
3051
3295
 
3052
- <span class="param-type">Object</span>
3296
+ <span class="param-type">
3297
+
3298
+ Object
3299
+
3300
+ </span>
3053
3301
 
3054
3302
 
3055
3303
 
@@ -3070,13 +3318,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3070
3318
 
3071
3319
  <tr class="deep-level-1">
3072
3320
 
3073
- <td class="name" id="taskId"><code>taskId</code></td>
3321
+ <td class="name"><code>taskId</code></td>
3074
3322
 
3075
3323
 
3076
3324
  <td class="type">
3077
3325
 
3078
3326
 
3079
- <span class="param-type">String</span>
3327
+ <span class="param-type">
3328
+
3329
+ String
3330
+
3331
+ </span>
3080
3332
 
3081
3333
 
3082
3334
 
@@ -3097,13 +3349,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3097
3349
 
3098
3350
  <tr class="deep-level-1">
3099
3351
 
3100
- <td class="name" id="headers"><code>headers</code></td>
3352
+ <td class="name"><code>headers</code></td>
3101
3353
 
3102
3354
 
3103
3355
  <td class="type">
3104
3356
 
3105
3357
 
3106
- <span class="param-type">String</span>
3358
+ <span class="param-type">
3359
+
3360
+ String
3361
+
3362
+ </span>
3107
3363
 
3108
3364
 
3109
3365
 
@@ -3124,13 +3380,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3124
3380
 
3125
3381
  <tr class="deep-level-1">
3126
3382
 
3127
- <td class="name" id="method"><code>method</code></td>
3383
+ <td class="name"><code>method</code></td>
3128
3384
 
3129
3385
 
3130
3386
  <td class="type">
3131
3387
 
3132
3388
 
3133
- <span class="param-type">String</span>
3389
+ <span class="param-type">
3390
+
3391
+ String
3392
+
3393
+ </span>
3134
3394
 
3135
3395
 
3136
3396
 
@@ -3153,13 +3413,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3153
3413
 
3154
3414
  <tr class="deep-level-1">
3155
3415
 
3156
- <td class="name" id="success"><code>success</code></td>
3416
+ <td class="name"><code>success</code></td>
3157
3417
 
3158
3418
 
3159
3419
  <td class="type">
3160
3420
 
3161
3421
 
3162
- <span class="param-type">function</span>
3422
+ <span class="param-type">
3423
+
3424
+ function
3425
+
3426
+ </span>
3163
3427
 
3164
3428
 
3165
3429
 
@@ -3180,13 +3444,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3180
3444
 
3181
3445
  <tr class="deep-level-1">
3182
3446
 
3183
- <td class="name" id="failure"><code>failure</code></td>
3447
+ <td class="name"><code>failure</code></td>
3184
3448
 
3185
3449
 
3186
3450
  <td class="type">
3187
3451
 
3188
3452
 
3189
- <span class="param-type">function</span>
3453
+ <span class="param-type">
3454
+
3455
+ function
3456
+
3457
+ </span>
3190
3458
 
3191
3459
 
3192
3460
 
@@ -3285,7 +3553,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3285
3553
  <div class='column is-5 has-text-left'>
3286
3554
  <label>类型: </label>
3287
3555
 
3288
- <span class="param-type">Promise.&lt;String></span>
3556
+ <span class="param-type">
3557
+
3558
+ Promise.&lt;String>
3559
+
3560
+ </span>
3289
3561
 
3290
3562
 
3291
3563
 
@@ -3371,13 +3643,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3371
3643
 
3372
3644
  <tr class="deep-level-0">
3373
3645
 
3374
- <td class="name" id="options"><code>options</code></td>
3646
+ <td class="name"><code>options</code></td>
3375
3647
 
3376
3648
 
3377
3649
  <td class="type">
3378
3650
 
3379
3651
 
3380
- <span class="param-type">Object</span>
3652
+ <span class="param-type">
3653
+
3654
+ Object
3655
+
3656
+ </span>
3381
3657
 
3382
3658
 
3383
3659
 
@@ -3398,13 +3674,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3398
3674
 
3399
3675
  <tr class="deep-level-1">
3400
3676
 
3401
- <td class="name" id="taskId"><code>taskId</code></td>
3677
+ <td class="name"><code>taskId</code></td>
3402
3678
 
3403
3679
 
3404
3680
  <td class="type">
3405
3681
 
3406
3682
 
3407
- <span class="param-type">String</span>
3683
+ <span class="param-type">
3684
+
3685
+ String
3686
+
3687
+ </span>
3408
3688
 
3409
3689
 
3410
3690
 
@@ -3425,13 +3705,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3425
3705
 
3426
3706
  <tr class="deep-level-1">
3427
3707
 
3428
- <td class="name" id="headers"><code>headers</code></td>
3708
+ <td class="name"><code>headers</code></td>
3429
3709
 
3430
3710
 
3431
3711
  <td class="type">
3432
3712
 
3433
3713
 
3434
- <span class="param-type">String</span>
3714
+ <span class="param-type">
3715
+
3716
+ String
3717
+
3718
+ </span>
3435
3719
 
3436
3720
 
3437
3721
 
@@ -3452,13 +3736,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3452
3736
 
3453
3737
  <tr class="deep-level-1">
3454
3738
 
3455
- <td class="name" id="method"><code>method</code></td>
3739
+ <td class="name"><code>method</code></td>
3456
3740
 
3457
3741
 
3458
3742
  <td class="type">
3459
3743
 
3460
3744
 
3461
- <span class="param-type">String</span>
3745
+ <span class="param-type">
3746
+
3747
+ String
3748
+
3749
+ </span>
3462
3750
 
3463
3751
 
3464
3752
 
@@ -3481,13 +3769,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3481
3769
 
3482
3770
  <tr class="deep-level-1">
3483
3771
 
3484
- <td class="name" id="success"><code>success</code></td>
3772
+ <td class="name"><code>success</code></td>
3485
3773
 
3486
3774
 
3487
3775
  <td class="type">
3488
3776
 
3489
3777
 
3490
- <span class="param-type">function</span>
3778
+ <span class="param-type">
3779
+
3780
+ function
3781
+
3782
+ </span>
3491
3783
 
3492
3784
 
3493
3785
 
@@ -3508,13 +3800,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3508
3800
 
3509
3801
  <tr class="deep-level-1">
3510
3802
 
3511
- <td class="name" id="failure"><code>failure</code></td>
3803
+ <td class="name"><code>failure</code></td>
3512
3804
 
3513
3805
 
3514
3806
  <td class="type">
3515
3807
 
3516
3808
 
3517
- <span class="param-type">function</span>
3809
+ <span class="param-type">
3810
+
3811
+ function
3812
+
3813
+ </span>
3518
3814
 
3519
3815
 
3520
3816
 
@@ -3613,7 +3909,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3613
3909
  <div class='column is-5 has-text-left'>
3614
3910
  <label>类型: </label>
3615
3911
 
3616
- <span class="param-type">Promise.&lt;String></span>
3912
+ <span class="param-type">
3913
+
3914
+ Promise.&lt;String>
3915
+
3916
+ </span>
3617
3917
 
3618
3918
 
3619
3919
 
@@ -3699,13 +3999,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3699
3999
 
3700
4000
  <tr class="deep-level-0">
3701
4001
 
3702
- <td class="name" id="options"><code>options</code></td>
4002
+ <td class="name"><code>options</code></td>
3703
4003
 
3704
4004
 
3705
4005
  <td class="type">
3706
4006
 
3707
4007
 
3708
- <span class="param-type">Object</span>
4008
+ <span class="param-type">
4009
+
4010
+ Object
4011
+
4012
+ </span>
3709
4013
 
3710
4014
 
3711
4015
 
@@ -3726,13 +4030,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3726
4030
 
3727
4031
  <tr class="deep-level-1">
3728
4032
 
3729
- <td class="name" id="headers"><code>headers</code></td>
4033
+ <td class="name"><code>headers</code></td>
3730
4034
 
3731
4035
 
3732
4036
  <td class="type">
3733
4037
 
3734
4038
 
3735
- <span class="param-type">String</span>
4039
+ <span class="param-type">
4040
+
4041
+ String
4042
+
4043
+ </span>
3736
4044
 
3737
4045
 
3738
4046
 
@@ -3753,13 +4061,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3753
4061
 
3754
4062
  <tr class="deep-level-1">
3755
4063
 
3756
- <td class="name" id="method"><code>method</code></td>
4064
+ <td class="name"><code>method</code></td>
3757
4065
 
3758
4066
 
3759
4067
  <td class="type">
3760
4068
 
3761
4069
 
3762
- <span class="param-type">String</span>
4070
+ <span class="param-type">
4071
+
4072
+ String
4073
+
4074
+ </span>
3763
4075
 
3764
4076
 
3765
4077
 
@@ -3782,13 +4094,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3782
4094
 
3783
4095
  <tr class="deep-level-1">
3784
4096
 
3785
- <td class="name" id="success"><code>success</code></td>
4097
+ <td class="name"><code>success</code></td>
3786
4098
 
3787
4099
 
3788
4100
  <td class="type">
3789
4101
 
3790
4102
 
3791
- <span class="param-type">function</span>
4103
+ <span class="param-type">
4104
+
4105
+ function
4106
+
4107
+ </span>
3792
4108
 
3793
4109
 
3794
4110
 
@@ -3809,13 +4125,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3809
4125
 
3810
4126
  <tr class="deep-level-1">
3811
4127
 
3812
- <td class="name" id="failure"><code>failure</code></td>
4128
+ <td class="name"><code>failure</code></td>
3813
4129
 
3814
4130
 
3815
4131
  <td class="type">
3816
4132
 
3817
4133
 
3818
- <span class="param-type">function</span>
4134
+ <span class="param-type">
4135
+
4136
+ function
4137
+
4138
+ </span>
3819
4139
 
3820
4140
 
3821
4141
 
@@ -3921,7 +4241,11 @@ console.log(&quot;submit: &quot;, res);
3921
4241
  <div class='column is-5 has-text-left'>
3922
4242
  <label>类型: </label>
3923
4243
 
3924
- <span class="param-type">Promise.&lt;String></span>
4244
+ <span class="param-type">
4245
+
4246
+ Promise.&lt;String>
4247
+
4248
+ </span>
3925
4249
 
3926
4250
 
3927
4251