@mapgis/webclient-common 17.0.4 → 17.0.6

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 (265) hide show
  1. package/README.md +16 -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/ClassBreakClusterInfo.html +104 -24
  23. package/documention/ClassBreakInfo.html +122 -30
  24. package/documention/ClassBreakRenderer.html +195 -47
  25. package/documention/ClusterInfo.html +141 -33
  26. package/documention/ClusterRenderer.html +220 -59
  27. package/documention/Collection.html +1244 -316
  28. package/documention/CollectionFlattener.html +119 -31
  29. package/documention/Color.html +223 -55
  30. package/documention/ColorMaterial.html +71 -22
  31. package/documention/ColorStop.html +114 -26
  32. package/documention/ColorVariable.html +52 -12
  33. package/documention/Config.html +30 -10
  34. package/documention/CursorChangeEventInfo.html +18 -6
  35. package/documention/EchartsLayer.html +52 -12
  36. package/documention/Edges3D.html +77 -24
  37. package/documention/ElevationInfo.html +50 -14
  38. package/documention/Evented.html +63 -28
  39. package/documention/Extent.html +409 -102
  40. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  41. package/documention/Feature.html +189 -53
  42. package/documention/FeatureExpressionInfo.html +32 -8
  43. package/documention/FeatureLayer.html +674 -163
  44. package/documention/FeatureServer.html +838 -266
  45. package/documention/FeatureSet.html +126 -38
  46. package/documention/FillSymbol.html +72 -16
  47. package/documention/FillSymbol3DLayer.html +99 -30
  48. package/documention/FillSymbol3DOutline.html +93 -28
  49. package/documention/Font.html +125 -33
  50. package/documention/GeoJSONLayer.html +755 -179
  51. package/documention/Geometry.html +247 -73
  52. package/documention/GeometryEngine.html +1087 -469
  53. package/documention/GeometryFilter.html +68 -16
  54. package/documention/GeometryServer.html +540 -176
  55. package/documention/GraphicsLayer.html +836 -196
  56. package/documention/GroupLayer.html +727 -163
  57. package/documention/HeatmapColorStop.html +74 -18
  58. package/documention/HeatmapRenderer.html +176 -44
  59. package/documention/IGSFeatureLayer.html +354 -94
  60. package/documention/IGSMapImageLayer.html +571 -147
  61. package/documention/IGSMapImageSubLayer.html +150 -38
  62. package/documention/IGSSceneLayer.html +197 -48
  63. package/documention/IGSSceneSubLayer.html +250 -54
  64. package/documention/IGSTileLayer.html +715 -167
  65. package/documention/IGSVectorTileLayer.html +555 -167
  66. package/documention/IGSVectorTileSubLayer.html +134 -34
  67. package/documention/IconResource.html +63 -22
  68. package/documention/IconSymbol3DLayer.html +171 -46
  69. package/documention/ImageServer.html +323 -91
  70. package/documention/Interceptor.html +29 -9
  71. package/documention/LOD.html +84 -20
  72. package/documention/LabelClass.html +364 -92
  73. package/documention/LabelSymbol3D.html +103 -30
  74. package/documention/Layer.html +713 -178
  75. package/documention/LayerEvent.html +6 -2
  76. package/documention/LayerViewUpdateEvent.html +12 -4
  77. package/documention/LineCallout3D.html +143 -38
  78. package/documention/LineString.html +315 -93
  79. package/documention/LineStyleMarker3D.html +123 -34
  80. package/documention/LineStylePattern3D.html +71 -22
  81. package/documention/LineSymbol.html +72 -16
  82. package/documention/LineSymbol3D.html +61 -20
  83. package/documention/LineSymbol3DLayer.html +171 -46
  84. package/documention/LineSymbolMarker.html +71 -19
  85. package/documention/M3DModelCacheLayer.html +663 -151
  86. package/documention/M3DServer.html +254 -70
  87. package/documention/Map.html +429 -130
  88. package/documention/MapGISTextSymbol.html +506 -121
  89. package/documention/MapImageLayer.html +1740 -398
  90. package/documention/MapServer.html +692 -220
  91. package/documention/MapVLayer.html +415 -123
  92. package/documention/MapView.html +921 -201
  93. package/documention/MarkerSymbol.html +104 -24
  94. package/documention/MoveEventInfo.html +18 -6
  95. package/documention/MultiLineString.html +396 -114
  96. package/documention/MultiPoint.html +315 -93
  97. package/documention/MultiPolygon.html +282 -85
  98. package/documention/OGCLayer.html +595 -131
  99. package/documention/ObjectSymbol3DLayer.html +251 -66
  100. package/documention/OpacityStop.html +84 -20
  101. package/documention/OpacityVariable.html +52 -12
  102. package/documention/OutStatistic.html +54 -14
  103. package/documention/OverlayLayer.html +596 -141
  104. package/documention/PathSymbol3DLayer.html +253 -64
  105. package/documention/PictureFillSymbol.html +202 -53
  106. package/documention/PictureMarkerSymbol.html +175 -43
  107. package/documention/PlotServer.html +371 -119
  108. package/documention/PoiServer.html +208 -56
  109. package/documention/Point.html +305 -87
  110. package/documention/PointSymbol3D.html +103 -30
  111. package/documention/PointSymbol3DOutline.html +83 -26
  112. package/documention/Polygon.html +449 -128
  113. package/documention/PolygonSymbol3D.html +81 -24
  114. package/documention/ProjectInfo.html +72 -24
  115. package/documention/ProjectInfoBySrsID.html +36 -12
  116. package/documention/Projection.html +37 -9
  117. package/documention/RandomRenderer.html +77 -24
  118. package/documention/RankRenderer.html +189 -52
  119. package/documention/RendererInfo.html +90 -22
  120. package/documention/RequestConfig.html +12 -4
  121. package/documention/RequestInterceptor.html +38 -10
  122. package/documention/ResourceServer.html +3003 -951
  123. package/documention/ResponseInterceptor.html +38 -10
  124. package/documention/RootServer.html +201 -53
  125. package/documention/ScaleEventInfo.html +18 -6
  126. package/documention/Scene.html +160 -40
  127. package/documention/SceneLayer.html +624 -149
  128. package/documention/SceneServer.html +606 -194
  129. package/documention/SceneView.html +17 -6
  130. package/documention/SecurityServer.html +178 -46
  131. package/documention/SimpleFillSymbol.html +116 -28
  132. package/documention/SimpleLineSymbol.html +170 -42
  133. package/documention/SimpleMarkerSymbol.html +176 -44
  134. package/documention/SimpleRenderer.html +116 -28
  135. package/documention/SizeStop.html +84 -20
  136. package/documention/SizeVariable.html +116 -28
  137. package/documention/SketchBaseDrawTool.html +319 -87
  138. package/documention/SketchCircleDrawTool.html +349 -97
  139. package/documention/SketchEditor.html +633 -190
  140. package/documention/SketchEditorCesium.html +603 -180
  141. package/documention/SketchEditorEvent.html +6 -2
  142. package/documention/SketchEditorToolEventInfo.html +12 -4
  143. package/documention/SketchEditorVideo.html +133 -46
  144. package/documention/SketchEditorVideoBase.html +133 -46
  145. package/documention/SketchExtentDrawTool.html +349 -97
  146. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  147. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  148. package/documention/SketchPointDrawTool.html +373 -105
  149. package/documention/SketchPolygonDrawTool.html +699 -195
  150. package/documention/SketchPolylineDrawTool.html +674 -186
  151. package/documention/SketchStage.html +57 -17
  152. package/documention/SketchStyle.html +252 -64
  153. package/documention/SketchTopologyTool.html +16 -4
  154. package/documention/SpatialReference.html +201 -45
  155. package/documention/StylePattern3D.html +71 -22
  156. package/documention/SubLayer.html +189 -58
  157. package/documention/Symbol.html +90 -22
  158. package/documention/Symbol3D.html +33 -10
  159. package/documention/Symbol3DLayer.html +43 -14
  160. package/documention/Symbol3DVerticalOffset.html +93 -28
  161. package/documention/TerrainCacheLayer.html +590 -130
  162. package/documention/TerrainServer.html +148 -36
  163. package/documention/TextHalo.html +77 -24
  164. package/documention/TextSymbol.html +335 -83
  165. package/documention/TextSymbol3DLayer.html +219 -58
  166. package/documention/ThemeServer.html +239 -67
  167. package/documention/TileInfo.html +82 -22
  168. package/documention/TileLayer.html +642 -151
  169. package/documention/TileMatrixSet.html +158 -38
  170. package/documention/TileServer.html +125 -29
  171. package/documention/UniqueValueClusterInfo.html +104 -24
  172. package/documention/UniqueValueInfo.html +121 -29
  173. package/documention/UniqueValueRenderer.html +185 -45
  174. package/documention/UnknownLayer.html +612 -145
  175. package/documention/UpdateContent.html +70 -18
  176. package/documention/VectorTileGroupSubLayer.html +215 -64
  177. package/documention/VectorTileLayer.html +1039 -280
  178. package/documention/VectorTileServer.html +170 -46
  179. package/documention/VectorTileSubLayer.html +184 -44
  180. package/documention/VertexChangeEventInfo.html +18 -6
  181. package/documention/VideoMapView.html +302 -78
  182. package/documention/VideoMetaData.html +86 -22
  183. package/documention/VideoPixelCoordTransforms.html +38 -10
  184. package/documention/VideoRegistrationParam.html +54 -14
  185. package/documention/VisualVariable.html +94 -22
  186. package/documention/WCSServer.html +125 -29
  187. package/documention/WFSLayer.html +741 -173
  188. package/documention/WFSServer.html +167 -43
  189. package/documention/WMSLayer.html +919 -215
  190. package/documention/WMSServer.html +144 -36
  191. package/documention/WMSSubLayer.html +172 -40
  192. package/documention/WMTSLayer.html +787 -183
  193. package/documention/WMTSServer.html +138 -34
  194. package/documention/WMTSStyle.html +96 -24
  195. package/documention/WMTSSubLayer.html +673 -149
  196. package/documention/WPSServer.html +125 -29
  197. package/documention/WaterSymbol3DLayer.html +129 -36
  198. package/documention/WebTileLayer.html +754 -191
  199. package/documention/WorkFlowServer.html +314 -86
  200. package/documention/WorkFlowServer600227.html +471 -123
  201. package/documention/WorkFlowServer600228.html +439 -115
  202. package/documention/WorkFlowServer600229.html +471 -123
  203. package/documention/WorkFlowServer600230.html +471 -123
  204. package/documention/WorkFlowServer600231.html +535 -139
  205. package/documention/WorkFlowServer600232.html +471 -123
  206. package/documention/WorkFlowServer600233.html +455 -119
  207. package/documention/WorkFlowServer600235.html +375 -99
  208. package/documention/WorkFlowServer600237.html +475 -123
  209. package/documention/WorkFlowServer600238.html +481 -125
  210. package/documention/WorkFlowServer600239.html +425 -113
  211. package/documention/WorkFlowServer600307.html +449 -117
  212. package/documention/WorkFlowServer600308.html +180 -44
  213. package/documention/WorkFlowServer600309.html +471 -123
  214. package/documention/WorkFlowServer600314.html +487 -127
  215. package/documention/WorkFlowServer600334.html +471 -123
  216. package/documention/WorkFlowServer600336.html +439 -115
  217. package/documention/WorkFlowServer600340.html +583 -151
  218. package/documention/WorkFlowServer600354.html +455 -119
  219. package/documention/WorkFlowServer600368.html +391 -103
  220. package/documention/WorkFlowServer600369.html +439 -115
  221. package/documention/WorkFlowServer600370.html +423 -111
  222. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  223. package/documention/Zondy.Object.CAttStruct.html +24 -8
  224. package/documention/global.html +4339 -1007
  225. package/documention/index.html +53 -53
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  253. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  254. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  255. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  256. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  257. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  258. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  259. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  260. package/documention/module.exports.html +5 -1
  261. package/documention/scripts/sideBar.js +111 -6
  262. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  263. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  264. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  265. 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="src1AttFilter"><code>src1AttFilter</code></td>
