@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="desInfo"><code>desInfo</code></td>
182
+ <td class="name"><code>desInfo</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
173
193
 
174
194
 
175
195
 
@@ -186,13 +206,17 @@
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="attOptType"><code>attOptType</code></td>
209
+ <td class="name"><code>attOptType</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
218
+
219
+ </span>
196
220
 
197
221
 
198
222
 
@@ -209,13 +233,17 @@
209
233
 
210
234
  <tr class="deep-level-1">
211
235
 
212
- <td class="name" id="infoOptType"><code>infoOptType</code></td>
236
+ <td class="name"><code>infoOptType</code></td>
213
237
 
214
238
 
215
239
  <td class="type">
216
240
 
217
241
 
218
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
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="overType"><code>overType</code></td>
263
+ <td class="name"><code>overType</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="radius"><code>radius</code></td>
290
+ <td class="name"><code>radius</code></td>
259
291
 
260
292
 
261
293
  <td class="type">
262
294
 
263
295
 
264
- <span class="param-type">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="src1AttFilter"><code>src1AttFilter</code></td>
317
+ <td class="name"><code>src1AttFilter</code></td>
282
318
 
283
319
 
284
320
  <td class="type">
285
321
 
286
322
 
287
- <span class="param-type">Boolean</span>
323
+ <span class="param-type">
324
+
325
+ Boolean
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="isCreateDesCls"><code>isCreateDesCls</code></td>
344
+ <td class="name"><code>isCreateDesCls</code></td>
305
345
 
306
346
 
307
347
  <td class="type">
308
348
 
309
349
 
310
- <span class="param-type">Boolean</span>
350
+ <span class="param-type">
351
+
352
+ Boolean
353
+
354
+ </span>
311
355
 
312
356
 
313
357
 
@@ -464,7 +508,11 @@
464
508
  <td class="name">
465
509
  <code>
466
510
 
467
- <span class="param-type">Number</span>
511
+ <span class="param-type">
512
+
513
+ Number
514
+
515
+ </span>
468
516
 
469
517
 
470
518
 
@@ -478,7 +526,11 @@
478
526
  <td class="name">
479
527
  <code>
480
528
 
481
- <span class="param-type">Boolean</span>
529
+ <span class="param-type">
530
+
531
+ Boolean
532
+
533
+ </span>
482
534
 
483
535
 
484
536
 
@@ -492,7 +544,11 @@
492
544
  <td class="name">
493
545
  <code>
494
546
 
495
- <span class="param-type">String</span>
547
+ <span class="param-type">
548
+
549
+ String
550
+
551
+ </span>
496
552
 
497
553
 
498
554
 
@@ -506,7 +562,11 @@
506
562
  <td class="name">
507
563
  <code>
508
564
 
509
- <span class="param-type">String</span>
565
+ <span class="param-type">
566
+
567
+ String
568
+
569
+ </span>
510
570
 
511
571
 
512
572
 
@@ -520,7 +580,11 @@
520
580
  <td class="name">
521
581
  <code>
522
582
 
523
- <span class="param-type">Boolean</span>
583
+ <span class="param-type">
584
+
585
+ Boolean
586
+
587
+ </span>
524
588
 
525
589
 
526
590
 
@@ -534,7 +598,11 @@
534
598
  <td class="name">
535
599
  <code>
536
600
 
537
- <span class="param-type">Number</span>
601
+ <span class="param-type">
602
+
603
+ Number
604
+
605
+ </span>
538
606
 
539
607
 
540
608
 
@@ -548,7 +616,11 @@
548
616
  <td class="name">
549
617
  <code>
550
618
 
551
- <span class="param-type">String</span>
619
+ <span class="param-type">
620
+
621
+ String
622
+
623
+ </span>
552
624
 
553
625
 
554
626
 
@@ -562,7 +634,11 @@
562
634
  <td class="name">
563
635
  <code>
564
636
 
565
- <span class="param-type">String</span>
637
+ <span class="param-type">
638
+
639
+ String
640
+
641
+ </span>
566
642
 
567
643
 
568
644
 
@@ -576,7 +652,11 @@
576
652
  <td class="name">
577
653
  <code>
