@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="FIDs1"><code>FIDs1</code></td>
182
+ <td class="name"><code>FIDs1</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="FIDs2"><code>FIDs2</code></td>
209
+ <td class="name"><code>FIDs2</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="desInfo"><code>desInfo</code></td>
236
+ <td class="name"><code>desInfo</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="attOptType"><code>attOptType</code></td>
263
+ <td class="name"><code>attOptType</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="infoOptType"><code>infoOptType</code></td>
290
+ <td class="name"><code>infoOptType</code></td>
259
291
 
260
292
 
261
293
  <td class="type">
262
294
 
263
295
 
264
- <span class="param-type">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
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="overType"><code>overType</code></td>
317
+ <td class="name"><code>overType</code></td>
282
318
 
283
319
 
284
320
  <td class="type">
285
321
 
286
322
 
287
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
326
+
327
+ </span>
288
328
 
289
329
 
290
330
 
@@ -301,13 +341,17 @@
301
341
 
302
342
  <tr class="deep-level-1">
303
343
 
304
- <td class="name" id="radius"><code>radius</code></td>
344
+ <td class="name"><code>radius</code></td>
305
345
 
306
346
 
307
347
  <td class="type">
308
348
 
309
349
 
310
- <span class="param-type">Number</span>
350
+ <span class="param-type">
351
+
352
+ Number
353
+
354
+ </span>
311
355
 
312
356
 
313
357
 
@@ -465,7 +509,11 @@
465
509
  <td class="name">
466
510
  <code>
467
511
 
468
- <span class="param-type">String</span>
512
+ <span class="param-type">
513
+
514
+ String
515
+
516
+ </span>
469
517
 
470
518
 
471
519
 
@@ -479,7 +527,11 @@
479
527
  <td class="name">
480
528
  <code>
481
529
 
482
- <span class="param-type">Boolean</span>
530
+ <span class="param-type">
531
+
532
+ Boolean
533
+
534
+ </span>
483
535
 
484
536
 
485
537
 
@@ -493,7 +545,11 @@
493
545
  <td class="name">
494
546
  <code>
495
547
 
496
- <span class="param-type">String</span>
548
+ <span class="param-type">
549
+
550
+ String
551
+
552
+ </span>
497
553
 
498
554
 
499
555
 
@@ -507,7 +563,11 @@
507
563
  <td class="name">
508
564
  <code>
509
565
 
510
- <span class="param-type">String</span>
566
+ <span class="param-type">
567
+
568
+ String
569
+
570
+ </span>
511
571
 
512
572
 
513
573
 
@@ -521,7 +581,11 @@
521
581
  <td class="name">
522
582
  <code>
523
583
 
524
- <span class="param-type">Boolean</span>
584
+ <span class="param-type">
585
+
586
+ Boolean
587
+
588
+ </span>
525
589
 
526
590
 
527
591
 
@@ -535,7 +599,11 @@
535
599
  <td class="name">
536
600
  <code>
537
601
 
538
- <span class="param-type">String</span>
602
+ <span class="param-type">
603
+
604
+ String
605
+
606
+ </span>
539
607
 
540
608
 
541
609
 
@@ -549,7 +617,11 @@
549
617
  <td class="name">
550
618
  <code>
551
619
 
552
- <span class="param-type">String</span>
620
+ <span class="param-type">
621
+
622
+ String
623
+
624
+ </span>
553
625
 
554
626
 
555
627
 
@@ -563,7 +635,11 @@
563
635
  <td class="name">
564
636
  <code>
565
637
 
566
- <span class="param-type">Number</span>
638
+ <span class="param-type">
639
+
640
+ Number
641
+
642
+ </span>
567
643
 
568
644
 
569
645
 
@@ -577,7 +653,11 @@
577
653
  <td class="name">
578
654
  <code>
579
655
 
580
- <span class="param-type">String</span>
656
+ <span class="param-type">
657
+
658
+ String
659
+
660
+ </span>
581
661
 
582
662
 
583
663
 
@@ -591,7 +671,11 @@
591
671
  <td class="name">
592
672
  <code>
593
673
 