182
+ <td class="name"><code>src1AttFilter</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="src2AttFilter"><code>src2AttFilter</code></td>
209
+ <td class="name"><code>src2AttFilter</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">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="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="tolerance"><code>tolerance</code></td>
344
+ <td class="name"><code>tolerance</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
 
@@ -463,7 +507,11 @@
463
507
  <td class="name">
464
508
  <code>
465
509
 
466
- <span class="param-type">Number</span>
510
+ <span class="param-type">
511
+
512
+ Number
513
+
514
+ </span>
467
515
 
468
516
 
469
517
 
@@ -477,7 +525,11 @@
477
525
  <td class="name">
478
526
  <code>
479
527
 
480
- <span class="param-type">Boolean</span>
528
+ <span class="param-type">
529
+
530
+ Boolean
531
+
532
+ </span>
481
533
 
482
534
 
483
535
 
@@ -491,7 +543,11 @@
491
543
  <td class="name">
492
544
  <code>
493
545
 
494
- <span class="param-type">String</span>
546
+ <span class="param-type">
547
+
548
+ String
549
+
550
+ </span>
495
551
 
496
552
 
497
553
 
@@ -505,7 +561,11 @@
505
561
  <td class="name">
506
562
  <code>
507
563
 
508
- <span class="param-type">String</span>
564
+ <span class="param-type">
565
+
566
+ String
567
+
568
+ </span>
509
569
 