578
654
 
579
- <span class="param-type">Number</span>
655
+ <span class="param-type">
656
+
657
+ Number
658
+
659
+ </span>
580
660
 
581
661
 
582
662
 
@@ -590,7 +670,11 @@
590
670
  <td class="name">
591
671
  <code>
592
672
 
593
- <span class="param-type">Boolean</span>
673
+ <span class="param-type">
674
+
675
+ Boolean
676
+
677
+ </span>
594
678
 
595
679
 
596
680
 
@@ -604,7 +688,11 @@
604
688
  <td class="name">
605
689
  <code>
606
690
 
607
- <span class="param-type">Number</span>
691
+ <span class="param-type">
692
+
693
+ Number
694
+
695
+ </span>
608
696
 
609
697
 
610
698
 
@@ -618,7 +706,11 @@
618
706
  <td class="name">
619
707
  <code>
620
708
 
621
- <span class="param-type">Number</span>
709
+ <span class="param-type">
710
+
711
+ Number
712
+
713
+ </span>
622
714
 
623
715
 
624
716
 
@@ -632,7 +724,11 @@
632
724
  <td class="name">
633
725
  <code>
634
726
 
635
- <span class="param-type">function</span>
727
+ <span class="param-type">
728
+
729
+ function
730
+
731
+ </span>
636
732
 
637
733
 
638
734
 
@@ -646,7 +742,11 @@
646
742
  <td class="name">
647
743
  <code>
648
744
 
649
- <span class="param-type">String</span>
745
+ <span class="param-type">
746
+
747
+ String
748
+
749
+ </span>
650
750
 
651
751
 
652
752
 
@@ -660,7 +760,11 @@
660
760
  <td class="name">
661
761
  <code>
662
762
 
663
- <span class="param-type">function</span>
763
+ <span class="param-type">
764
+
765
+ function
766
+
767
+ </span>
664
768
 
665
769
 
666
770
 
@@ -674,7 +778,11 @@
674
778
  <td class="name">
675
779
  <code>
676
780
 
677
- <span class="param-type">Boolean</span>
781
+ <span class="param-type">
782
+
783
+ Boolean
784
+
785
+ </span>
678
786
 
679
787
 
680
788
 
@@ -688,7 +796,11 @@
688
796
  <td class="name">
689
797
  <code>
690
798
 
691
- <span class="param-type">String</span>
799
+ <span class="param-type">
800
+
801
+ String
802
+
803
+ </span>
692
804
 
693
805
 
694
806
 
@@ -702,7 +814,11 @@
702
814
  <td class="name">
703
815
  <code>
704
816
 
705
- <span class="param-type">String</span>
817
+ <span class="param-type">
818
+
819
+ String
820
+
821
+ </span>
706
822
 
707
823
 
708
824
 
@@ -716,7 +832,11 @@
716
832
  <td class="name">
717
833
  <code>
718
834
 
719
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
835
+ <span class="param-type">
836
+
837
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
838
+
839
+ </span>
720
840
 
721
841
 
722
842
 
@@ -730,7 +850,11 @@
730
850
  <td class="name">
731
851
  <code>
732
852
 
733
- <span class="param-type">String</span>
853
+ <span class="param-type">
854
+
855
+ String
856
+
857
+ </span>
734
858
 
735
859
 
736
860
 
@@ -744,7 +868,11 @@
744
868
  <td class="name">
745
869
  <code>
746
870
 
747
- <span class="param-type">String</span>
871
+ <span class="param-type">
872
+
873
+ String
874
+
875
+ </span>
748
876
 
749
877
 
750
878
 
@@ -758,7 +886,11 @@
758
886
  <td class="name">
759
887
  <code>
760
888
 
761
- <span class="param-type">String</span>
889
+ <span class="param-type">
890
+
891
+ String
892
+
893
+ </span>
762
894
 
763
895
 
764
896
 
@@ -778,7 +910,11 @@
778
910
  <span class="method-parameter is-pulled-right">
779
911
  <label>类型:</label>
780
912
 
781
- <span class="param-type">Number</span>
913
+ <span class="param-type">
914
+
915
+ Number
916
+
917
+ </span>
782
918
 