594
- <span class="param-type">String</span>
674
+ <span class="param-type">
675
+
676
+ String
677
+
678
+ </span>
595
679
 
596
680
 
597
681
 
@@ -605,7 +689,11 @@
605
689
  <td class="name">
606
690
  <code>
607
691
 
608
- <span class="param-type">Number</span>
692
+ <span class="param-type">
693
+
694
+ Number
695
+
696
+ </span>
609
697
 
610
698
 
611
699
 
@@ -619,7 +707,11 @@
619
707
  <td class="name">
620
708
  <code>
621
709
 
622
- <span class="param-type">Number</span>
710
+ <span class="param-type">
711
+
712
+ Number
713
+
714
+ </span>
623
715
 
624
716
 
625
717
 
@@ -633,7 +725,11 @@
633
725
  <td class="name">
634
726
  <code>
635
727
 
636
- <span class="param-type">Number</span>
728
+ <span class="param-type">
729
+
730
+ Number
731
+
732
+ </span>
637
733
 
638
734
 
639
735
 
@@ -647,7 +743,11 @@
647
743
  <td class="name">
648
744
  <code>
649
745
 
650
- <span class="param-type">function</span>
746
+ <span class="param-type">
747
+
748
+ function
749
+
750
+ </span>
651
751
 
652
752
 
653
753
 
@@ -661,7 +761,11 @@
661
761
  <td class="name">
662
762
  <code>
663
763
 
664
- <span class="param-type">String</span>
764
+ <span class="param-type">
765
+
766
+ String
767
+
768
+ </span>
665
769
 
666
770
 
667
771
 
@@ -675,7 +779,11 @@
675
779
  <td class="name">
676
780
  <code>
677
781
 
678
- <span class="param-type">function</span>
782
+ <span class="param-type">
783
+
784
+ function
785
+
786
+ </span>
679
787
 
680
788
 
681
789
 
@@ -689,7 +797,11 @@
689
797
  <td class="name">
690
798
  <code>
691
799
 
692
- <span class="param-type">String</span>
800
+ <span class="param-type">
801
+
802
+ String
803
+
804
+ </span>
693
805
 
694
806
 
695
807
 
@@ -703,7 +815,11 @@
703
815
  <td class="name">
704
816
  <code>
705
817
 
706
- <span class="param-type">String</span>
818
+ <span class="param-type">
819
+
820
+ String
821
+
822
+ </span>
707
823
 
708
824
 
709
825
 
@@ -717,7 +833,11 @@
717
833
  <td class="name">
718
834
  <code>
719
835
 
720
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
836
+ <span class="param-type">
837
+
838
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
839
+
840
+ </span>
721
841
 
722
842
 
723
843
 
@@ -731,7 +851,11 @@
731
851
  <td class="name">
732
852
  <code>
733
853
 
734
- <span class="param-type">String</span>
854
+ <span class="param-type">
855
+
856
+ String
857
+
858
+ </span>
735
859
 
736
860
 
737
861
 
@@ -745,7 +869,11 @@
745
869
  <td class="name">
746
870
  <code>
747
871
 
748
- <span class="param-type">String</span>
872
+ <span class="param-type">
873
+
874
+ String
875
+
876
+ </span>
749
877
 
750
878
 
751
879
 
@@ -759,7 +887,11 @@
759
887
  <td class="name">
760
888
  <code>
761
889
 
762
- <span class="param-type">String</span>
890
+ <span class="param-type">
891
+
892
+ String
893
+
894
+ </span>
763
895
 
764
896
 
765
897
 
@@ -779,7 +911,11 @@
779
911
  <span class="method-parameter is-pulled-right">
780
912
  <label>类型:</label>
781
913
 
782
- <span class="param-type">String</span>
914
+ <span class="param-type">
915
+
916
+ String
917
+
918
+ </span>
783
919
 
784
920
 
785
921
 
@@ -850,7 +986,11 @@
850
986
  <span class="method-parameter is-pulled-right">
851
987
  <label>类型:</label>
852
988
 
853
- <span class="param-type">Boolean</span>
989
+ <span class="param-type">
990
+
991
+ Boolean
992
+
993
+ </span>
854
994
 