510
570
 
511
571
 
@@ -519,7 +579,11 @@
519
579
  <td class="name">
520
580
  <code>
521
581
 
522
- <span class="param-type">Boolean</span>
582
+ <span class="param-type">
583
+
584
+ Boolean
585
+
586
+ </span>
523
587
 
524
588
 
525
589
 
@@ -533,7 +597,11 @@
533
597
  <td class="name">
534
598
  <code>
535
599
 
536
- <span class="param-type">Number</span>
600
+ <span class="param-type">
601
+
602
+ Number
603
+
604
+ </span>
537
605
 
538
606
 
539
607
 
@@ -547,7 +615,11 @@
547
615
  <td class="name">
548
616
  <code>
549
617
 
550
- <span class="param-type">String</span>
618
+ <span class="param-type">
619
+
620
+ String
621
+
622
+ </span>
551
623
 
552
624
 
553
625
 
@@ -561,7 +633,11 @@
561
633
  <td class="name">
562
634
  <code>
563
635
 
564
- <span class="param-type">String</span>
636
+ <span class="param-type">
637
+
638
+ String
639
+
640
+ </span>
565
641
 
566
642
 
567
643
 
@@ -575,7 +651,11 @@
575
651
  <td class="name">
576
652
  <code>
577
653
 
578
- <span class="param-type">Number</span>
654
+ <span class="param-type">
655
+
656
+ Number
657
+
658
+ </span>
579
659
 
580
660
 
581
661
 
@@ -589,7 +669,11 @@
589
669
  <td class="name">
590
670
  <code>
591
671
 
592
- <span class="param-type">Number</span>
672
+ <span class="param-type">
673
+
674
+ Number
675
+
676
+ </span>
593
677
 
594
678
 
595
679
 
@@ -603,7 +687,11 @@
603
687
  <td class="name">
604
688
  <code>
605
689
 
606
- <span class="param-type">function</span>
690
+ <span class="param-type">
691
+
692
+ function
693
+
694
+ </span>
607
695
 
608
696
 
609
697
 
@@ -617,7 +705,11 @@
617
705
  <td class="name">
618
706
  <code>
619
707
 
620
- <span class="param-type">String</span>
708
+ <span class="param-type">
709
+
710
+ String
711
+
712
+ </span>
621
713
 
622
714
 
623
715
 
@@ -631,7 +723,11 @@
631
723
  <td class="name">
632
724
  <code>
633
725
 
634
- <span class="param-type">function</span>
726
+ <span class="param-type">
727
+
728
+ function
729
+
730
+ </span>
635
731
 
636
732
 
637
733
 
@@ -645,7 +741,11 @@
645
741
  <td class="name">
