@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="netClsUrl"><code>netClsUrl</code></td>
128
+ <td class="name"><code>netClsUrl</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="facilityPosStr"><code>facilityPosStr</code></td>
155
+ <td class="name"><code>facilityPosStr</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="eventPosStr"><code>eventPosStr</code></td>
182
+ <td class="name"><code>eventPosStr</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="elementType"><code>elementType</code></td>
209
+ <td class="name"><code>elementType</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
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="barrierPosStr"><code>barrierPosStr</code></td>
236
+ <td class="name"><code>barrierPosStr</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="nearDis"><code>nearDis</code></td>
263
+ <td class="name"><code>nearDis</code></td>
236
264
 
237
265
 
238
266
  <td class="type">
239
267
 
240
268
 
241
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
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="direction"><code>direction</code></td>
290
+ <td class="name"><code>direction</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
 
@@ -278,13 +314,17 @@
278
314
 
279
315
  <tr class="deep-level-1">
280
316
 
281
- <td class="name" id="outFormat"><code>outFormat</code></td>
317
+ <td class="name"><code>outFormat</code></td>
282
318
 
283
319
 
284
320
  <td class="type">
285
321
 
286
322
 
287
- <span class="param-type">String</span>
323
+ <span class="param-type">
324
+
325
+ String
326
+
327
+ </span>
288
328
 
289
329
 
290
330
 
@@ -440,7 +480,11 @@
440
480
  <td class="name">
441
481
  <code>
442
482
 
443
- <span class="param-type">String</span>
483
+ <span class="param-type">
484
+
485
+ String
486
+
487
+ </span>
444
488
 
445
489
 
446
490
 
@@ -454,7 +498,11 @@
454
498
  <td class="name">
455
499
  <code>
456
500
 
457
- <span class="param-type">Boolean</span>
501
+ <span class="param-type">
502
+
503
+ Boolean
504
+
505
+ </span>
458
506
 
459
507
 
460
508
 
@@ -468,7 +516,11 @@
468
516
  <td class="name">
469
517
  <code>
470
518
 
471
- <span class="param-type">String</span>
519
+ <span class="param-type">
520
+
521
+ String
522
+
523
+ </span>
472
524
 
473
525
 
474
526
 
@@ -482,7 +534,11 @@
482
534
  <td class="name">
483
535
  <code>
484
536
 
485
- <span class="param-type">String</span>
537
+ <span class="param-type">
538
+
539
+ String
540
+
541
+ </span>
486
542
 
487
543
 
488
544
 
@@ -496,7 +552,11 @@
496
552
  <td class="name">
497
553
  <code>
498
554
 
499
- <span class="param-type">Number</span>
555
+ <span class="param-type">
556
+
557
+ Number
558
+
559
+ </span>
500
560
 
501
561
 
502
562
 
@@ -510,7 +570,11 @@
510
570
  <td class="name">
511
571
  <code>
512
572
 
513
- <span class="param-type">Boolean</span>
573
+ <span class="param-type">
574
+
575
+ Boolean
576
+
577
+ </span>
514
578
 
515
579
 
516
580
 
@@ -524,7 +588,11 @@
524
588
  <td class="name">
525
589
  <code>
526
590
 
527
- <span class="param-type">String</span>
591
+ <span class="param-type">
592
+
593
+ String
594
+
595
+ </span>
528
596
 
529
597
 
530
598
 
@@ -538,7 +606,11 @@
538
606
  <td class="name">
539
607
  <code>
540
608
 
541
- <span class="param-type">String</span>
609
+ <span class="param-type">
610
+
611
+ String
612
+
613
+ </span>
542
614
 
543
615
 
544
616
 
@@ -552,7 +624,11 @@
552
624
  <td class="name">
553
625
  <code>
554
626
 
555
- <span class="param-type">Number</span>
627
+ <span class="param-type">
628
+
629
+ Number
630
+
631
+ </span>
556
632
 
557
633
 
558
634
 
@@ -566,7 +642,11 @@
566
642
  <td class="name">