855
995
 
856
996
 
@@ -926,7 +1066,11 @@
926
1066
  <span class="method-parameter is-pulled-right">
927
1067
  <label>类型:</label>
928
1068
 
929
- <span class="param-type">String</span>
1069
+ <span class="param-type">
1070
+
1071
+ String
1072
+
1073
+ </span>
930
1074
 
931
1075
 
932
1076
 
@@ -1001,7 +1145,11 @@
1001
1145
  <span class="method-parameter is-pulled-right">
1002
1146
  <label>类型:</label>
1003
1147
 
1004
- <span class="param-type">String</span>
1148
+ <span class="param-type">
1149
+
1150
+ String
1151
+
1152
+ </span>
1005
1153
 
1006
1154
 
1007
1155
 
@@ -1072,7 +1220,11 @@
1072
1220
  <span class="method-parameter is-pulled-right">
1073
1221
  <label>类型:</label>
1074
1222
 
1075
- <span class="param-type">Boolean</span>
1223
+ <span class="param-type">
1224
+
1225
+ Boolean
1226
+
1227
+ </span>
1076
1228
 
1077
1229
 
1078
1230
 
@@ -1169,7 +1321,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1169
1321
  <span class="method-parameter is-pulled-right">
1170
1322
  <label>类型:</label>
1171
1323
 
1172
- <span class="param-type">String</span>
1324
+ <span class="param-type">
1325
+
1326
+ String
1327
+
1328
+ </span>
1173
1329
 
1174
1330
 
1175
1331
 
@@ -1240,7 +1396,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1240
1396
  <span class="method-parameter is-pulled-right">
1241
1397
  <label>类型:</label>
1242
1398
 
1243
- <span class="param-type">String</span>
1399
+ <span class="param-type">
1400
+
1401
+ String
1402
+
1403
+ </span>
1244
1404
 
1245
1405
 
1246
1406
 
@@ -1311,7 +1471,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1311
1471
  <span class="method-parameter is-pulled-right">
1312
1472
  <label>类型:</label>
1313
1473
 
1314
- <span class="param-type">Number</span>
1474
+ <span class="param-type">
1475
+
1476
+ Number
1477
+
1478
+ </span>
1315
1479
 
1316
1480
 
1317
1481
 
@@ -1386,7 +1550,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1386
1550
  <span class="method-parameter is-pulled-right">
1387
1551
  <label>类型:</label>
1388
1552
 
1389
- <span class="param-type">String</span>
1553
+ <span class="param-type">
1554
+
1555
+ String
1556
+
1557
+ </span>
1390
1558
 
1391
1559
 
1392
1560
 
@@ -1461,7 +1629,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1461
1629
  <span class="method-parameter is-pulled-right">
1462
1630
  <label>类型:</label>
1463
1631
 
1464
- <span class="param-type">String</span>
1632
+ <span class="param-type">
1633
+
1634
+ String
1635
+
1636
+ </span>
1465
1637
 
1466
1638
 
1467
1639
 
@@ -1559,7 +1731,11 @@ BaseServer.headers.token = '新token';</code></pre>
1559
1731
  <span class="method-parameter is-pulled-right">
1560
1732
  <label>类型:</label>
1561
1733
 
1562
- <span class="param-type">Number</span>
1734
+ <span class="param-type">
1735
+
1736
+ Number
1737
+
1738
+ </span>
1563
1739
 
1564
1740
 
1565
1741
 
@@ -1630,7 +1806,11 @@ BaseServer.headers.token = '新token';</code></pre>
1630
1806
  <span class="method-parameter is-pulled-right">
1631
1807
  <label>类型:</label>
1632
1808
 
1633
- <span class="param-type">Number</span>
1809
+ <span class="param-type">
1810
+
1811
+ Number
1812
+
1813
+ </span>
1634
1814
 
1635
1815
 
1636
1816
 
@@ -1701,7 +1881,11 @@ BaseServer.headers.token = '新token';</code></pre>
1701
1881
  <span class="method-parameter is-pulled-right">