646
742
  <code>
647
743
 
648
- <span class="param-type">String</span>
744
+ <span class="param-type">
745
+
746
+ String
747
+
748
+ </span>
649
749
 
650
750
 
651
751
 
@@ -659,7 +759,11 @@
659
759
  <td class="name">
660
760
  <code>
661
761
 
662
- <span class="param-type">String</span>
762
+ <span class="param-type">
763
+
764
+ String
765
+
766
+ </span>
663
767
 
664
768
 
665
769
 
@@ -673,7 +777,11 @@
673
777
  <td class="name">
674
778
  <code>
675
779
 
676
- <span class="param-type">String</span>
780
+ <span class="param-type">
781
+
782
+ String
783
+
784
+ </span>
677
785
 
678
786
 
679
787
 
@@ -687,7 +795,11 @@
687
795
  <td class="name">
688
796
  <code>
689
797
 
690
- <span class="param-type">String</span>
798
+ <span class="param-type">
799
+
800
+ String
801
+
802
+ </span>
691
803
 
692
804
 
693
805
 
@@ -701,7 +813,11 @@
701
813
  <td class="name">
702
814
  <code>
703
815
 
704
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
816
+ <span class="param-type">
817
+
818
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
819
+
820
+ </span>
705
821
 
706
822
 
707
823
 
@@ -715,7 +831,11 @@
715
831
  <td class="name">
716
832
  <code>
717
833
 
718
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
719
839
 
720
840
 
721
841
 
@@ -729,7 +849,11 @@
729
849
  <td class="name">
730
850
  <code>
731
851
 
732
- <span class="param-type">String</span>
852
+ <span class="param-type">
853
+
854
+ String
855
+
856
+ </span>
733
857
 
734
858
 
735
859
 
@@ -743,7 +867,11 @@
743
867
  <td class="name">
744
868
  <code>
745
869
 
746
- <span class="param-type">Number</span>
870
+ <span class="param-type">
871
+
872
+ Number
873
+
874
+ </span>
747
875
 
748
876
 
749
877
 
@@ -757,7 +885,11 @@
757
885
  <td class="name">
758
886
  <code>
759
887
 
760
- <span class="param-type">String</span>
888
+ <span class="param-type">
889
+
890
+ String
891
+
892
+ </span>
761
893
 
762
894
 
763
895
 
@@ -777,7 +909,11 @@
777
909
  <span class="method-parameter is-pulled-right">
778
910
  <label>类型:</label>
779
911
 
780
- <span class="param-type">Number</span>
912
+ <span class="param-type">
913
+
914
+ Number
915
+
916
+ </span>
781
917
 
782
918
 
783
919
 
@@ -848,7 +984,11 @@
848
984
  <span class="method-parameter is-pulled-right">
849
985
  <label>类型:</label>
850
986
 
851
- <span class="param-type">Boolean</span>
987
+ <span class="param-type">
988
+
989
+ Boolean
990
+
991
+ </span>
852
992
 
853
993
 
854
994
 
@@ -924,7 +1064,11 @@
924
1064
  <span class="method-parameter is-pulled-right">
925
1065
  <label>类型:</label>
926
1066
 
927
- <span class="param-type">String</span>
1067
+ <span class="param-type">
1068
+
1069
+ String
1070
+
1071
+ </span>
928
1072
 
929
1073
 
930
1074
 
@@ -999,7 +1143,11 @@
999
1143
  <span class="method-parameter is-pulled-right">
1000
1144
  <label>类型:</label>
1001
1145
 
1002
- <span class="param-type">String</span>
1146
+ <span class="param-type">
1147
+
1148
+ String
1149
+
1150
+ </span>
1003
1151
 
1004
1152
 
1005
1153
 
@@ -1070,7 +1218,11 @@
1070
1218
  <span class="method-parameter is-pulled-right">
1071
1219
  <label>类型:</label>
1072
1220
 
1073
- <span class="param-type">Boolean</span>
1221
+ <span class="param-type">
1222
+
1223
+ Boolean
1224
+
1225
+ </span>
1074
1226
 
1075
1227
 
1076
1228
 
@@ -1167,7 +1319,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1167
1319
  <span class="method-parameter is-pulled-right">
1168
1320
  <label>类型:</label>
1169
1321
 
1170
- <span class="param-type">Number</span>
1322
+ <span class="param-type">
1323
+
1324
+ Number
1325
+
1326
+ </span>
1171
1327
 
1172
1328
 
1173
1329
 
@@ -1242,7 +1398,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1242
1398
  <span class="method-parameter is-pulled-right">
1243
1399
  <label>类型:</label>
1244
1400
 
1245
- <span class="param-type">String</span>
1401
+ <span class="param-type">
1402
+
1403
+ String
1404
+
1405
+ </span>
1246
1406
 
1247
1407
 
1248
1408
 
@@ -1317,7 +1477,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1317
1477
  <span class="method-parameter is-pulled-right">
1318
1478
  <label>类型:</label>
1319
1479
 
1320
- <span class="param-type">String</span>
1480
+ <span class="param-type">
1481
+
1482
+ String
1483
+
1484
+ </span>
1321
1485
 
1322
1486
 
1323
1487
 
@@ -1415,7 +1579,11 @@ BaseServer.headers.token = '新token';</code></pre>
1415
1579
  <span class="method-parameter is-pulled-right">
1416
1580
  <label>类型:</label>
1417
1581
 