567
643
  <code>
568
644
 
569
- <span class="param-type">String</span>
645
+ <span class="param-type">
646
+
647
+ String
648
+
649
+ </span>
570
650
 
571
651
 
572
652
 
@@ -580,7 +660,11 @@
580
660
  <td class="name">
581
661
  <code>
582
662
 
583
- <span class="param-type">String</span>
663
+ <span class="param-type">
664
+
665
+ String
666
+
667
+ </span>
584
668
 
585
669
 
586
670
 
@@ -594,7 +678,11 @@
594
678
  <td class="name">
595
679
  <code>
596
680
 
597
- <span class="param-type">Number</span>
681
+ <span class="param-type">
682
+
683
+ Number
684
+
685
+ </span>
598
686
 
599
687
 
600
688
 
@@ -608,7 +696,11 @@
608
696
  <td class="name">
609
697
  <code>
610
698
 
611
- <span class="param-type">String</span>
699
+ <span class="param-type">
700
+
701
+ String
702
+
703
+ </span>
612
704
 
613
705
 
614
706
 
@@ -622,7 +714,11 @@
622
714
  <td class="name">
623
715
  <code>
624
716
 
625
- <span class="param-type">String</span>
717
+ <span class="param-type">
718
+
719
+ String
720
+
721
+ </span>
626
722
 
627
723
 
628
724
 
@@ -636,7 +732,11 @@
636
732
  <td class="name">
637
733
  <code>
638
734
 
639
- <span class="param-type">function</span>
735
+ <span class="param-type">
736
+
737
+ function
738
+
739
+ </span>
640
740
 
641
741
 
642
742
 
@@ -650,7 +750,11 @@
650
750
  <td class="name">
651
751
  <code>
652
752
 
653
- <span class="param-type">String</span>
753
+ <span class="param-type">
754
+
755
+ String
756
+
757
+ </span>
654
758
 
655
759
 
656
760
 
@@ -664,7 +768,11 @@
664
768
  <td class="name">
665
769
  <code>
666
770
 
667
- <span class="param-type">function</span>
771
+ <span class="param-type">
772
+
773
+ function
774
+
775
+ </span>
668
776
 
669
777
 
670
778
 
@@ -678,7 +786,11 @@
678
786
  <td class="name">
679
787
  <code>
680
788
 
681
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
789
+ <span class="param-type">
790
+
791
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
792
+
793
+ </span>
682
794
 
683
795
 
684
796
 
@@ -692,7 +804,11 @@
692
804
  <td class="name">
693
805
  <code>
694
806
 
695
- <span class="param-type">String</span>
807
+ <span class="param-type">
808
+
809
+ String
810
+
811
+ </span>
696
812
 
697
813
 
698
814
 
@@ -706,7 +822,11 @@
706
822
  <td class="name">
707
823
  <code>
708
824
 
709
- <span class="param-type">String</span>
825
+ <span class="param-type">
826
+
827
+ String
828
+
829
+ </span>
710
830
 
711
831
 
712
832
 
@@ -720,7 +840,11 @@
720
840
  <td class="name">
721
841
  <code>
722
842
 
723
- <span class="param-type">String</span>
843
+ <span class="param-type">
844
+
845
+ String
846
+
847
+ </span>
724
848
 
725
849
 
726
850
 
@@ -740,7 +864,11 @@
740
864
  <span class="method-parameter is-pulled-right">
741
865
  <label>类型:</label>
742
866
 
743
- <span class="param-type">String</span>
867
+ <span class="param-type">
868
+
869
+ String
870
+
871
+ </span>
744
872
 
745
873
 
746
874
 
@@ -811,7 +939,11 @@
811
939
  <span class="method-parameter is-pulled-right">
812
940
  <label>类型:</label>
813
941
 
814
- <span class="param-type">Boolean</span>
942
+ <span class="param-type">
943
+
944
+ Boolean
945
+
946
+ </span>
815
947
 
816
948
 
817
949
 
@@ -887,7 +1019,11 @@
887
1019
  <span class="method-parameter is-pulled-right">