1702
1882
  <label>类型:</label>
1703
1883
 
1704
- <span class="param-type">Number</span>
1884
+ <span class="param-type">
1885
+
1886
+ Number
1887
+
1888
+ </span>
1705
1889
 
1706
1890
 
1707
1891
 
@@ -1772,7 +1956,11 @@ BaseServer.headers.token = '新token';</code></pre>
1772
1956
  <span class="method-parameter is-pulled-right">
1773
1957
  <label>类型:</label>
1774
1958
 
1775
- <span class="param-type">function</span>
1959
+ <span class="param-type">
1960
+
1961
+ function
1962
+
1963
+ </span>
1776
1964
 
1777
1965
 
1778
1966
 
@@ -1876,7 +2064,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1876
2064
  <span class="method-parameter is-pulled-right">
1877
2065
  <label>类型:</label>
1878
2066
 
1879
- <span class="param-type">String</span>
2067
+ <span class="param-type">
2068
+
2069
+ String
2070
+
2071
+ </span>
1880
2072
 
1881
2073
 
1882
2074
 
@@ -1970,7 +2162,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1970
2162
  <span class="method-parameter is-pulled-right">
1971
2163
  <label>类型:</label>
1972
2164
 
1973
- <span class="param-type">function</span>
2165
+ <span class="param-type">
2166
+
2167
+ function
2168
+
2169
+ </span>
1974
2170
 
1975
2171
 
1976
2172
 
@@ -2076,7 +2272,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2076
2272
  <span class="method-parameter is-pulled-right">
2077
2273
  <label>类型:</label>
2078
2274
 
2079
- <span class="param-type">String</span>
2275
+ <span class="param-type">
2276
+
2277
+ String
2278
+
2279
+ </span>
2080
2280
 
2081
2281
 
2082
2282
 
@@ -2147,7 +2347,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2147
2347
  <span class="method-parameter is-pulled-right">
2148
2348
  <label>类型:</label>
2149
2349
 
2150
- <span class="param-type">String</span>
2350
+ <span class="param-type">
2351
+
2352
+ String
2353
+
2354
+ </span>
2151
2355
 
2152
2356
 
2153
2357
 
@@ -2218,7 +2422,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2218
2422
  <span class="method-parameter is-pulled-right">
2219
2423
  <label>类型:</label>
2220
2424
 
2221
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2425
+ <span class="param-type">
2426
+
2427
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2428
+
2429
+ </span>
2222
2430
 
2223
2431
 
2224
2432
 
@@ -2316,7 +2524,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2316
2524
  <span class="method-parameter is-pulled-right">
2317
2525
  <label>类型:</label>
2318
2526
 
2319
- <span class="param-type">String</span>
2527
+ <span class="param-type">
2528
+
2529
+ String
2530
+
2531
+ </span>
2320
2532
 
2321
2533
 
2322
2534
 
@@ -2409,7 +2621,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2409
2621
  <span class="method-parameter is-pulled-right">
2410
2622
  <label>类型:</label>
2411
2623
 
2412
- <span class="param-type">String</span>
2624
+ <span class="param-type">
2625
+
2626
+ String
2627
+
2628
+ </span>
2413
2629
 
2414
2630
 
2415
2631
 
@@ -2502,7 +2718,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2502
2718
  <span class="method-parameter is-pulled-right">
2503
2719
  <label>类型:</label>
2504
2720
 
2505
- <span class="param-type">String</span>
2721
+ <span class="param-type">
2722
+
2723
+ String
2724
+
2725
+ </span>
2506
2726
 
2507
2727
 
2508
2728
 
@@ -2599,7 +2819,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2599
2819
  <code>
2600
2820
 
2601
2821
 
2602
- <span class="param-type">Promise.&lt;Object></span>
2822
+ <span class="param-type">
2823
+
2824
+ Promise.&lt;Object>
2825
+
2826
+ </span>
2603
2827
 
2604
2828
 
2605
2829
 
@@ -2625,7 +2849,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2625
2849
  <code>
2626
2850
 
2627
2851
 