1418
- <span class="param-type">Number</span>
1582
+ <span class="param-type">
1583
+
1584
+ Number
1585
+
1586
+ </span>
1419
1587
 
1420
1588
 
1421
1589
 
@@ -1486,7 +1654,11 @@ BaseServer.headers.token = '新token';</code></pre>
1486
1654
  <span class="method-parameter is-pulled-right">
1487
1655
  <label>类型:</label>
1488
1656
 
1489
- <span class="param-type">Number</span>
1657
+ <span class="param-type">
1658
+
1659
+ Number
1660
+
1661
+ </span>
1490
1662
 
1491
1663
 
1492
1664
 
@@ -1557,7 +1729,11 @@ BaseServer.headers.token = '新token';</code></pre>
1557
1729
  <span class="method-parameter is-pulled-right">
1558
1730
  <label>类型:</label>
1559
1731
 
1560
- <span class="param-type">function</span>
1732
+ <span class="param-type">
1733
+
1734
+ function
1735
+
1736
+ </span>
1561
1737
 
1562
1738
 
1563
1739
 
@@ -1661,7 +1837,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1661
1837
  <span class="method-parameter is-pulled-right">
1662
1838
  <label>类型:</label>
1663
1839
 
1664
- <span class="param-type">String</span>
1840
+ <span class="param-type">
1841
+
1842
+ String
1843
+
1844
+ </span>
1665
1845
 
1666
1846
 
1667
1847
 
@@ -1755,7 +1935,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1755
1935
  <span class="method-parameter is-pulled-right">
1756
1936
  <label>类型:</label>
1757
1937
 
1758
- <span class="param-type">function</span>
1938
+ <span class="param-type">
1939
+
1940
+ function
1941
+
1942
+ </span>
1759
1943
 
1760
1944
 
1761
1945
 
@@ -1861,7 +2045,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1861
2045
  <span class="method-parameter is-pulled-right">
1862
2046
  <label>类型:</label>
1863
2047
 
1864
- <span class="param-type">String</span>
2048
+ <span class="param-type">
2049
+
2050
+ String
2051
+
2052
+ </span>
1865
2053
 
1866
2054
 
1867
2055
 
@@ -1932,7 +2120,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1932
2120
  <span class="method-parameter is-pulled-right">
1933
2121
  <label>类型:</label>
1934
2122
 
1935
- <span class="param-type">String</span>
2123
+ <span class="param-type">
2124
+
2125
+ String
2126
+
2127
+ </span>
1936
2128
 
1937
2129
 
1938
2130
 
@@ -2003,7 +2195,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2003
2195
  <span class="method-parameter is-pulled-right">
2004
2196
  <label>类型:</label>
2005
2197
 
2006
- <span class="param-type">String</span>
2198
+ <span class="param-type">
2199
+
2200
+ String
2201
+
2202
+ </span>
2007
2203
 
2008
2204
 
2009
2205
 
@@ -2074,7 +2270,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2074
2270
  <span class="method-parameter is-pulled-right">
2075
2271
  <label>类型:</label>
2076
2272
 
2077
- <span class="param-type">String</span>
2273
+ <span class="param-type">
2274
+
2275
+ String
2276
+
2277
+ </span>
2078
2278
 
2079
2279
 
2080
2280
 
@@ -2145,7 +2345,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2145
2345
  <span class="method-parameter is-pulled-right">
2146
2346
  <label>类型:</label>
2147
2347
 
2148
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2348
+ <span class="param-type">
2349
+
2350
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2351
+
2352
+ </span>
2149
2353
 
2150
2354
 
2151
2355
 
@@ -2243,7 +2447,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2243
2447
  <span class="method-parameter is-pulled-right">
2244
2448
  <label>类型:</label>
2245
2449
 
2246
- <span class="param-type">String</span>
2450
+ <span class="param-type">
2451
+
2452
+ String
2453
+
2454
+ </span>
2247
2455
 
2248
2456
 
2249
2457
 
@@ -2336,7 +2544,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2336
2544
  <span class="method-parameter is-pulled-right">
2337
2545
  <label>类型:</label>
2338
2546
 
2339
- <span class="param-type">String</span>
2547
+ <span class="param-type">
2548
+
2549
+ String
2550
+
2551
+ </span>
2340
2552
 
2341
2553
 
2342
2554
 
@@ -2429,7 +2641,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2429
2641
  <span class="method-parameter is-pulled-right">
2430
2642
  <label>类型:</label>
2431
2643
 
2432
- <span class="param-type">Number</span>
2644
+ <span class="param-type">
2645
+
2646
+ Number
2647
+
2648
+ </span>
2433
2649
 
2434
2650
 
2435
2651
 
@@ -2500,7 +2716,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2500
2716
  <span class="method-parameter is-pulled-right">
2501
2717
  <label>类型:</label>
2502
2718
 
2503
- <span class="param-type">String</span>
2719
+ <span class="param-type">
2720
+
2721
+ String
2722
+
2723
+ </span>
2504
2724
 
2505
2725
 
2506
2726
 
@@ -2597,7 +2817,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2597
2817
  <code>
2598
2818
 
2599
2819
 
2600
- <span class="param-type">Promise.&lt;Object></span>
2820
+ <span class="param-type">
2821
+
2822
+ Promise.&lt;Object>
2823
+
2824
+ </span>
2601
2825
 
2602
2826
 
2603
2827
 
@@ -2623,7 +2847,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2623
2847
  <code>
2624
2848
 
2625
2849
 