888
1020
  <label>类型:</label>
889
1021
 
890
- <span class="param-type">String</span>
1022
+ <span class="param-type">
1023
+
1024
+ String
1025
+
1026
+ </span>
891
1027
 
892
1028
 
893
1029
 
@@ -962,7 +1098,11 @@
962
1098
  <span class="method-parameter is-pulled-right">
963
1099
  <label>类型:</label>
964
1100
 
965
- <span class="param-type">String</span>
1101
+ <span class="param-type">
1102
+
1103
+ String
1104
+
1105
+ </span>
966
1106
 
967
1107
 
968
1108
 
@@ -1033,7 +1173,11 @@
1033
1173
  <span class="method-parameter is-pulled-right">
1034
1174
  <label>类型:</label>
1035
1175
 
1036
- <span class="param-type">Number</span>
1176
+ <span class="param-type">
1177
+
1178
+ Number
1179
+
1180
+ </span>
1037
1181
 
1038
1182
 
1039
1183
 
@@ -1104,7 +1248,11 @@
1104
1248
  <span class="method-parameter is-pulled-right">
1105
1249
  <label>类型:</label>
1106
1250
 
1107
- <span class="param-type">Boolean</span>
1251
+ <span class="param-type">
1252
+
1253
+ Boolean
1254
+
1255
+ </span>
1108
1256
 
1109
1257
 
1110
1258
 
@@ -1201,7 +1349,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1201
1349
  <span class="method-parameter is-pulled-right">
1202
1350
  <label>类型:</label>
1203
1351
 
1204
- <span class="param-type">String</span>
1352
+ <span class="param-type">
1353
+
1354
+ String
1355
+
1356
+ </span>
1205
1357
 
1206
1358
 
1207
1359
 
@@ -1272,7 +1424,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1272
1424
  <span class="method-parameter is-pulled-right">
1273
1425
  <label>类型:</label>
1274
1426
 
1275
- <span class="param-type">String</span>
1427
+ <span class="param-type">
1428
+
1429
+ String
1430
+
1431
+ </span>
1276
1432
 
1277
1433
 
1278
1434
 
@@ -1343,7 +1499,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1343
1499
  <span class="method-parameter is-pulled-right">
1344
1500
  <label>类型:</label>
1345
1501
 
1346
- <span class="param-type">Number</span>
1502
+ <span class="param-type">
1503
+
1504
+ Number
1505
+
1506
+ </span>
1347
1507
 
1348
1508
 
1349
1509
 
@@ -1418,7 +1578,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1418
1578
  <span class="method-parameter is-pulled-right">
1419
1579
  <label>类型:</label>
1420
1580
 
1421
- <span class="param-type">String</span>
1581
+ <span class="param-type">
1582
+
1583
+ String
1584
+
1585
+ </span>
1422
1586
 
1423
1587
 
1424
1588
 
@@ -1493,7 +1657,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1493
1657
  <span class="method-parameter is-pulled-right">
1494
1658
  <label>类型:</label>
1495
1659
 
1496
- <span class="param-type">String</span>
1660
+ <span class="param-type">
1661
+
1662
+ String
1663
+
1664
+ </span>
1497
1665
 
1498
1666
 
1499
1667
 
@@ -1591,7 +1759,11 @@ BaseServer.headers.token = '新token';</code></pre>
1591
1759
  <span class="method-parameter is-pulled-right">
1592
1760
  <label>类型:</label>
1593
1761
 
1594
- <span class="param-type">Number</span>
1762
+ <span class="param-type">
1763
+
1764
+ Number
1765
+
1766
+ </span>
1595
1767
 
1596
1768
 
1597
1769
 
@@ -1662,7 +1834,11 @@ BaseServer.headers.token = '新token';</code></pre>
1662
1834
  <span class="method-parameter is-pulled-right">
1663
1835
  <label>类型:</label>
1664
1836
 
1665
- <span class="param-type">String</span>
1837
+ <span class="param-type">
1838
+
1839
+ String
1840
+
1841
+ </span>
1666
1842
 