783
919
 
784
920
 
@@ -849,7 +985,11 @@
849
985
  <span class="method-parameter is-pulled-right">
850
986
  <label>类型:</label>
851
987
 
852
- <span class="param-type">Boolean</span>
988
+ <span class="param-type">
989
+
990
+ Boolean
991
+
992
+ </span>
853
993
 
854
994
 
855
995
 
@@ -925,7 +1065,11 @@
925
1065
  <span class="method-parameter is-pulled-right">
926
1066
  <label>类型:</label>
927
1067
 
928
- <span class="param-type">String</span>
1068
+ <span class="param-type">
1069
+
1070
+ String
1071
+
1072
+ </span>
929
1073
 
930
1074
 
931
1075
 
@@ -1000,7 +1144,11 @@
1000
1144
  <span class="method-parameter is-pulled-right">
1001
1145
  <label>类型:</label>
1002
1146
 
1003
- <span class="param-type">String</span>
1147
+ <span class="param-type">
1148
+
1149
+ String
1150
+
1151
+ </span>
1004
1152
 
1005
1153
 
1006
1154
 
@@ -1071,7 +1219,11 @@
1071
1219
  <span class="method-parameter is-pulled-right">
1072
1220
  <label>类型:</label>
1073
1221
 
1074
- <span class="param-type">Boolean</span>
1222
+ <span class="param-type">
1223
+
1224
+ Boolean
1225
+
1226
+ </span>
1075
1227
 
1076
1228
 
1077
1229
 
@@ -1168,7 +1320,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1168
1320
  <span class="method-parameter is-pulled-right">
1169
1321
  <label>类型:</label>
1170
1322
 
1171
- <span class="param-type">Number</span>
1323
+ <span class="param-type">
1324
+
1325
+ Number
1326
+
1327
+ </span>
1172
1328
 
1173
1329
 
1174
1330
 
@@ -1243,7 +1399,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1243
1399
  <span class="method-parameter is-pulled-right">
1244
1400
  <label>类型:</label>
1245
1401
 
1246
- <span class="param-type">String</span>
1402
+ <span class="param-type">
1403
+
1404
+ String
1405
+
1406
+ </span>
1247
1407
 
1248
1408
 
1249
1409
 
@@ -1318,7 +1478,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1318
1478
  <span class="method-parameter is-pulled-right">
1319
1479
  <label>类型:</label>
1320
1480
 
1321
- <span class="param-type">String</span>
1481
+ <span class="param-type">
1482
+
1483
+ String
1484
+
1485
+ </span>
1322
1486
 
1323
1487
 
1324
1488
 
@@ -1416,7 +1580,11 @@ BaseServer.headers.token = '新token';</code></pre>
1416
1580
  <span class="method-parameter is-pulled-right">
1417
1581
  <label>类型:</label>
1418
1582
 
1419
- <span class="param-type">Number</span>
1583
+ <span class="param-type">
1584
+
1585
+ Number
1586
+
1587
+ </span>
1420
1588
 
1421
1589
 
1422
1590
 
@@ -1487,7 +1655,11 @@ BaseServer.headers.token = '新token';</code></pre>
1487
1655
  <span class="method-parameter is-pulled-right">
1488
1656
  <label>类型:</label>
1489
1657
 
1490
- <span class="param-type">Boolean</span>
1658
+ <span class="param-type">
1659
+
1660
+ Boolean
1661
+
1662
+ </span>
1491
1663
 
1492
1664
 
1493
1665
 
@@ -1558,7 +1730,11 @@ BaseServer.headers.token = '新token';</code></pre>
1558
1730
  <span class="method-parameter is-pulled-right">
1559
1731
  <label>类型:</label>
1560
1732
 
1561
- <span class="param-type">Number</span>
1733
+ <span class="param-type">
1734
+
1735
+ Number
1736
+
1737
+ </span>
1562
1738
 
1563
1739
 
1564
1740
 
@@ -1629,7 +1805,11 @@ BaseServer.headers.token = '新token';</code></pre>
1629
1805
  <span class="method-parameter is-pulled-right">
1630
1806
  <label>类型:</label>
1631
1807
 