2628
- <span class="param-type">Promise.&lt;String></span>
2852
+ <span class="param-type">
2853
+
2854
+ Promise.&lt;String>
2855
+
2856
+ </span>
2629
2857
 
2630
2858
 
2631
2859
 
@@ -2641,7 +2869,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2641
2869
  <code>
2642
2870
 
2643
2871
 
2644
- <span class="param-type">Promise.&lt;String></span>
2872
+ <span class="param-type">
2873
+
2874
+ Promise.&lt;String>
2875
+
2876
+ </span>
2645
2877
 
2646
2878
 
2647
2879
 
@@ -2657,7 +2889,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2657
2889
  <code>
2658
2890
 
2659
2891
 
2660
- <span class="param-type">Promise.&lt;String></span>
2892
+ <span class="param-type">
2893
+
2894
+ Promise.&lt;String>
2895
+
2896
+ </span>
2661
2897
 
2662
2898
 
2663
2899
 
@@ -2727,13 +2963,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2727
2963
 
2728
2964
  <tr class="deep-level-0">
2729
2965
 
2730
- <td class="name" id="options"><code>options</code></td>
2966
+ <td class="name"><code>options</code></td>
2731
2967
 
2732
2968
 
2733
2969
  <td class="type">
2734
2970
 
2735
2971
 
2736
- <span class="param-type">Object</span>
2972
+ <span class="param-type">
2973
+
2974
+ Object
2975
+
2976
+ </span>
2737
2977
 
2738
2978
 
2739
2979
 
@@ -2754,13 +2994,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2754
2994
 
2755
2995
  <tr class="deep-level-1">
2756
2996
 
2757
- <td class="name" id="headers"><code>headers</code></td>
2997
+ <td class="name"><code>headers</code></td>
2758
2998
 
2759
2999
 
2760
3000
  <td class="type">
2761
3001
 
2762
3002
 
2763
- <span class="param-type">String</span>
3003
+ <span class="param-type">
3004
+
3005
+ String
3006
+
3007
+ </span>
2764
3008
 
2765
3009
 
2766
3010
 
@@ -2781,13 +3025,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2781
3025
 
2782
3026
  <tr class="deep-level-1">
2783
3027
 
2784
- <td class="name" id="method"><code>method</code></td>
3028
+ <td class="name"><code>method</code></td>
2785
3029
 
2786
3030
 
2787
3031
  <td class="type">
2788
3032
 
2789
3033
 
2790
- <span class="param-type">String</span>
3034
+ <span class="param-type">
3035
+
3036
+ String
3037
+
3038
+ </span>
2791
3039
 
2792
3040
 
2793
3041
 
@@ -2810,13 +3058,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2810
3058
 
2811
3059
  <tr class="deep-level-1">
2812
3060
 
2813
- <td class="name" id="success"><code>success</code></td>
3061
+ <td class="name"><code>success</code></td>
2814
3062
 
2815
3063
 
2816
3064
  <td class="type">
2817
3065
 
2818
3066
 
2819
- <span class="param-type">function</span>
3067
+ <span class="param-type">
3068
+
3069
+ function
3070
+
3071
+ </span>
2820
3072
 
2821
3073
 
2822
3074
 
@@ -2837,13 +3089,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2837
3089
 
2838
3090
  <tr class="deep-level-1">
2839
3091
 
2840
- <td class="name" id="failure"><code>failure</code></td>
3092
+ <td class="name"><code>failure</code></td>
2841
3093
 
2842
3094
 
2843
3095
  <td class="type">
2844
3096
 
2845
3097
 
2846
- <span class="param-type">function</span>
3098
+ <span class="param-type">
3099
+
3100
+ function
3101
+
3102
+ </span>
2847
3103
 
2848
3104
 
2849
3105
 
@@ -2942,7 +3198,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2942
3198
  <div class='column is-5 has-text-left'>
2943
3199
  <label>类型: </label>
2944
3200
 
2945
- <span class="param-type">Promise.&lt;Object></span>
3201
+ <span class="param-type">
3202
+
3203
+ Promise.&lt;Object>
3204
+
3205
+ </span>
2946
3206
 
2947
3207
 
2948
3208
 