2626
- <span class="param-type">Promise.&lt;String></span>
2850
+ <span class="param-type">
2851
+
2852
+ Promise.&lt;String>
2853
+
2854
+ </span>
2627
2855
 
2628
2856
 
2629
2857
 
@@ -2639,7 +2867,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2639
2867
  <code>
2640
2868
 
2641
2869
 
2642
- <span class="param-type">Promise.&lt;String></span>
2870
+ <span class="param-type">
2871
+
2872
+ Promise.&lt;String>
2873
+
2874
+ </span>
2643
2875
 
2644
2876
 
2645
2877
 
@@ -2655,7 +2887,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2655
2887
  <code>
2656
2888
 
2657
2889
 
2658
- <span class="param-type">Promise.&lt;String></span>
2890
+ <span class="param-type">
2891
+
2892
+ Promise.&lt;String>
2893
+
2894
+ </span>
2659
2895
 
2660
2896
 
2661
2897
 
@@ -2725,13 +2961,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2725
2961
 
2726
2962
  <tr class="deep-level-0">
2727
2963
 
2728
- <td class="name" id="options"><code>options</code></td>
2964
+ <td class="name"><code>options</code></td>
2729
2965
 
2730
2966
 
2731
2967
  <td class="type">
2732
2968
 
2733
2969
 
2734
- <span class="param-type">Object</span>
2970
+ <span class="param-type">
2971
+
2972
+ Object
2973
+
2974
+ </span>
2735
2975
 
2736
2976
 
2737
2977
 
@@ -2752,13 +2992,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2752
2992
 
2753
2993
  <tr class="deep-level-1">
2754
2994
 
2755
- <td class="name" id="headers"><code>headers</code></td>
2995
+ <td class="name"><code>headers</code></td>
2756
2996
 
2757
2997
 
2758
2998
  <td class="type">
2759
2999
 
2760
3000
 
2761
- <span class="param-type">String</span>
3001
+ <span class="param-type">
3002
+
3003
+ String
3004
+
3005
+ </span>
2762
3006
 
2763
3007
 
2764
3008
 
@@ -2779,13 +3023,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2779
3023
 
2780
3024
  <tr class="deep-level-1">
2781
3025
 
2782
- <td class="name" id="method"><code>method</code></td>
3026
+ <td class="name"><code>method</code></td>
2783
3027
 
2784
3028
 
2785
3029
  <td class="type">
2786
3030
 
2787
3031
 
2788
- <span class="param-type">String</span>
3032
+ <span class="param-type">
3033
+
3034
+ String
3035
+
3036
+ </span>
2789
3037
 
2790
3038
 
2791
3039
 
@@ -2808,13 +3056,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2808
3056
 
2809
3057
  <tr class="deep-level-1">
2810
3058
 
2811
- <td class="name" id="success"><code>success</code></td>
3059
+ <td class="name"><code>success</code></td>
2812
3060
 
2813
3061
 
2814
3062
  <td class="type">
2815
3063
 
2816
3064
 
2817
- <span class="param-type">function</span>
3065
+ <span class="param-type">
3066
+
3067
+ function
3068
+
3069
+ </span>
2818
3070
 
2819
3071
 
2820
3072
 
@@ -2835,13 +3087,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2835
3087
 
2836
3088
  <tr class="deep-level-1">
2837
3089
 
2838
- <td class="name" id="failure"><code>failure</code></td>
3090
+ <td class="name"><code>failure</code></td>
2839
3091
 
2840
3092
 
2841
3093
  <td class="type">
2842
3094
 
2843
3095
 
2844
- <span class="param-type">function</span>
3096
+ <span class="param-type">
3097
+
3098
+ function
3099
+
3100
+ </span>
2845
3101
 
2846
3102
 
2847
3103
 
@@ -2940,7 +3196,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2940
3196
  <div class='column is-5 has-text-left'>
2941
3197
  <label>类型: </label>
2942
3198
 
2943
- <span class="param-type">Promise.&lt;Object></span>
3199
+ <span class="param-type">
3200
+
3201
+ Promise.&lt;Object>
3202
+
3203
+ </span>
2944
3204
 
2945
3205
 
2946
3206
 
@@ -3026,7 +3286,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3026
3286
 
3027
3287
  <tr class="deep-level-0">
3028
3288
 
3029
- <td class="name" id="options"><code>options</code></td>
3289
+ <td class="name"><code>options</code></td>
3030
3290
 
3031
3291
 
3032
3292
  <td class="type">
@@ -3047,13 +3307,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3047
3307
 
3048
3308
  <tr class="deep-level-1">
3049
3309
 
3050
- <td class="name" id="success"><code>success</code></td>
3310
+ <td class="name"><code>success</code></td>
3051
3311
 
3052
3312
 
3053
3313
  <td class="type">
3054
3314
 
3055
3315
 
3056
- <span class="param-type">function</span>
3316
+ <span class="param-type">
3317
+
3318
+ function
3319
+
3320
+ </span>
3057
3321
 
3058
3322
 
3059
3323
 
@@ -3076,13 +3340,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3076
3340
 
3077
3341
  <tr class="deep-level-1">
3078
3342
 
3079
- <td class="name" id="failure"><code>failure</code></td>
3343
+ <td class="name"><code>failure</code></td>
3080
3344
 
3081
3345
 
3082
3346
  <td class="type">
3083
3347
 
3084
3348
 
3085
- <span class="param-type">function</span>
3349
+ <span class="param-type">
3350
+
3351
+ function
3352
+
3353
+ </span>
3086
3354
 