1667
1843
 
1668
1844
 
@@ -1733,7 +1909,11 @@ BaseServer.headers.token = '新token';</code></pre>
1733
1909
  <span class="method-parameter is-pulled-right">
1734
1910
  <label>类型:</label>
1735
1911
 
1736
- <span class="param-type">String</span>
1912
+ <span class="param-type">
1913
+
1914
+ String
1915
+
1916
+ </span>
1737
1917
 
1738
1918
 
1739
1919
 
@@ -1804,7 +1984,11 @@ BaseServer.headers.token = '新token';</code></pre>
1804
1984
  <span class="method-parameter is-pulled-right">
1805
1985
  <label>类型:</label>
1806
1986
 
1807
- <span class="param-type">function</span>
1987
+ <span class="param-type">
1988
+
1989
+ function
1990
+
1991
+ </span>
1808
1992
 
1809
1993
 
1810
1994
 
@@ -1908,7 +2092,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1908
2092
  <span class="method-parameter is-pulled-right">
1909
2093
  <label>类型:</label>
1910
2094
 
1911
- <span class="param-type">String</span>
2095
+ <span class="param-type">
2096
+
2097
+ String
2098
+
2099
+ </span>
1912
2100
 
1913
2101
 
1914
2102
 
@@ -2002,7 +2190,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
2002
2190
  <span class="method-parameter is-pulled-right">
2003
2191
  <label>类型:</label>
2004
2192
 
2005
- <span class="param-type">function</span>
2193
+ <span class="param-type">
2194
+
2195
+ function
2196
+
2197
+ </span>
2006
2198
 
2007
2199
 
2008
2200
 
@@ -2108,7 +2300,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2108
2300
  <span class="method-parameter is-pulled-right">
2109
2301
  <label>类型:</label>
2110
2302
 
2111
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2303
+ <span class="param-type">
2304
+
2305
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2306
+
2307
+ </span>
2112
2308
 
2113
2309
 
2114
2310
 
@@ -2206,7 +2402,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2206
2402
  <span class="method-parameter is-pulled-right">
2207
2403
  <label>类型:</label>
2208
2404
 
2209
- <span class="param-type">String</span>
2405
+ <span class="param-type">
2406
+
2407
+ String
2408
+
2409
+ </span>
2210
2410
 
2211
2411
 
2212
2412
 
@@ -2299,7 +2499,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2299
2499
  <span class="method-parameter is-pulled-right">
2300
2500
  <label>类型:</label>
2301
2501
 
2302
- <span class="param-type">String</span>
2502
+ <span class="param-type">
2503
+
2504
+ String
2505
+
2506
+ </span>
2303
2507
 
2304
2508
 
2305
2509
 
@@ -2392,7 +2596,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2392
2596
  <span class="method-parameter is-pulled-right">
2393
2597
  <label>类型:</label>
2394
2598
 
2395
- <span class="param-type">String</span>
2599
+ <span class="param-type">
2600
+
2601
+ String
2602
+
2603
+ </span>
2396
2604
 
2397
2605
 
2398
2606
 
@@ -2489,7 +2697,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2489
2697
  <code>
2490
2698
 
2491
2699
 
2492
- <span class="param-type">Promise.&lt;Object></span>
2700
+ <span class="param-type">
2701
+
2702
+ Promise.&lt;Object>
2703
+
2704
+ </span>
2493
2705
 
2494
2706
 
2495
2707
 
@@ -2515,7 +2727,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2515
2727
  <code>
2516
2728
 
2517
2729
 
2518
- <span class="param-type">Promise.&lt;String></span>
2730
+ <span class="param-type">
2731
+
2732
+ Promise.&lt;String>
2733
+
2734
+ </span>
2519
2735
 
2520
2736
 
2521
2737
 
@@ -2531,7 +2747,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2531
2747
  <code>
2532
2748
 
2533
2749
 