@@ -3028,7 +3288,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3028
3288
 
3029
3289
  <tr class="deep-level-0">
3030
3290
 
3031
- <td class="name" id="options"><code>options</code></td>
3291
+ <td class="name"><code>options</code></td>
3032
3292
 
3033
3293
 
3034
3294
  <td class="type">
@@ -3049,13 +3309,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3049
3309
 
3050
3310
  <tr class="deep-level-1">
3051
3311
 
3052
- <td class="name" id="success"><code>success</code></td>
3312
+ <td class="name"><code>success</code></td>
3053
3313
 
3054
3314
 
3055
3315
  <td class="type">
3056
3316
 
3057
3317
 
3058
- <span class="param-type">function</span>
3318
+ <span class="param-type">
3319
+
3320
+ function
3321
+
3322
+ </span>
3059
3323
 
3060
3324
 
3061
3325
 
@@ -3078,13 +3342,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3078
3342
 
3079
3343
  <tr class="deep-level-1">
3080
3344
 
3081
- <td class="name" id="failure"><code>failure</code></td>
3345
+ <td class="name"><code>failure</code></td>
3082
3346
 
3083
3347
 
3084
3348
  <td class="type">
3085
3349
 
3086
3350
 
3087
- <span class="param-type">function</span>
3351
+ <span class="param-type">
3352
+
3353
+ function
3354
+
3355
+ </span>
3088
3356
 
3089
3357
 
3090
3358
 
@@ -3263,13 +3531,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3263
3531
 
3264
3532
  <tr class="deep-level-0">
3265
3533
 
3266
- <td class="name" id="options"><code>options</code></td>
3534
+ <td class="name"><code>options</code></td>
3267
3535
 
3268
3536
 
3269
3537
  <td class="type">
3270
3538
 
3271
3539
 
3272
- <span class="param-type">Object</span>
3540
+ <span class="param-type">
3541
+
3542
+ Object
3543
+
3544
+ </span>
3273
3545
 
3274
3546
 
3275
3547
 
@@ -3290,13 +3562,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3290
3562
 
3291
3563
  <tr class="deep-level-1">
3292
3564
 
3293
- <td class="name" id="taskId"><code>taskId</code></td>
3565
+ <td class="name"><code>taskId</code></td>
3294
3566
 
3295
3567
 
3296
3568
  <td class="type">
3297
3569
 
3298
3570
 
3299
- <span class="param-type">String</span>
3571
+ <span class="param-type">
3572
+
3573
+ String
3574
+
3575
+ </span>
3300
3576
 
3301
3577
 
3302
3578
 
@@ -3317,13 +3593,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3317
3593
 
3318
3594
  <tr class="deep-level-1">
3319
3595
 
3320
- <td class="name" id="headers"><code>headers</code></td>
3596
+ <td class="name"><code>headers</code></td>
3321
3597
 
3322
3598
 
3323
3599
  <td class="type">
3324
3600
 
3325
3601
 
3326
- <span class="param-type">String</span>
3602
+ <span class="param-type">
3603
+
3604
+ String
3605
+
3606
+ </span>
3327
3607
 
3328
3608
 
3329
3609
 
@@ -3344,13 +3624,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3344
3624
 
3345
3625
  <tr class="deep-level-1">
3346
3626
 
3347
- <td class="name" id="method"><code>method</code></td>
3627
+ <td class="name"><code>method</code></td>
3348
3628
 
3349
3629
 
3350
3630
  <td class="type">
3351
3631
 
3352
3632
 
3353
- <span class="param-type">String</span>
3633
+ <span class="param-type">
3634
+
3635
+ String
3636
+
3637
+ </span>
3354
3638
 
3355
3639
 
3356
3640
 
@@ -3373,13 +3657,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3657
 
3374
3658
  <tr class="deep-level-1">
3375
3659
 
3376
- <td class="name" id="success"><code>success</code></td>
3660
+ <td class="name"><code>success</code></td>
3377
3661
 
3378
3662
 
3379
3663
  <td class="type">
3380
3664
 
3381
3665
 