1632
- <span class="param-type">Number</span>
1808
+ <span class="param-type">
1809
+
1810
+ Number
1811
+
1812
+ </span>
1633
1813
 
1634
1814
 
1635
1815
 
@@ -1700,7 +1880,11 @@ BaseServer.headers.token = '新token';</code></pre>
1700
1880
  <span class="method-parameter is-pulled-right">
1701
1881
  <label>类型:</label>
1702
1882
 
1703
- <span class="param-type">function</span>
1883
+ <span class="param-type">
1884
+
1885
+ function
1886
+
1887
+ </span>
1704
1888
 
1705
1889
 
1706
1890
 
@@ -1804,7 +1988,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1804
1988
  <span class="method-parameter is-pulled-right">
1805
1989
  <label>类型:</label>
1806
1990
 
1807
- <span class="param-type">String</span>
1991
+ <span class="param-type">
1992
+
1993
+ String
1994
+
1995
+ </span>
1808
1996
 
1809
1997
 
1810
1998
 
@@ -1898,7 +2086,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1898
2086
  <span class="method-parameter is-pulled-right">
1899
2087
  <label>类型:</label>
1900
2088
 
1901
- <span class="param-type">function</span>
2089
+ <span class="param-type">
2090
+
2091
+ function
2092
+
2093
+ </span>
1902
2094
 
1903
2095
 
1904
2096
 
@@ -2004,7 +2196,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2004
2196
  <span class="method-parameter is-pulled-right">
2005
2197
  <label>类型:</label>
2006
2198
 
2007
- <span class="param-type">Boolean</span>
2199
+ <span class="param-type">
2200
+
2201
+ Boolean
2202
+
2203
+ </span>
2008
2204
 
2009
2205
 
2010
2206
 
@@ -2075,7 +2271,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2075
2271
  <span class="method-parameter is-pulled-right">
2076
2272
  <label>类型:</label>
2077
2273
 
2078
- <span class="param-type">String</span>
2274
+ <span class="param-type">
2275
+
2276
+ String
2277
+
2278
+ </span>
2079
2279
 
2080
2280
 
2081
2281
 
@@ -2146,7 +2346,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2146
2346
  <span class="method-parameter is-pulled-right">
2147
2347
  <label>类型:</label>
2148
2348
 
2149
- <span class="param-type">String</span>
2349
+ <span class="param-type">
2350
+
2351
+ String
2352
+
2353
+ </span>
2150
2354
 
2151
2355
 
2152
2356
 
@@ -2217,7 +2421,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2217
2421
  <span class="method-parameter is-pulled-right">
2218
2422
  <label>类型:</label>
2219
2423
 
2220
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2424
+ <span class="param-type">
2425
+
2426
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2427
+
2428
+ </span>
2221
2429
 
2222
2430
 
2223
2431
 
@@ -2315,7 +2523,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2315
2523
  <span class="method-parameter is-pulled-right">
2316
2524
  <label>类型:</label>
2317
2525
 
2318
- <span class="param-type">String</span>
2526
+ <span class="param-type">
2527
+
2528
+ String
2529
+
2530
+ </span>
2319
2531
 
2320
2532
 
2321
2533
 
@@ -2408,7 +2620,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2408
2620
  <span class="method-parameter is-pulled-right">
2409
2621
  <label>类型:</label>
2410
2622
 
2411
- <span class="param-type">String</span>
2623
+ <span class="param-type">
2624
+
2625
+ String
2626
+
2627
+ </span>
2412
2628
 
2413
2629
 
2414
2630
 
@@ -2501,7 +2717,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2501
2717
  <span class="method-parameter is-pulled-right">
2502
2718
  <label>类型:</label>
2503
2719
 
2504
- <span class="param-type">String</span>
2720
+ <span class="param-type">
2721
+
2722
+ String
2723
+
2724
+ </span>
2505
2725
 
2506
2726
 
2507
2727
 
@@ -2598,7 +2818,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2598
2818
  <code>
2599
2819
 
2600
2820
 
2601
- <span class="param-type">Promise.&lt;Object></span>
2821
+ <span class="param-type">
2822
+
2823
+ Promise.&lt;Object>
2824
+
2825
+ </span>
2602
2826
 