2534
- <span class="param-type">Promise.&lt;String></span>
2750
+ <span class="param-type">
2751
+
2752
+ Promise.&lt;String>
2753
+
2754
+ </span>
2535
2755
 
2536
2756
 
2537
2757
 
@@ -2547,7 +2767,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2547
2767
  <code>
2548
2768
 
2549
2769
 
2550
- <span class="param-type">Promise.&lt;String></span>
2770
+ <span class="param-type">
2771
+
2772
+ Promise.&lt;String>
2773
+
2774
+ </span>
2551
2775
 
2552
2776
 
2553
2777
 
@@ -2617,13 +2841,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2617
2841
 
2618
2842
  <tr class="deep-level-0">
2619
2843
 
2620
- <td class="name" id="options"><code>options</code></td>
2844
+ <td class="name"><code>options</code></td>
2621
2845
 
2622
2846
 
2623
2847
  <td class="type">
2624
2848
 
2625
2849
 
2626
- <span class="param-type">Object</span>
2850
+ <span class="param-type">
2851
+
2852
+ Object
2853
+
2854
+ </span>
2627
2855
 
2628
2856
 
2629
2857
 
@@ -2644,13 +2872,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2644
2872
 
2645
2873
  <tr class="deep-level-1">
2646
2874
 
2647
- <td class="name" id="headers"><code>headers</code></td>
2875
+ <td class="name"><code>headers</code></td>
2648
2876
 
2649
2877
 
2650
2878
  <td class="type">
2651
2879
 
2652
2880
 
2653
- <span class="param-type">String</span>
2881
+ <span class="param-type">
2882
+
2883
+ String
2884
+
2885
+ </span>
2654
2886
 
2655
2887
 
2656
2888
 
@@ -2671,13 +2903,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2671
2903
 
2672
2904
  <tr class="deep-level-1">
2673
2905
 
2674
- <td class="name" id="method"><code>method</code></td>
2906
+ <td class="name"><code>method</code></td>
2675
2907
 
2676
2908
 
2677
2909
  <td class="type">
2678
2910
 
2679
2911
 
2680
- <span class="param-type">String</span>
2912
+ <span class="param-type">
2913
+
2914
+ String
2915
+
2916
+ </span>
2681
2917
 
2682
2918
 
2683
2919
 
@@ -2700,13 +2936,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2700
2936
 
2701
2937
  <tr class="deep-level-1">
2702
2938
 
2703
- <td class="name" id="success"><code>success</code></td>
2939
+ <td class="name"><code>success</code></td>
2704
2940
 
2705
2941
 
2706
2942
  <td class="type">
2707
2943
 
2708
2944
 
2709
- <span class="param-type">function</span>
2945
+ <span class="param-type">
2946
+
2947
+ function
2948
+
2949
+ </span>
2710
2950
 
2711
2951
 
2712
2952
 
@@ -2727,13 +2967,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2727
2967
 
2728
2968
  <tr class="deep-level-1">
2729
2969
 
2730
- <td class="name" id="failure"><code>failure</code></td>
2970
+ <td class="name"><code>failure</code></td>
2731
2971
 
2732
2972
 
2733
2973
  <td class="type">
2734
2974
 
2735
2975
 
2736
- <span class="param-type">function</span>
2976
+ <span class="param-type">
2977
+
2978
+ function
2979
+
2980
+ </span>
2737
2981
 
2738
2982
 
2739
2983
 
@@ -2832,7 +3076,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2832
3076
  <div class='column is-5 has-text-left'>
2833
3077
  <label>类型: </label>
2834
3078
 
2835
- <span class="param-type">Promise.&lt;Object></span>
3079
+ <span class="param-type">
3080
+
3081
+ Promise.&lt;Object>
3082
+
3083
+ </span>
2836
3084
 
2837
3085
 
2838
3086
 
@@ -2918,7 +3166,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2918
3166
 
2919
3167
  <tr class="deep-level-0">
2920
3168
 
2921
- <td class="name" id="options"><code>options</code></td>
3169
+ <td class="name"><code>options</code></td>
2922
3170
 