3382
- <span class="param-type">function</span>
3666
+ <span class="param-type">
3667
+
3668
+ function
3669
+
3670
+ </span>
3383
3671
 
3384
3672
 
3385
3673
 
@@ -3400,13 +3688,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3400
3688
 
3401
3689
  <tr class="deep-level-1">
3402
3690
 
3403
- <td class="name" id="failure"><code>failure</code></td>
3691
+ <td class="name"><code>failure</code></td>
3404
3692
 
3405
3693
 
3406
3694
  <td class="type">
3407
3695
 
3408
3696
 
3409
- <span class="param-type">function</span>
3697
+ <span class="param-type">
3698
+
3699
+ function
3700
+
3701
+ </span>
3410
3702
 
3411
3703
 
3412
3704
 
@@ -3505,7 +3797,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3505
3797
  <div class='column is-5 has-text-left'>
3506
3798
  <label>类型: </label>
3507
3799
 
3508
- <span class="param-type">Promise.&lt;String></span>
3800
+ <span class="param-type">
3801
+
3802
+ Promise.&lt;String>
3803
+
3804
+ </span>
3509
3805
 
3510
3806
 
3511
3807
 
@@ -3591,13 +3887,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3591
3887
 
3592
3888
  <tr class="deep-level-0">
3593
3889
 
3594
- <td class="name" id="options"><code>options</code></td>
3890
+ <td class="name"><code>options</code></td>
3595
3891
 
3596
3892
 
3597
3893
  <td class="type">
3598
3894
 
3599
3895
 
3600
- <span class="param-type">Object</span>
3896
+ <span class="param-type">
3897
+
3898
+ Object
3899
+
3900
+ </span>
3601
3901
 
3602
3902
 
3603
3903
 
@@ -3618,13 +3918,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3618
3918
 
3619
3919
  <tr class="deep-level-1">
3620
3920
 
3621
- <td class="name" id="taskId"><code>taskId</code></td>
3921
+ <td class="name"><code>taskId</code></td>
3622
3922
 
3623
3923
 
3624
3924
  <td class="type">
3625
3925
 
3626
3926
 
3627
- <span class="param-type">String</span>
3927
+ <span class="param-type">
3928
+
3929
+ String
3930
+
3931
+ </span>
3628
3932
 
3629
3933
 
3630
3934
 
@@ -3645,13 +3949,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3645
3949
 
3646
3950
  <tr class="deep-level-1">
3647
3951
 
3648
- <td class="name" id="headers"><code>headers</code></td>
3952
+ <td class="name"><code>headers</code></td>
3649
3953
 
3650
3954
 
3651
3955
  <td class="type">
3652
3956
 
3653
3957
 
3654
- <span class="param-type">String</span>
3958
+ <span class="param-type">
3959
+
3960
+ String
3961
+
3962
+ </span>
3655
3963
 
3656
3964
 
3657
3965
 
@@ -3672,13 +3980,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3672
3980
 
3673
3981
  <tr class="deep-level-1">
3674
3982
 
3675
- <td class="name" id="method"><code>method</code></td>
3983
+ <td class="name"><code>method</code></td>
3676
3984
 
3677
3985
 
3678
3986
  <td class="type">
3679
3987
 
3680
3988
 
3681
- <span class="param-type">String</span>
3989
+ <span class="param-type">
3990
+
3991
+ String
3992
+
3993
+ </span>
3682
3994
 
3683
3995
 
3684
3996
 
@@ -3701,13 +4013,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3701
4013
 
3702
4014
  <tr class="deep-level-1">
3703
4015
 
3704
- <td class="name" id="success"><code>success</code></td>
4016
+ <td class="name"><code>success</code></td>
3705
4017
 
3706
4018
 
3707
4019
  <td class="type">
3708
4020
 
3709
4021
 
3710
- <span class="param-type">function</span>
4022
+ <span class="param-type">
4023
+
4024
+ function
4025
+
4026
+ </span>
3711
4027
 
3712
4028
 
3713
4029
 
@@ -3728,13 +4044,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3728
4044
 
3729
4045
  <tr class="deep-level-1">
3730
4046
 