2603
2827
 
2604
2828
 
@@ -2624,7 +2848,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2624
2848
  <code>
2625
2849
 
2626
2850
 
2627
- <span class="param-type">Promise.&lt;String></span>
2851
+ <span class="param-type">
2852
+
2853
+ Promise.&lt;String>
2854
+
2855
+ </span>
2628
2856
 
2629
2857
 
2630
2858
 
@@ -2640,7 +2868,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2640
2868
  <code>
2641
2869
 
2642
2870
 
2643
- <span class="param-type">Promise.&lt;String></span>
2871
+ <span class="param-type">
2872
+
2873
+ Promise.&lt;String>
2874
+
2875
+ </span>
2644
2876
 
2645
2877
 
2646
2878
 
@@ -2656,7 +2888,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2656
2888
  <code>
2657
2889
 
2658
2890
 
2659
- <span class="param-type">Promise.&lt;String></span>
2891
+ <span class="param-type">
2892
+
2893
+ Promise.&lt;String>
2894
+
2895
+ </span>
2660
2896
 
2661
2897
 
2662
2898
 
@@ -2726,13 +2962,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2726
2962
 
2727
2963
  <tr class="deep-level-0">
2728
2964
 
2729
- <td class="name" id="options"><code>options</code></td>
2965
+ <td class="name"><code>options</code></td>
2730
2966
 
2731
2967
 
2732
2968
  <td class="type">
2733
2969
 
2734
2970
 
2735
- <span class="param-type">Object</span>
2971
+ <span class="param-type">
2972
+
2973
+ Object
2974
+
2975
+ </span>
2736
2976
 
2737
2977
 
2738
2978
 
@@ -2753,13 +2993,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2753
2993
 
2754
2994
  <tr class="deep-level-1">
2755
2995
 
2756
- <td class="name" id="headers"><code>headers</code></td>
2996
+ <td class="name"><code>headers</code></td>
2757
2997
 
2758
2998
 
2759
2999
  <td class="type">
2760
3000
 
2761
3001
 
2762
- <span class="param-type">String</span>
3002
+ <span class="param-type">
3003
+
3004
+ String
3005
+
3006
+ </span>
2763
3007
 
2764
3008
 
2765
3009
 
@@ -2780,13 +3024,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2780
3024
 
2781
3025
  <tr class="deep-level-1">
2782
3026
 
2783
- <td class="name" id="method"><code>method</code></td>
3027
+ <td class="name"><code>method</code></td>
2784
3028
 
2785
3029
 
2786
3030
  <td class="type">
2787
3031
 
2788
3032
 
2789
- <span class="param-type">String</span>
3033
+ <span class="param-type">
3034
+
3035
+ String
3036
+
3037
+ </span>
2790
3038
 
2791
3039
 
2792
3040
 
@@ -2809,13 +3057,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2809
3057
 
2810
3058
  <tr class="deep-level-1">
2811
3059
 
2812
- <td class="name" id="success"><code>success</code></td>
3060
+ <td class="name"><code>success</code></td>
2813
3061
 
2814
3062
 
2815
3063
  <td class="type">
2816
3064
 
2817
3065
 
2818
- <span class="param-type">function</span>
3066
+ <span class="param-type">
3067
+
3068
+ function
3069
+
3070
+ </span>
2819
3071
 
2820
3072
 
2821
3073
 
@@ -2836,13 +3088,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2836
3088
 
2837
3089
  <tr class="deep-level-1">
2838
3090
 
2839
- <td class="name" id="failure"><code>failure</code></td>
3091
+ <td class="name"><code>failure</code></td>
2840
3092
 
2841
3093
 
2842
3094
  <td class="type">
2843
3095
 
2844
3096
 
2845
- <span class="param-type">function</span>
3097
+ <span class="param-type">
3098
+
3099
+ function
3100
+
3101
+ </span>
2846
3102
 
2847
3103
 
2848
3104
 
@@ -2941,7 +3197,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2941
3197
  <div class='column is-5 has-text-left'>
2942
3198
  <label>类型: </label>
2943
3199
 