2923
3171
 
2924
3172
  <td class="type">
@@ -2939,13 +3187,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2939
3187
 
2940
3188
  <tr class="deep-level-1">
2941
3189
 
2942
- <td class="name" id="success"><code>success</code></td>
3190
+ <td class="name"><code>success</code></td>
2943
3191
 
2944
3192
 
2945
3193
  <td class="type">
2946
3194
 
2947
3195
 
2948
- <span class="param-type">function</span>
3196
+ <span class="param-type">
3197
+
3198
+ function
3199
+
3200
+ </span>
2949
3201
 
2950
3202
 
2951
3203
 
@@ -2968,13 +3220,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2968
3220
 
2969
3221
  <tr class="deep-level-1">
2970
3222
 
2971
- <td class="name" id="failure"><code>failure</code></td>
3223
+ <td class="name"><code>failure</code></td>
2972
3224
 
2973
3225
 
2974
3226
  <td class="type">
2975
3227
 
2976
3228
 
2977
- <span class="param-type">function</span>
3229
+ <span class="param-type">
3230
+
3231
+ function
3232
+
3233
+ </span>
2978
3234
 
2979
3235
 
2980
3236
 
@@ -3153,13 +3409,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3153
3409
 
3154
3410
  <tr class="deep-level-0">
3155
3411
 
3156
- <td class="name" id="options"><code>options</code></td>
3412
+ <td class="name"><code>options</code></td>
3157
3413
 
3158
3414
 
3159
3415
  <td class="type">
3160
3416
 
3161
3417
 
3162
- <span class="param-type">Object</span>
3418
+ <span class="param-type">
3419
+
3420
+ Object
3421
+
3422
+ </span>
3163
3423
 
3164
3424
 
3165
3425
 
@@ -3180,13 +3440,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3180
3440
 
3181
3441
  <tr class="deep-level-1">
3182
3442
 
3183
- <td class="name" id="taskId"><code>taskId</code></td>
3443
+ <td class="name"><code>taskId</code></td>
3184
3444
 
3185
3445
 
3186
3446
  <td class="type">
3187
3447
 
3188
3448
 
3189
- <span class="param-type">String</span>
3449
+ <span class="param-type">
3450
+
3451
+ String
3452
+
3453
+ </span>
3190
3454
 
3191
3455
 
3192
3456
 
@@ -3207,13 +3471,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3207
3471
 
3208
3472
  <tr class="deep-level-1">
3209
3473
 
3210
- <td class="name" id="headers"><code>headers</code></td>
3474
+ <td class="name"><code>headers</code></td>
3211
3475
 
3212
3476
 
3213
3477
  <td class="type">
3214
3478
 
3215
3479
 
3216
- <span class="param-type">String</span>
3480
+ <span class="param-type">
3481
+
3482
+ String
3483
+
3484
+ </span>
3217
3485
 
3218
3486
 
3219
3487
 
@@ -3234,13 +3502,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3234
3502
 
3235
3503
  <tr class="deep-level-1">
3236
3504
 
3237
- <td class="name" id="method"><code>method</code></td>
3505
+ <td class="name"><code>method</code></td>
3238
3506
 
3239
3507
 
3240
3508
  <td class="type">
3241
3509
 
3242
3510
 
3243
- <span class="param-type">String</span>
3511
+ <span class="param-type">
3512
+
3513
+ String
3514
+
3515
+ </span>
3244
3516
 
3245
3517
 
3246
3518
 
@@ -3263,13 +3535,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3263
3535
 
3264
3536
  <tr class="deep-level-1">
3265
3537
 
3266
- <td class="name" id="success"><code>success</code></td>
3538
+ <td class="name"><code>success</code></td>
3267
3539
 
3268
3540
 
3269
3541
  <td class="type">
3270
3542
 
3271
3543
 
3272
- <span class="param-type">function</span>
3544
+ <span class="param-type">
3545
+
3546
+ function
3547
+
3548
+ </span>
3273
3549
 
3274
3550
 
3275
3551
 