3087
3355
 
3088
3356
 
@@ -3261,13 +3529,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3261
3529
 
3262
3530
  <tr class="deep-level-0">
3263
3531
 
3264
- <td class="name" id="options"><code>options</code></td>
3532
+ <td class="name"><code>options</code></td>
3265
3533
 
3266
3534
 
3267
3535
  <td class="type">
3268
3536
 
3269
3537
 
3270
- <span class="param-type">Object</span>
3538
+ <span class="param-type">
3539
+
3540
+ Object
3541
+
3542
+ </span>
3271
3543
 
3272
3544
 
3273
3545
 
@@ -3288,13 +3560,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3288
3560
 
3289
3561
  <tr class="deep-level-1">
3290
3562
 
3291
- <td class="name" id="taskId"><code>taskId</code></td>
3563
+ <td class="name"><code>taskId</code></td>
3292
3564
 
3293
3565
 
3294
3566
  <td class="type">
3295
3567
 
3296
3568
 
3297
- <span class="param-type">String</span>
3569
+ <span class="param-type">
3570
+
3571
+ String
3572
+
3573
+ </span>
3298
3574
 
3299
3575
 
3300
3576
 
@@ -3315,13 +3591,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3315
3591
 
3316
3592
  <tr class="deep-level-1">
3317
3593
 
3318
- <td class="name" id="headers"><code>headers</code></td>
3594
+ <td class="name"><code>headers</code></td>
3319
3595
 
3320
3596
 
3321
3597
  <td class="type">
3322
3598
 
3323
3599
 
3324
- <span class="param-type">String</span>
3600
+ <span class="param-type">
3601
+
3602
+ String
3603
+
3604
+ </span>
3325
3605
 
3326
3606
 
3327
3607
 
@@ -3342,13 +3622,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3342
3622
 
3343
3623
  <tr class="deep-level-1">
3344
3624
 
3345
- <td class="name" id="method"><code>method</code></td>
3625
+ <td class="name"><code>method</code></td>
3346
3626
 
3347
3627
 
3348
3628
  <td class="type">
3349
3629
 
3350
3630
 
3351
- <span class="param-type">String</span>
3631
+ <span class="param-type">
3632
+
3633
+ String
3634
+
3635
+ </span>
3352
3636
 
3353
3637
 
3354
3638
 
@@ -3371,13 +3655,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3371
3655
 
3372
3656
  <tr class="deep-level-1">
3373
3657
 
3374
- <td class="name" id="success"><code>success</code></td>
3658
+ <td class="name"><code>success</code></td>
3375
3659
 
3376
3660
 
3377
3661
  <td class="type">
3378
3662
 
3379
3663
 
3380
- <span class="param-type">function</span>
3664
+ <span class="param-type">
3665
+
3666
+ function
3667
+
3668
+ </span>
3381
3669
 
3382
3670
 
3383
3671
 
@@ -3398,13 +3686,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3398
3686
 
3399
3687
  <tr class="deep-level-1">
3400
3688
 
3401
- <td class="name" id="failure"><code>failure</code></td>
3689
+ <td class="name"><code>failure</code></td>
3402
3690
 
3403
3691
 
3404
3692
  <td class="type">
3405
3693
 
3406
3694
 
3407
- <span class="param-type">function</span>
3695
+ <span class="param-type">
3696
+
3697
+ function
3698
+
3699
+ </span>
3408
3700
 
3409
3701
 
3410
3702
 
@@ -3503,7 +3795,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3503
3795
  <div class='column is-5 has-text-left'>
3504
3796
  <label>类型: </label>
3505
3797
 
3506
- <span class="param-type">Promise.&lt;String></span>
3798
+ <span class="param-type">
3799
+
3800
+ Promise.&lt;String>
3801
+
3802
+ </span>
3507
3803
 
3508
3804
 
3509
3805
 
@@ -3589,13 +3885,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3589
3885
 
3590
3886
  <tr class="deep-level-0">
3591
3887
 
3592
- <td class="name" id="options"><code>options</code></td>
3888
+ <td class="name"><code>options</code></td>
3593
3889
 
3594
3890
 
3595
3891
  <td class="type">
3596
3892
 
3597
3893
 
3598
- <span class="param-type">Object</span>
3894
+ <span class="param-type">
3895
+
3896
+ Object
3897
+
3898
+ </span>
3599
3899
 
3600
3900
 
3601
3901
 
@@ -3616,13 +3916,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3616
3916
 
3617
3917
  <tr class="deep-level-1">
3618
3918
 
3619
- <td class="name" id="taskId"><code>taskId</code></td>
3919
+ <td class="name"><code>taskId</code></td>
3620
3920
 
3621
3921
 
3622
3922
  <td class="type">
3623
3923
 
3624
3924
 
3625
- <span class="param-type">String</span>
3925
+ <span class="param-type">
3926
+
3927
+ String
3928
+
3929
+ </span>
3626
3930
 
3627
3931
 
3628
3932
 
@@ -3643,13 +3947,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3643
3947
 
3644
3948
  <tr class="deep-level-1">
3645
3949
 
3646
- <td class="name" id="headers"><code>headers</code></td>
3950
+ <td class="name"><code>headers</code></td>
3647
3951
 
3648
3952
 
3649
3953
  <td class="type">
3650
3954
 
3651
3955
 