2944
- <span class="param-type">Promise.&lt;Object></span>
3200
+ <span class="param-type">
3201
+
3202
+ Promise.&lt;Object>
3203
+
3204
+ </span>
2945
3205
 
2946
3206
 
2947
3207
 
@@ -3027,7 +3287,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3027
3287
 
3028
3288
  <tr class="deep-level-0">
3029
3289
 
3030
- <td class="name" id="options"><code>options</code></td>
3290
+ <td class="name"><code>options</code></td>
3031
3291
 
3032
3292
 
3033
3293
  <td class="type">
@@ -3048,13 +3308,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3048
3308
 
3049
3309
  <tr class="deep-level-1">
3050
3310
 
3051
- <td class="name" id="success"><code>success</code></td>
3311
+ <td class="name"><code>success</code></td>
3052
3312
 
3053
3313
 
3054
3314
  <td class="type">
3055
3315
 
3056
3316
 
3057
- <span class="param-type">function</span>
3317
+ <span class="param-type">
3318
+
3319
+ function
3320
+
3321
+ </span>
3058
3322
 
3059
3323
 
3060
3324
 
@@ -3077,13 +3341,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3077
3341
 
3078
3342
  <tr class="deep-level-1">
3079
3343
 
3080
- <td class="name" id="failure"><code>failure</code></td>
3344
+ <td class="name"><code>failure</code></td>
3081
3345
 
3082
3346
 
3083
3347
  <td class="type">
3084
3348
 
3085
3349
 
3086
- <span class="param-type">function</span>
3350
+ <span class="param-type">
3351
+
3352
+ function
3353
+
3354
+ </span>
3087
3355
 
3088
3356
 
3089
3357
 
@@ -3262,13 +3530,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3262
3530
 
3263
3531
  <tr class="deep-level-0">
3264
3532
 
3265
- <td class="name" id="options"><code>options</code></td>
3533
+ <td class="name"><code>options</code></td>
3266
3534
 
3267
3535
 
3268
3536
  <td class="type">
3269
3537
 
3270
3538
 
3271
- <span class="param-type">Object</span>
3539
+ <span class="param-type">
3540
+
3541
+ Object
3542
+
3543
+ </span>
3272
3544
 
3273
3545
 
3274
3546
 
@@ -3289,13 +3561,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3289
3561
 
3290
3562
  <tr class="deep-level-1">
3291
3563
 
3292
- <td class="name" id="taskId"><code>taskId</code></td>
3564
+ <td class="name"><code>taskId</code></td>
3293
3565
 
3294
3566
 
3295
3567
  <td class="type">
3296
3568
 
3297
3569
 
3298
- <span class="param-type">String</span>
3570
+ <span class="param-type">
3571
+
3572
+ String
3573
+
3574
+ </span>
3299
3575
 
3300
3576
 
3301
3577
 
@@ -3316,13 +3592,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3316
3592
 
3317
3593
  <tr class="deep-level-1">
3318
3594
 
3319
- <td class="name" id="headers"><code>headers</code></td>
3595
+ <td class="name"><code>headers</code></td>
3320
3596
 
3321
3597
 
3322
3598
  <td class="type">
3323
3599
 
3324
3600
 
3325
- <span class="param-type">String</span>
3601
+ <span class="param-type">
3602
+
3603
+ String
3604
+
3605
+ </span>
3326
3606
 
3327
3607
 
3328
3608
 
@@ -3343,13 +3623,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3343
3623
 
3344
3624
  <tr class="deep-level-1">
3345
3625
 
3346
- <td class="name" id="method"><code>method</code></td>
3626
+ <td class="name"><code>method</code></td>
3347
3627
 
3348
3628
 
3349
3629
  <td class="type">
3350
3630
 
3351
3631
 
3352
- <span class="param-type">String</span>
3632
+ <span class="param-type">
3633
+
3634
+ String
3635
+
3636
+ </span>
3353
3637
 
3354
3638
 
3355
3639
 
@@ -3372,13 +3656,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3372
3656
 
3373
3657
  <tr class="deep-level-1">
3374
3658
 
3375
- <td class="name" id="success"><code>success</code></td>
3659
+ <td class="name"><code>success</code></td>
3376
3660
 
3377
3661
 