@@ -3290,13 +3566,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3290
3566
 
3291
3567
  <tr class="deep-level-1">
3292
3568
 
3293
- <td class="name" id="failure"><code>failure</code></td>
3569
+ <td class="name"><code>failure</code></td>
3294
3570
 
3295
3571
 
3296
3572
  <td class="type">
3297
3573
 
3298
3574
 
3299
- <span class="param-type">function</span>
3575
+ <span class="param-type">
3576
+
3577
+ function
3578
+
3579
+ </span>
3300
3580
 
3301
3581
 
3302
3582
 
@@ -3395,7 +3675,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3395
3675
  <div class='column is-5 has-text-left'>
3396
3676
  <label>类型: </label>
3397
3677
 
3398
- <span class="param-type">Promise.&lt;String></span>
3678
+ <span class="param-type">
3679
+
3680
+ Promise.&lt;String>
3681
+
3682
+ </span>
3399
3683
 
3400
3684
 
3401
3685
 
@@ -3481,13 +3765,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3481
3765
 
3482
3766
  <tr class="deep-level-0">
3483
3767
 
3484
- <td class="name" id="options"><code>options</code></td>
3768
+ <td class="name"><code>options</code></td>
3485
3769
 
3486
3770
 
3487
3771
  <td class="type">
3488
3772
 
3489
3773
 
3490
- <span class="param-type">Object</span>
3774
+ <span class="param-type">
3775
+
3776
+ Object
3777
+
3778
+ </span>
3491
3779
 
3492
3780
 
3493
3781
 
@@ -3508,13 +3796,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3508
3796
 
3509
3797
  <tr class="deep-level-1">
3510
3798
 
3511
- <td class="name" id="taskId"><code>taskId</code></td>
3799
+ <td class="name"><code>taskId</code></td>
3512
3800
 
3513
3801
 
3514
3802
  <td class="type">
3515
3803
 
3516
3804
 
3517
- <span class="param-type">String</span>
3805
+ <span class="param-type">
3806
+
3807
+ String
3808
+
3809
+ </span>
3518
3810
 
3519
3811
 
3520
3812
 
@@ -3535,13 +3827,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3535
3827
 
3536
3828
  <tr class="deep-level-1">
3537
3829
 
3538
- <td class="name" id="headers"><code>headers</code></td>
3830
+ <td class="name"><code>headers</code></td>
3539
3831
 
3540
3832
 
3541
3833
  <td class="type">
3542
3834
 
3543
3835
 
3544
- <span class="param-type">String</span>
3836
+ <span class="param-type">
3837
+
3838
+ String
3839
+
3840
+ </span>
3545
3841
 
3546
3842
 
3547
3843
 
@@ -3562,13 +3858,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3562
3858
 
3563
3859
  <tr class="deep-level-1">
3564
3860
 
3565
- <td class="name" id="method"><code>method</code></td>
3861
+ <td class="name"><code>method</code></td>
3566
3862
 
3567
3863
 
3568
3864
  <td class="type">
3569
3865
 
3570
3866
 
3571
- <span class="param-type">String</span>
3867
+ <span class="param-type">
3868
+
3869
+ String
3870
+
3871
+ </span>
3572
3872
 
3573
3873
 
3574
3874
 
@@ -3591,13 +3891,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3591
3891
 
3592
3892
  <tr class="deep-level-1">
3593
3893
 
3594
- <td class="name" id="success"><code>success</code></td>
3894
+ <td class="name"><code>success</code></td>
3595
3895
 
3596
3896
 
3597
3897
  <td class="type">
3598
3898
 
3599
3899
 
3600
- <span class="param-type">function</span>
3900
+ <span class="param-type">
3901
+
3902
+ function
3903
+
3904
+ </span>
3601
3905
 
3602
3906
 
3603
3907
 
@@ -3618,13 +3922,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3618
3922
 
3619
3923
  <tr class="deep-level-1">
3620
3924
 
3621
- <td class="name" id="failure"><code>failure</code></td>
3925
+ <td class="name"><code>failure</code></td>
3622
3926
 