3652
- <span class="param-type">String</span>
3956
+ <span class="param-type">
3957
+
3958
+ String
3959
+
3960
+ </span>
3653
3961
 
3654
3962
 
3655
3963
 
@@ -3670,13 +3978,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3670
3978
 
3671
3979
  <tr class="deep-level-1">
3672
3980
 
3673
- <td class="name" id="method"><code>method</code></td>
3981
+ <td class="name"><code>method</code></td>
3674
3982
 
3675
3983
 
3676
3984
  <td class="type">
3677
3985
 
3678
3986
 
3679
- <span class="param-type">String</span>
3987
+ <span class="param-type">
3988
+
3989
+ String
3990
+
3991
+ </span>
3680
3992
 
3681
3993
 
3682
3994
 
@@ -3699,13 +4011,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3699
4011
 
3700
4012
  <tr class="deep-level-1">
3701
4013
 
3702
- <td class="name" id="success"><code>success</code></td>
4014
+ <td class="name"><code>success</code></td>
3703
4015
 
3704
4016
 
3705
4017
  <td class="type">
3706
4018
 
3707
4019
 
3708
- <span class="param-type">function</span>
4020
+ <span class="param-type">
4021
+
4022
+ function
4023
+
4024
+ </span>
3709
4025
 
3710
4026
 
3711
4027
 
@@ -3726,13 +4042,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3726
4042
 
3727
4043
  <tr class="deep-level-1">
3728
4044
 
3729
- <td class="name" id="failure"><code>failure</code></td>
4045
+ <td class="name"><code>failure</code></td>
3730
4046
 
3731
4047
 
3732
4048
  <td class="type">
3733
4049
 
3734
4050
 
3735
- <span class="param-type">function</span>
4051
+ <span class="param-type">
4052
+
4053
+ function
4054
+
4055
+ </span>
3736
4056
 
3737
4057
 
3738
4058
 
@@ -3831,7 +4151,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3831
4151
  <div class='column is-5 has-text-left'>
3832
4152
  <label>类型: </label>
3833
4153
 
3834
- <span class="param-type">Promise.&lt;String></span>
4154
+ <span class="param-type">
4155
+
4156
+ Promise.&lt;String>
4157
+
4158
+ </span>
3835
4159
 
3836
4160
 
3837
4161
 
@@ -3917,13 +4241,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3917
4241
 
3918
4242
  <tr class="deep-level-0">
3919
4243
 
3920
- <td class="name" id="options"><code>options</code></td>
4244
+ <td class="name"><code>options</code></td>
3921
4245
 
3922
4246
 
3923
4247
  <td class="type">
3924
4248
 
3925
4249
 
3926
- <span class="param-type">Object</span>
4250
+ <span class="param-type">
4251
+
4252
+ Object
4253
+
4254
+ </span>
3927
4255
 
3928
4256
 
3929
4257
 
@@ -3944,13 +4272,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3944
4272
 
3945
4273
  <tr class="deep-level-1">
3946
4274
 
3947
- <td class="name" id="headers"><code>headers</code></td>
4275
+ <td class="name"><code>headers</code></td>
3948
4276
 
3949
4277
 
3950
4278
  <td class="type">
3951
4279
 
3952
4280
 
3953
- <span class="param-type">String</span>
4281
+ <span class="param-type">
4282
+
4283
+ String
4284
+
4285
+ </span>
3954
4286
 
3955
4287
 
3956
4288
 
@@ -3971,13 +4303,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3971
4303
 
3972
4304
  <tr class="deep-level-1">
3973
4305
 
3974
- <td class="name" id="method"><code>method</code></td>
4306
+ <td class="name"><code>method</code></td>
3975
4307
 
3976
4308
 
3977
4309
  <td class="type">
3978
4310
 
3979
4311
 
3980
- <span class="param-type">String</span>
4312
+ <span class="param-type">
4313
+
4314
+ String
4315
+
4316
+ </span>
3981
4317
 
3982
4318
 
3983
4319
 
@@ -4000,13 +4336,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4000
4336
 
4001
4337
  <tr class="deep-level-1">
4002
4338
 
4003
- <td class="name" id="success"><code>success</code></td>
4339
+ <td class="name"><code>success</code></td>
4004
4340
 
4005
4341
 
4006
4342
  <td class="type">
4007
4343
 
4008
4344
 
4009
- <span class="param-type">function</span>
4345
+ <span class="param-type">
4346
+
4347
+ function
4348
+
4349
+ </span>
4010
4350
 
4011
4351
 
4012
4352
 
@@ -4027,13 +4367,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4027
4367
 
4028
4368
  <tr class="deep-level-1">
4029
4369
 
4030
- <td class="name" id="failure"><code>failure</code></td>
4370
+ <td class="name"><code>failure</code></td>
4031
4371
 
4032
4372
 
4033
4373
  <td class="type">
4034
4374
 
4035
4375
 
4036
- <span class="param-type">function</span>
4376
+ <span class="param-type">
4377
+
4378
+ function
4379
+
4380
+ </span>
4037
4381
 
4038
4382
 
4039
4383
 
@@ -4139,7 +4483,11 @@ console.log(&quot;submit: &quot;, res);
4139
4483
  <div class='column is-5 has-text-left'>
4140
4484
  <label>类型: </label>
4141
4485
 
4142
- <span class="param-type">Promise.&lt;String></span>
4486
+ <span class="param-type">
4487
+
4488
+ Promise.&lt;String>
4489
+
4490
+ </span>
4143
4491
 
4144
4492
 
4145
4493