3378
3662
  <td class="type">
3379
3663
 
3380
3664
 
3381
- <span class="param-type">function</span>
3665
+ <span class="param-type">
3666
+
3667
+ function
3668
+
3669
+ </span>
3382
3670
 
3383
3671
 
3384
3672
 
@@ -3399,13 +3687,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3399
3687
 
3400
3688
  <tr class="deep-level-1">
3401
3689
 
3402
- <td class="name" id="failure"><code>failure</code></td>
3690
+ <td class="name"><code>failure</code></td>
3403
3691
 
3404
3692
 
3405
3693
  <td class="type">
3406
3694
 
3407
3695
 
3408
- <span class="param-type">function</span>
3696
+ <span class="param-type">
3697
+
3698
+ function
3699
+
3700
+ </span>
3409
3701
 
3410
3702
 
3411
3703
 
@@ -3504,7 +3796,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3504
3796
  <div class='column is-5 has-text-left'>
3505
3797
  <label>类型: </label>
3506
3798
 
3507
- <span class="param-type">Promise.&lt;String></span>
3799
+ <span class="param-type">
3800
+
3801
+ Promise.&lt;String>
3802
+
3803
+ </span>
3508
3804
 
3509
3805
 
3510
3806
 
@@ -3590,13 +3886,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3590
3886
 
3591
3887
  <tr class="deep-level-0">
3592
3888
 
3593
- <td class="name" id="options"><code>options</code></td>
3889
+ <td class="name"><code>options</code></td>
3594
3890
 
3595
3891
 
3596
3892
  <td class="type">
3597
3893
 
3598
3894
 
3599
- <span class="param-type">Object</span>
3895
+ <span class="param-type">
3896
+
3897
+ Object
3898
+
3899
+ </span>
3600
3900
 
3601
3901
 
3602
3902
 
@@ -3617,13 +3917,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3617
3917
 
3618
3918
  <tr class="deep-level-1">
3619
3919
 
3620
- <td class="name" id="taskId"><code>taskId</code></td>
3920
+ <td class="name"><code>taskId</code></td>
3621
3921
 
3622
3922
 
3623
3923
  <td class="type">
3624
3924
 
3625
3925
 
3626
- <span class="param-type">String</span>
3926
+ <span class="param-type">
3927
+
3928
+ String
3929
+
3930
+ </span>
3627
3931
 
3628
3932
 
3629
3933
 
@@ -3644,13 +3948,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3644
3948
 
3645
3949
  <tr class="deep-level-1">
3646
3950
 
3647
- <td class="name" id="headers"><code>headers</code></td>
3951
+ <td class="name"><code>headers</code></td>
3648
3952
 
3649
3953
 
3650
3954
  <td class="type">
3651
3955
 
3652
3956
 
3653
- <span class="param-type">String</span>
3957
+ <span class="param-type">
3958
+
3959
+ String
3960
+
3961
+ </span>
3654
3962
 
3655
3963
 
3656
3964
 
@@ -3671,13 +3979,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3671
3979
 
3672
3980
  <tr class="deep-level-1">
3673
3981
 
3674
- <td class="name" id="method"><code>method</code></td>
3982
+ <td class="name"><code>method</code></td>
3675
3983
 
3676
3984
 
3677
3985
  <td class="type">
3678
3986
 
3679
3987
 
3680
- <span class="param-type">String</span>
3988
+ <span class="param-type">
3989
+
3990
+ String
3991
+
3992
+ </span>
3681
3993
 
3682
3994
 
3683
3995
 
@@ -3700,13 +4012,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3700
4012
 
3701
4013
  <tr class="deep-level-1">
3702
4014
 
3703
- <td class="name" id="success"><code>success</code></td>
4015
+ <td class="name"><code>success</code></td>
3704
4016
 
3705
4017
 
3706
4018
  <td class="type">
3707
4019
 
3708
4020
 
3709
- <span class="param-type">function</span>
4021
+ <span class="param-type">
4022
+
4023
+ function
4024
+
4025
+ </span>
3710
4026
 
3711
4027
 
3712
4028
 
@@ -3727,13 +4043,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3727
4043
 
3728
4044
  <tr class="deep-level-1">