3731
- <td class="name" id="failure"><code>failure</code></td>
4047
+ <td class="name"><code>failure</code></td>
3732
4048
 
3733
4049
 
3734
4050
  <td class="type">
3735
4051
 
3736
4052
 
3737
- <span class="param-type">function</span>
4053
+ <span class="param-type">
4054
+
4055
+ function
4056
+
4057
+ </span>
3738
4058
 
3739
4059
 
3740
4060
 
@@ -3833,7 +4153,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3833
4153
  <div class='column is-5 has-text-left'>
3834
4154
  <label>类型: </label>
3835
4155
 
3836
- <span class="param-type">Promise.&lt;String></span>
4156
+ <span class="param-type">
4157
+
4158
+ Promise.&lt;String>
4159
+
4160
+ </span>
3837
4161
 
3838
4162
 
3839
4163
 
@@ -3919,13 +4243,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3919
4243
 
3920
4244
  <tr class="deep-level-0">
3921
4245
 
3922
- <td class="name" id="options"><code>options</code></td>
4246
+ <td class="name"><code>options</code></td>
3923
4247
 
3924
4248
 
3925
4249
  <td class="type">
3926
4250
 
3927
4251
 
3928
- <span class="param-type">Object</span>
4252
+ <span class="param-type">
4253
+
4254
+ Object
4255
+
4256
+ </span>
3929
4257
 
3930
4258
 
3931
4259
 
@@ -3946,13 +4274,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3946
4274
 
3947
4275
  <tr class="deep-level-1">
3948
4276
 
3949
- <td class="name" id="headers"><code>headers</code></td>
4277
+ <td class="name"><code>headers</code></td>
3950
4278
 
3951
4279
 
3952
4280
  <td class="type">
3953
4281
 
3954
4282
 
3955
- <span class="param-type">String</span>
4283
+ <span class="param-type">
4284
+
4285
+ String
4286
+
4287
+ </span>
3956
4288
 
3957
4289
 
3958
4290
 
@@ -3973,13 +4305,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3973
4305
 
3974
4306
  <tr class="deep-level-1">
3975
4307
 
3976
- <td class="name" id="method"><code>method</code></td>
4308
+ <td class="name"><code>method</code></td>
3977
4309
 
3978
4310
 
3979
4311
  <td class="type">
3980
4312
 
3981
4313
 
3982
- <span class="param-type">String</span>
4314
+ <span class="param-type">
4315
+
4316
+ String
4317
+
4318
+ </span>
3983
4319
 
3984
4320
 
3985
4321
 
@@ -4002,13 +4338,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4002
4338
 
4003
4339
  <tr class="deep-level-1">
4004
4340
 
4005
- <td class="name" id="success"><code>success</code></td>
4341
+ <td class="name"><code>success</code></td>
4006
4342
 
4007
4343
 
4008
4344
  <td class="type">
4009
4345
 
4010
4346
 
4011
- <span class="param-type">function</span>
4347
+ <span class="param-type">
4348
+
4349
+ function
4350
+
4351
+ </span>
4012
4352
 
4013
4353
 
4014
4354
 
@@ -4029,13 +4369,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4029
4369
 
4030
4370
  <tr class="deep-level-1">
4031
4371
 
4032
- <td class="name" id="failure"><code>failure</code></td>
4372
+ <td class="name"><code>failure</code></td>
4033
4373
 
4034
4374
 
4035
4375
  <td class="type">
4036
4376
 
4037
4377
 
4038
- <span class="param-type">function</span>
4378
+ <span class="param-type">
4379
+
4380
+ function
4381
+
4382
+ </span>
4039
4383
 
4040
4384
 
4041
4385
 
@@ -4141,7 +4485,11 @@ console.log(&quot;submit: &quot;, res);
4141
4485
  <div class='column is-5 has-text-left'>
4142
4486
  <label>类型: </label>
4143
4487
 
4144
- <span class="param-type">Promise.&lt;String></span>
4488
+ <span class="param-type">
4489
+
4490
+ Promise.&lt;String>
4491
+
4492
+ </span>
4145
4493
 
4146
4494
 
4147
4495