3623
3927
 
3624
3928
  <td class="type">
3625
3929
 
3626
3930
 
3627
- <span class="param-type">function</span>
3931
+ <span class="param-type">
3932
+
3933
+ function
3934
+
3935
+ </span>
3628
3936
 
3629
3937
 
3630
3938
 
@@ -3723,7 +4031,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3723
4031
  <div class='column is-5 has-text-left'>
3724
4032
  <label>类型: </label>
3725
4033
 
3726
- <span class="param-type">Promise.&lt;String></span>
4034
+ <span class="param-type">
4035
+
4036
+ Promise.&lt;String>
4037
+
4038
+ </span>
3727
4039
 
3728
4040
 
3729
4041
 
@@ -3809,13 +4121,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3809
4121
 
3810
4122
  <tr class="deep-level-0">
3811
4123
 
3812
- <td class="name" id="options"><code>options</code></td>
4124
+ <td class="name"><code>options</code></td>
3813
4125
 
3814
4126
 
3815
4127
  <td class="type">
3816
4128
 
3817
4129
 
3818
- <span class="param-type">Object</span>
4130
+ <span class="param-type">
4131
+
4132
+ Object
4133
+
4134
+ </span>
3819
4135
 
3820
4136
 
3821
4137
 
@@ -3836,13 +4152,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3836
4152
 
3837
4153
  <tr class="deep-level-1">
3838
4154
 
3839
- <td class="name" id="headers"><code>headers</code></td>
4155
+ <td class="name"><code>headers</code></td>
3840
4156
 
3841
4157
 
3842
4158
  <td class="type">
3843
4159
 
3844
4160
 
3845
- <span class="param-type">String</span>
4161
+ <span class="param-type">
4162
+
4163
+ String
4164
+
4165
+ </span>
3846
4166
 
3847
4167
 
3848
4168
 
@@ -3863,13 +4183,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3863
4183
 
3864
4184
  <tr class="deep-level-1">
3865
4185
 
3866
- <td class="name" id="method"><code>method</code></td>
4186
+ <td class="name"><code>method</code></td>
3867
4187
 
3868
4188
 
3869
4189
  <td class="type">
3870
4190
 
3871
4191
 
3872
- <span class="param-type">String</span>
4192
+ <span class="param-type">
4193
+
4194
+ String
4195
+
4196
+ </span>
3873
4197
 
3874
4198
 
3875
4199
 
@@ -3892,13 +4216,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3892
4216
 
3893
4217
  <tr class="deep-level-1">
3894
4218
 
3895
- <td class="name" id="success"><code>success</code></td>
4219
+ <td class="name"><code>success</code></td>
3896
4220
 
3897
4221
 
3898
4222
  <td class="type">
3899
4223
 
3900
4224
 
3901
- <span class="param-type">function</span>
4225
+ <span class="param-type">
4226
+
4227
+ function
4228
+
4229
+ </span>
3902
4230
 
3903
4231
 
3904
4232
 
@@ -3919,13 +4247,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3919
4247
 
3920
4248
  <tr class="deep-level-1">
3921
4249
 
3922
- <td class="name" id="failure"><code>failure</code></td>
4250
+ <td class="name"><code>failure</code></td>
3923
4251
 
3924
4252
 
3925
4253
  <td class="type">
3926
4254
 
3927
4255
 
3928
- <span class="param-type">function</span>
4256
+ <span class="param-type">
4257
+
4258
+ function
4259
+
4260
+ </span>
3929
4261
 
3930
4262
 
3931
4263
 
@@ -4031,7 +4363,11 @@ console.log(&quot;submit: &quot;, res);
4031
4363
  <div class='column is-5 has-text-left'>
4032
4364
  <label>类型: </label>
4033
4365
 
4034
- <span class="param-type">Promise.&lt;String></span>
4366
+ <span class="param-type">
4367
+
4368
+ Promise.&lt;String>
4369
+
4370
+ </span>
4035
4371
 
4036
4372
 
4037
4373