3729
4045
 
3730
- <td class="name" id="failure"><code>failure</code></td>
4046
+ <td class="name"><code>failure</code></td>
3731
4047
 
3732
4048
 
3733
4049
  <td class="type">
3734
4050
 
3735
4051
 
3736
- <span class="param-type">function</span>
4052
+ <span class="param-type">
4053
+
4054
+ function
4055
+
4056
+ </span>
3737
4057
 
3738
4058
 
3739
4059
 
@@ -3832,7 +4152,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3832
4152
  <div class='column is-5 has-text-left'>
3833
4153
  <label>类型: </label>
3834
4154
 
3835
- <span class="param-type">Promise.&lt;String></span>
4155
+ <span class="param-type">
4156
+
4157
+ Promise.&lt;String>
4158
+
4159
+ </span>
3836
4160
 
3837
4161
 
3838
4162
 
@@ -3918,13 +4242,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3918
4242
 
3919
4243
  <tr class="deep-level-0">
3920
4244
 
3921
- <td class="name" id="options"><code>options</code></td>
4245
+ <td class="name"><code>options</code></td>
3922
4246
 
3923
4247
 
3924
4248
  <td class="type">
3925
4249
 
3926
4250
 
3927
- <span class="param-type">Object</span>
4251
+ <span class="param-type">
4252
+
4253
+ Object
4254
+
4255
+ </span>
3928
4256
 
3929
4257
 
3930
4258
 
@@ -3945,13 +4273,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3945
4273
 
3946
4274
  <tr class="deep-level-1">
3947
4275
 
3948
- <td class="name" id="headers"><code>headers</code></td>
4276
+ <td class="name"><code>headers</code></td>
3949
4277
 
3950
4278
 
3951
4279
  <td class="type">
3952
4280
 
3953
4281
 
3954
- <span class="param-type">String</span>
4282
+ <span class="param-type">
4283
+
4284
+ String
4285
+
4286
+ </span>
3955
4287
 
3956
4288
 
3957
4289
 
@@ -3972,13 +4304,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3972
4304
 
3973
4305
  <tr class="deep-level-1">
3974
4306
 
3975
- <td class="name" id="method"><code>method</code></td>
4307
+ <td class="name"><code>method</code></td>
3976
4308
 
3977
4309
 
3978
4310
  <td class="type">
3979
4311
 
3980
4312
 
3981
- <span class="param-type">String</span>
4313
+ <span class="param-type">
4314
+
4315
+ String
4316
+
4317
+ </span>
3982
4318
 
3983
4319
 
3984
4320
 
@@ -4001,13 +4337,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4001
4337
 
4002
4338
  <tr class="deep-level-1">
4003
4339
 
4004
- <td class="name" id="success"><code>success</code></td>
4340
+ <td class="name"><code>success</code></td>
4005
4341
 
4006
4342
 
4007
4343
  <td class="type">
4008
4344
 
4009
4345
 
4010
- <span class="param-type">function</span>
4346
+ <span class="param-type">
4347
+
4348
+ function
4349
+
4350
+ </span>
4011
4351
 
4012
4352
 
4013
4353
 
@@ -4028,13 +4368,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4028
4368
 
4029
4369
  <tr class="deep-level-1">
4030
4370
 
4031
- <td class="name" id="failure"><code>failure</code></td>
4371
+ <td class="name"><code>failure</code></td>
4032
4372
 
4033
4373
 
4034
4374
  <td class="type">
4035
4375
 
4036
4376
 
4037
- <span class="param-type">function</span>
4377
+ <span class="param-type">
4378
+
4379
+ function
4380
+
4381
+ </span>
4038
4382
 
4039
4383
 
4040
4384
 
@@ -4140,7 +4484,11 @@ console.log(&quot;submit: &quot;, res);
4140
4484
  <div class='column is-5 has-text-left'>
4141
4485
  <label>类型: </label>
4142
4486
 
4143
- <span class="param-type">Promise.&lt;String></span>
4487
+ <span class="param-type">
4488
+
4489
+ Promise.&lt;String>
4490
+
4491
+ </span>
4144
4492
 
4145
4493
 
4146
4494