@mapgis/webclient-common 17.0.4 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -117,13 +125,17 @@
117
125
 
118
126
  <tr class="deep-level-1">
119
127
 
120
- <td class="name" id="layerURLStr"><code>layerURLStr</code></td>
128
+ <td class="name"><code>layerURLStr</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="imageFilePath"><code>imageFilePath</code></td>
155
+ <td class="name"><code>imageFilePath</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="dpi"><code>dpi</code></td>
182
+ <td class="name"><code>dpi</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">Number</span>
188
+ <span class="param-type">
189
+
190
+ Number
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="colorMode"><code>colorMode</code></td>
209
+ <td class="name"><code>colorMode</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="mapRectStr"><code>mapRectStr</code></td>
236
+ <td class="name"><code>mapRectStr</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="layoutWidth"><code>layoutWidth</code></td>
263
+ <td class="name"><code>layoutWidth</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="layoutHeight"><code>layoutHeight</code></td>
290
+ <td class="name"><code>layoutHeight</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="pageWidth"><code>pageWidth</code></td>
317
+ <td class="name"><code>pageWidth</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="pageHeight"><code>pageHeight</code></td>
344
+ <td class="name"><code>pageHeight</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
 
@@ -324,13 +368,17 @@
324
368
 
325
369
  <tr class="deep-level-1">
326
370
 
327
- <td class="name" id="sOrig"><code>sOrig</code></td>
371
+ <td class="name"><code>sOrig</code></td>
328
372
 
329
373
 
330
374
  <td class="type">
331
375
 
332
376
 
333
- <span class="param-type">Boolean</span>
377
+ <span class="param-type">
378
+
379
+ Boolean
380
+
381
+ </span>
334
382
 
335
383
 
336
384
 
@@ -489,7 +537,11 @@
489
537
  <td class="name">
490
538
  <code>
491
539
 
492
- <span class="param-type">Boolean</span>
540
+ <span class="param-type">
541
+
542
+ Boolean
543
+
544
+ </span>
493
545
 
494
546
 
495
547
 
@@ -503,7 +555,11 @@
503
555
  <td class="name">
504
556
  <code>
505
557
 
506
- <span class="param-type">Number</span>
558
+ <span class="param-type">
559
+
560
+ Number
561
+
562
+ </span>
507
563
 
508
564
 
509
565
 
@@ -517,7 +573,11 @@
517
573
  <td class="name">
518
574
  <code>
519
575
 
520
- <span class="param-type">String</span>
576
+ <span class="param-type">
577
+
578
+ String
579
+
580
+ </span>
521
581
 
522
582
 
523
583
 
@@ -531,7 +591,11 @@
531
591
  <td class="name">
532
592
  <code>
533
593
 
534
- <span class="param-type">Number</span>
594
+ <span class="param-type">
595
+
596
+ Number
597
+
598
+ </span>
535
599
 
536
600
 
537
601
 
@@ -545,7 +609,11 @@
545
609
  <td class="name">
546
610
  <code>
547
611
 
548
- <span class="param-type">Boolean</span>
612
+ <span class="param-type">
613
+
614
+ Boolean
615
+
616
+ </span>
549
617
 
550
618
 
551
619
 
@@ -559,7 +627,11 @@
559
627
  <td class="name">
560
628
  <code>
561
629
 
562
- <span class="param-type">Number</span>
630
+ <span class="param-type">
631
+
632
+ Number
633
+
634
+ </span>
563
635
 
564
636
 
565
637
 
@@ -573,7 +645,11 @@
573
645
  <td class="name">
574
646
  <code>
575
647
 
576
- <span class="param-type">String</span>
648
+ <span class="param-type">
649
+
650
+ String
651
+
652
+ </span>
577
653
 
578
654
 
579
655
 
@@ -587,7 +663,11 @@
587
663
  <td class="name">
588
664
  <code>
589
665
 
590
- <span class="param-type">String</span>
666
+ <span class="param-type">
667
+
668
+ String
669
+
670
+ </span>
591
671
 
592
672
 
593
673
 
@@ -601,7 +681,11 @@
601
681
  <td class="name">
602
682
  <code>
603
683
 
604
- <span class="param-type">String</span>
684
+ <span class="param-type">
685
+
686
+ String
687
+
688
+ </span>
605
689
 
606
690
 
607
691
 
@@ -615,7 +699,11 @@
615
699
  <td class="name">
616
700
  <code>
617
701
 
618
- <span class="param-type">String</span>
702
+ <span class="param-type">
703
+
704
+ String
705
+
706
+ </span>
619
707
 
620
708
 
621
709
 
@@ -629,7 +717,11 @@
629
717
  <td class="name">
630
718
  <code>
631
719
 
632
- <span class="param-type">Number</span>
720
+ <span class="param-type">
721
+
722
+ Number
723
+
724
+ </span>
633
725
 
634
726
 
635
727
 
@@ -643,7 +735,11 @@
643
735
  <td class="name">
644
736
  <code>
645
737
 
646
- <span class="param-type">Number</span>
738
+ <span class="param-type">
739
+
740
+ Number
741
+
742
+ </span>
647
743
 
648
744
 
649
745
 
@@ -657,7 +753,11 @@
657
753
  <td class="name">
658
754
  <code>
659
755
 
660
- <span class="param-type">String</span>
756
+ <span class="param-type">
757
+
758
+ String
759
+
760
+ </span>
661
761
 
662
762
 
663
763
 
@@ -671,7 +771,11 @@
671
771
  <td class="name">
672
772
  <code>
673
773
 
674
- <span class="param-type">Number</span>
774
+ <span class="param-type">
775
+
776
+ Number
777
+
778
+ </span>
675
779
 
676
780
 
677
781
 
@@ -685,7 +789,11 @@
685
789
  <td class="name">
686
790
  <code>
687
791
 
688
- <span class="param-type">Number</span>
792
+ <span class="param-type">
793
+
794
+ Number
795
+
796
+ </span>
689
797
 
690
798
 
691
799
 
@@ -699,7 +807,11 @@
699
807
  <td class="name">
700
808
  <code>
701
809
 
702
- <span class="param-type">function</span>
810
+ <span class="param-type">
811
+
812
+ function
813
+
814
+ </span>
703
815
 
704
816
 
705
817
 
@@ -713,7 +825,11 @@
713
825
  <td class="name">
714
826
  <code>
715
827
 
716
- <span class="param-type">String</span>
828
+ <span class="param-type">
829
+
830
+ String
831
+
832
+ </span>
717
833
 
718
834
 
719
835
 
@@ -727,7 +843,11 @@
727
843
  <td class="name">
728
844
  <code>
729
845
 
730
- <span class="param-type">function</span>
846
+ <span class="param-type">
847
+
848
+ function
849
+
850
+ </span>
731
851
 
732
852
 
733
853
 
@@ -741,7 +861,11 @@
741
861
  <td class="name">
742
862
  <code>
743
863
 
744
- <span class="param-type">Boolean</span>
864
+ <span class="param-type">
865
+
866
+ Boolean
867
+
868
+ </span>
745
869
 
746
870
 
747
871
 
@@ -755,7 +879,11 @@
755
879
  <td class="name">
756
880
  <code>
757
881
 
758
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
882
+ <span class="param-type">
883
+
884
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
885
+
886
+ </span>
759
887
 
760
888
 
761
889
 
@@ -769,7 +897,11 @@
769
897
  <td class="name">
770
898
  <code>
771
899
 
772
- <span class="param-type">String</span>
900
+ <span class="param-type">
901
+
902
+ String
903
+
904
+ </span>
773
905
 
774
906
 
775
907
 
@@ -783,7 +915,11 @@
783
915
  <td class="name">
784
916
  <code>
785
917
 
786
- <span class="param-type">String</span>
918
+ <span class="param-type">
919
+
920
+ String
921
+
922
+ </span>
787
923
 
788
924
 
789
925
 
@@ -797,7 +933,11 @@
797
933
  <td class="name">
798
934
  <code>
799
935
 
800
- <span class="param-type">String</span>
936
+ <span class="param-type">
937
+
938
+ String
939
+
940
+ </span>
801
941
 
802
942
 
803
943
 
@@ -817,7 +957,11 @@
817
957
  <span class="method-parameter is-pulled-right">
818
958
  <label>类型:</label>
819
959
 
820
- <span class="param-type">Boolean</span>
960
+ <span class="param-type">
961
+
962
+ Boolean
963
+
964
+ </span>
821
965
 
822
966
 
823
967
 
@@ -893,7 +1037,11 @@
893
1037
  <span class="method-parameter is-pulled-right">
894
1038
  <label>类型:</label>
895
1039
 
896
- <span class="param-type">Number</span>
1040
+ <span class="param-type">
1041
+
1042
+ Number
1043
+
1044
+ </span>
897
1045
 
898
1046
 
899
1047
 
@@ -964,7 +1112,11 @@
964
1112
  <span class="method-parameter is-pulled-right">
965
1113
  <label>类型:</label>
966
1114
 
967
- <span class="param-type">String</span>
1115
+ <span class="param-type">
1116
+
1117
+ String
1118
+
1119
+ </span>
968
1120
 
969
1121
 
970
1122
 
@@ -1039,7 +1191,11 @@
1039
1191
  <span class="method-parameter is-pulled-right">
1040
1192
  <label>类型:</label>
1041
1193
 
1042
- <span class="param-type">Number</span>
1194
+ <span class="param-type">
1195
+
1196
+ Number
1197
+
1198
+ </span>
1043
1199
 
1044
1200
 
1045
1201
 
@@ -1110,7 +1266,11 @@
1110
1266
  <span class="method-parameter is-pulled-right">
1111
1267
  <label>类型:</label>
1112
1268
 
1113
- <span class="param-type">Boolean</span>
1269
+ <span class="param-type">
1270
+
1271
+ Boolean
1272
+
1273
+ </span>
1114
1274
 
1115
1275
 
1116
1276
 
@@ -1207,7 +1367,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1207
1367
  <span class="method-parameter is-pulled-right">
1208
1368
  <label>类型:</label>
1209
1369
 
1210
- <span class="param-type">Number</span>
1370
+ <span class="param-type">
1371
+
1372
+ Number
1373
+
1374
+ </span>
1211
1375
 
1212
1376
 
1213
1377
 
@@ -1282,7 +1446,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1282
1446
  <span class="method-parameter is-pulled-right">
1283
1447
  <label>类型:</label>
1284
1448
 
1285
- <span class="param-type">String</span>
1449
+ <span class="param-type">
1450
+
1451
+ String
1452
+
1453
+ </span>
1286
1454
 
1287
1455
 
1288
1456
 
@@ -1357,7 +1525,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1357
1525
  <span class="method-parameter is-pulled-right">
1358
1526
  <label>类型:</label>
1359
1527
 
1360
- <span class="param-type">String</span>
1528
+ <span class="param-type">
1529
+
1530
+ String
1531
+
1532
+ </span>
1361
1533
 
1362
1534
 
1363
1535
 
@@ -1455,7 +1627,11 @@ BaseServer.headers.token = '新token';</code></pre>
1455
1627
  <span class="method-parameter is-pulled-right">
1456
1628
  <label>类型:</label>
1457
1629
 
1458
- <span class="param-type">String</span>
1630
+ <span class="param-type">
1631
+
1632
+ String
1633
+
1634
+ </span>
1459
1635
 
1460
1636
 
1461
1637
 
@@ -1526,7 +1702,11 @@ BaseServer.headers.token = '新token';</code></pre>
1526
1702
  <span class="method-parameter is-pulled-right">
1527
1703
  <label>类型:</label>
1528
1704
 
1529
- <span class="param-type">String</span>
1705
+ <span class="param-type">
1706
+
1707
+ String
1708
+
1709
+ </span>
1530
1710
 
1531
1711
 
1532
1712
 
@@ -1597,7 +1777,11 @@ BaseServer.headers.token = '新token';</code></pre>
1597
1777
  <span class="method-parameter is-pulled-right">
1598
1778
  <label>类型:</label>
1599
1779
 
1600
- <span class="param-type">Number</span>
1780
+ <span class="param-type">
1781
+
1782
+ Number
1783
+
1784
+ </span>
1601
1785
 
1602
1786
 
1603
1787
 
@@ -1668,7 +1852,11 @@ BaseServer.headers.token = '新token';</code></pre>
1668
1852
  <span class="method-parameter is-pulled-right">
1669
1853
  <label>类型:</label>
1670
1854
 
1671
- <span class="param-type">Number</span>
1855
+ <span class="param-type">
1856
+
1857
+ Number
1858
+
1859
+ </span>
1672
1860
 
1673
1861
 
1674
1862
 
@@ -1739,7 +1927,11 @@ BaseServer.headers.token = '新token';</code></pre>
1739
1927
  <span class="method-parameter is-pulled-right">
1740
1928
  <label>类型:</label>
1741
1929
 
1742
- <span class="param-type">String</span>
1930
+ <span class="param-type">
1931
+
1932
+ String
1933
+
1934
+ </span>
1743
1935
 
1744
1936
 
1745
1937
 
@@ -1810,7 +2002,11 @@ BaseServer.headers.token = '新token';</code></pre>
1810
2002
  <span class="method-parameter is-pulled-right">
1811
2003
  <label>类型:</label>
1812
2004
 
1813
- <span class="param-type">Number</span>
2005
+ <span class="param-type">
2006
+
2007
+ Number
2008
+
2009
+ </span>
1814
2010
 
1815
2011
 
1816
2012
 
@@ -1881,7 +2077,11 @@ BaseServer.headers.token = '新token';</code></pre>
1881
2077
  <span class="method-parameter is-pulled-right">
1882
2078
  <label>类型:</label>
1883
2079
 
1884
- <span class="param-type">Number</span>
2080
+ <span class="param-type">
2081
+
2082
+ Number
2083
+
2084
+ </span>
1885
2085
 
1886
2086
 
1887
2087
 
@@ -1952,7 +2152,11 @@ BaseServer.headers.token = '新token';</code></pre>
1952
2152
  <span class="method-parameter is-pulled-right">
1953
2153
  <label>类型:</label>
1954
2154
 
1955
- <span class="param-type">function</span>
2155
+ <span class="param-type">
2156
+
2157
+ function
2158
+
2159
+ </span>
1956
2160
 
1957
2161
 
1958
2162
 
@@ -2056,7 +2260,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
2056
2260
  <span class="method-parameter is-pulled-right">
2057
2261
  <label>类型:</label>
2058
2262
 
2059
- <span class="param-type">String</span>
2263
+ <span class="param-type">
2264
+
2265
+ String
2266
+
2267
+ </span>
2060
2268
 
2061
2269
 
2062
2270
 
@@ -2150,7 +2358,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
2150
2358
  <span class="method-parameter is-pulled-right">
2151
2359
  <label>类型:</label>
2152
2360
 
2153
- <span class="param-type">function</span>
2361
+ <span class="param-type">
2362
+
2363
+ function
2364
+
2365
+ </span>
2154
2366
 
2155
2367
 
2156
2368
 
@@ -2256,7 +2468,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2256
2468
  <span class="method-parameter is-pulled-right">
2257
2469
  <label>类型:</label>
2258
2470
 
2259
- <span class="param-type">Boolean</span>
2471
+ <span class="param-type">
2472
+
2473
+ Boolean
2474
+
2475
+ </span>
2260
2476
 
2261
2477
 
2262
2478
 
@@ -2327,7 +2543,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2327
2543
  <span class="method-parameter is-pulled-right">
2328
2544
  <label>类型:</label>
2329
2545
 
2330
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2546
+ <span class="param-type">
2547
+
2548
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2549
+
2550
+ </span>
2331
2551
 
2332
2552
 
2333
2553
 
@@ -2425,7 +2645,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2425
2645
  <span class="method-parameter is-pulled-right">
2426
2646
  <label>类型:</label>
2427
2647
 
2428
- <span class="param-type">String</span>
2648
+ <span class="param-type">
2649
+
2650
+ String
2651
+
2652
+ </span>
2429
2653
 
2430
2654
 
2431
2655
 
@@ -2518,7 +2742,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2518
2742
  <span class="method-parameter is-pulled-right">
2519
2743
  <label>类型:</label>
2520
2744
 
2521
- <span class="param-type">String</span>
2745
+ <span class="param-type">
2746
+
2747
+ String
2748
+
2749
+ </span>
2522
2750
 
2523
2751
 
2524
2752
 
@@ -2611,7 +2839,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2611
2839
  <span class="method-parameter is-pulled-right">
2612
2840
  <label>类型:</label>
2613
2841
 
2614
- <span class="param-type">String</span>
2842
+ <span class="param-type">
2843
+
2844
+ String
2845
+
2846
+ </span>
2615
2847
 
2616
2848
 
2617
2849
 
@@ -2708,7 +2940,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2708
2940
  <code>
2709
2941
 
2710
2942
 
2711
- <span class="param-type">Promise.&lt;Object></span>
2943
+ <span class="param-type">
2944
+
2945
+ Promise.&lt;Object>
2946
+
2947
+ </span>
2712
2948
 
2713
2949
 
2714
2950
 
@@ -2734,7 +2970,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2734
2970
  <code>
2735
2971
 
2736
2972
 
2737
- <span class="param-type">Promise.&lt;String></span>
2973
+ <span class="param-type">
2974
+
2975
+ Promise.&lt;String>
2976
+
2977
+ </span>
2738
2978
 
2739
2979
 
2740
2980
 
@@ -2750,7 +2990,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2750
2990
  <code>
2751
2991
 
2752
2992
 
2753
- <span class="param-type">Promise.&lt;String></span>
2993
+ <span class="param-type">
2994
+
2995
+ Promise.&lt;String>
2996
+
2997
+ </span>
2754
2998
 
2755
2999
 
2756
3000
 
@@ -2766,7 +3010,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2766
3010
  <code>
2767
3011
 
2768
3012
 
2769
- <span class="param-type">Promise.&lt;String></span>
3013
+ <span class="param-type">
3014
+
3015
+ Promise.&lt;String>
3016
+
3017
+ </span>
2770
3018
 
2771
3019
 
2772
3020
 
@@ -2836,13 +3084,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2836
3084
 
2837
3085
  <tr class="deep-level-0">
2838
3086
 
2839
- <td class="name" id="options"><code>options</code></td>
3087
+ <td class="name"><code>options</code></td>
2840
3088
 
2841
3089
 
2842
3090
  <td class="type">
2843
3091
 
2844
3092
 
2845
- <span class="param-type">Object</span>
3093
+ <span class="param-type">
3094
+
3095
+ Object
3096
+
3097
+ </span>
2846
3098
 
2847
3099
 
2848
3100
 
@@ -2863,13 +3115,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2863
3115
 
2864
3116
  <tr class="deep-level-1">
2865
3117
 
2866
- <td class="name" id="headers"><code>headers</code></td>
3118
+ <td class="name"><code>headers</code></td>
2867
3119
 
2868
3120
 
2869
3121
  <td class="type">
2870
3122
 
2871
3123
 
2872
- <span class="param-type">String</span>
3124
+ <span class="param-type">
3125
+
3126
+ String
3127
+
3128
+ </span>
2873
3129
 
2874
3130
 
2875
3131
 
@@ -2890,13 +3146,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2890
3146
 
2891
3147
  <tr class="deep-level-1">
2892
3148
 
2893
- <td class="name" id="method"><code>method</code></td>
3149
+ <td class="name"><code>method</code></td>
2894
3150
 
2895
3151
 
2896
3152
  <td class="type">
2897
3153
 
2898
3154
 
2899
- <span class="param-type">String</span>
3155
+ <span class="param-type">
3156
+
3157
+ String
3158
+
3159
+ </span>
2900
3160
 
2901
3161
 
2902
3162
 
@@ -2919,13 +3179,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2919
3179
 
2920
3180
  <tr class="deep-level-1">
2921
3181
 
2922
- <td class="name" id="success"><code>success</code></td>
3182
+ <td class="name"><code>success</code></td>
2923
3183
 
2924
3184
 
2925
3185
  <td class="type">
2926
3186
 
2927
3187
 
2928
- <span class="param-type">function</span>
3188
+ <span class="param-type">
3189
+
3190
+ function
3191
+
3192
+ </span>
2929
3193
 
2930
3194
 
2931
3195
 
@@ -2946,13 +3210,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2946
3210
 
2947
3211
  <tr class="deep-level-1">
2948
3212
 
2949
- <td class="name" id="failure"><code>failure</code></td>
3213
+ <td class="name"><code>failure</code></td>
2950
3214
 
2951
3215
 
2952
3216
  <td class="type">
2953
3217
 
2954
3218
 
2955
- <span class="param-type">function</span>
3219
+ <span class="param-type">
3220
+
3221
+ function
3222
+
3223
+ </span>
2956
3224
 
2957
3225
 
2958
3226
 
@@ -3051,7 +3319,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3051
3319
  <div class='column is-5 has-text-left'>
3052
3320
  <label>类型: </label>
3053
3321
 
3054
- <span class="param-type">Promise.&lt;Object></span>
3322
+ <span class="param-type">
3323
+
3324
+ Promise.&lt;Object>
3325
+
3326
+ </span>
3055
3327
 
3056
3328
 
3057
3329
 
@@ -3137,7 +3409,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3137
3409
 
3138
3410
  <tr class="deep-level-0">
3139
3411
 
3140
- <td class="name" id="options"><code>options</code></td>
3412
+ <td class="name"><code>options</code></td>
3141
3413
 
3142
3414
 
3143
3415
  <td class="type">
@@ -3158,13 +3430,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3158
3430
 
3159
3431
  <tr class="deep-level-1">
3160
3432
 
3161
- <td class="name" id="success"><code>success</code></td>
3433
+ <td class="name"><code>success</code></td>
3162
3434
 
3163
3435
 
3164
3436
  <td class="type">
3165
3437
 
3166
3438
 
3167
- <span class="param-type">function</span>
3439
+ <span class="param-type">
3440
+
3441
+ function
3442
+
3443
+ </span>
3168
3444
 
3169
3445
 
3170
3446
 
@@ -3187,13 +3463,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3187
3463
 
3188
3464
  <tr class="deep-level-1">
3189
3465
 
3190
- <td class="name" id="failure"><code>failure</code></td>
3466
+ <td class="name"><code>failure</code></td>
3191
3467
 
3192
3468
 
3193
3469
  <td class="type">
3194
3470
 
3195
3471
 
3196
- <span class="param-type">function</span>
3472
+ <span class="param-type">
3473
+
3474
+ function
3475
+
3476
+ </span>
3197
3477
 
3198
3478
 
3199
3479
 
@@ -3372,13 +3652,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3372
3652
 
3373
3653
  <tr class="deep-level-0">
3374
3654
 
3375
- <td class="name" id="options"><code>options</code></td>
3655
+ <td class="name"><code>options</code></td>
3376
3656
 
3377
3657
 
3378
3658
  <td class="type">
3379
3659
 
3380
3660
 
3381
- <span class="param-type">Object</span>
3661
+ <span class="param-type">
3662
+
3663
+ Object
3664
+
3665
+ </span>
3382
3666
 
3383
3667
 
3384
3668
 
@@ -3399,13 +3683,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3399
3683
 
3400
3684
  <tr class="deep-level-1">
3401
3685
 
3402
- <td class="name" id="taskId"><code>taskId</code></td>
3686
+ <td class="name"><code>taskId</code></td>
3403
3687
 
3404
3688
 
3405
3689
  <td class="type">
3406
3690
 
3407
3691
 
3408
- <span class="param-type">String</span>
3692
+ <span class="param-type">
3693
+
3694
+ String
3695
+
3696
+ </span>
3409
3697
 
3410
3698
 
3411
3699
 
@@ -3426,13 +3714,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3426
3714
 
3427
3715
  <tr class="deep-level-1">
3428
3716
 
3429
- <td class="name" id="headers"><code>headers</code></td>
3717
+ <td class="name"><code>headers</code></td>
3430
3718
 
3431
3719
 
3432
3720
  <td class="type">
3433
3721
 
3434
3722
 
3435
- <span class="param-type">String</span>
3723
+ <span class="param-type">
3724
+
3725
+ String
3726
+
3727
+ </span>
3436
3728
 
3437
3729
 
3438
3730
 
@@ -3453,13 +3745,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3453
3745
 
3454
3746
  <tr class="deep-level-1">
3455
3747
 
3456
- <td class="name" id="method"><code>method</code></td>
3748
+ <td class="name"><code>method</code></td>
3457
3749
 
3458
3750
 
3459
3751
  <td class="type">
3460
3752
 
3461
3753
 
3462
- <span class="param-type">String</span>
3754
+ <span class="param-type">
3755
+
3756
+ String
3757
+
3758
+ </span>
3463
3759
 
3464
3760
 
3465
3761
 
@@ -3482,13 +3778,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3482
3778
 
3483
3779
  <tr class="deep-level-1">
3484
3780
 
3485
- <td class="name" id="success"><code>success</code></td>
3781
+ <td class="name"><code>success</code></td>
3486
3782
 
3487
3783
 
3488
3784
  <td class="type">
3489
3785
 
3490
3786
 
3491
- <span class="param-type">function</span>
3787
+ <span class="param-type">
3788
+
3789
+ function
3790
+
3791
+ </span>
3492
3792
 
3493
3793
 
3494
3794
 
@@ -3509,13 +3809,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3509
3809
 
3510
3810
  <tr class="deep-level-1">
3511
3811
 
3512
- <td class="name" id="failure"><code>failure</code></td>
3812
+ <td class="name"><code>failure</code></td>
3513
3813
 
3514
3814
 
3515
3815
  <td class="type">
3516
3816
 
3517
3817
 
3518
- <span class="param-type">function</span>
3818
+ <span class="param-type">
3819
+
3820
+ function
3821
+
3822
+ </span>
3519
3823
 
3520
3824
 
3521
3825
 
@@ -3614,7 +3918,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3614
3918
  <div class='column is-5 has-text-left'>
3615
3919
  <label>类型: </label>
3616
3920
 
3617
- <span class="param-type">Promise.&lt;String></span>
3921
+ <span class="param-type">
3922
+
3923
+ Promise.&lt;String>
3924
+
3925
+ </span>
3618
3926
 
3619
3927
 
3620
3928
 
@@ -3700,13 +4008,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3700
4008
 
3701
4009
  <tr class="deep-level-0">
3702
4010
 
3703
- <td class="name" id="options"><code>options</code></td>
4011
+ <td class="name"><code>options</code></td>
3704
4012
 
3705
4013
 
3706
4014
  <td class="type">
3707
4015
 
3708
4016
 
3709
- <span class="param-type">Object</span>
4017
+ <span class="param-type">
4018
+
4019
+ Object
4020
+
4021
+ </span>
3710
4022
 
3711
4023
 
3712
4024
 
@@ -3727,13 +4039,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3727
4039
 
3728
4040
  <tr class="deep-level-1">
3729
4041
 
3730
- <td class="name" id="taskId"><code>taskId</code></td>
4042
+ <td class="name"><code>taskId</code></td>
3731
4043
 
3732
4044
 
3733
4045
  <td class="type">
3734
4046
 
3735
4047
 
3736
- <span class="param-type">String</span>
4048
+ <span class="param-type">
4049
+
4050
+ String
4051
+
4052
+ </span>
3737
4053
 
3738
4054
 
3739
4055
 
@@ -3754,13 +4070,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3754
4070
 
3755
4071
  <tr class="deep-level-1">
3756
4072
 
3757
- <td class="name" id="headers"><code>headers</code></td>
4073
+ <td class="name"><code>headers</code></td>
3758
4074
 
3759
4075
 
3760
4076
  <td class="type">
3761
4077
 
3762
4078
 
3763
- <span class="param-type">String</span>
4079
+ <span class="param-type">
4080
+
4081
+ String
4082
+
4083
+ </span>
3764
4084
 
3765
4085
 
3766
4086
 
@@ -3781,13 +4101,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3781
4101
 
3782
4102
  <tr class="deep-level-1">
3783
4103
 
3784
- <td class="name" id="method"><code>method</code></td>
4104
+ <td class="name"><code>method</code></td>
3785
4105
 
3786
4106
 
3787
4107
  <td class="type">
3788
4108
 
3789
4109
 
3790
- <span class="param-type">String</span>
4110
+ <span class="param-type">
4111
+
4112
+ String
4113
+
4114
+ </span>
3791
4115
 
3792
4116
 
3793
4117
 
@@ -3810,13 +4134,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3810
4134
 
3811
4135
  <tr class="deep-level-1">
3812
4136
 
3813
- <td class="name" id="success"><code>success</code></td>
4137
+ <td class="name"><code>success</code></td>
3814
4138
 
3815
4139
 
3816
4140
  <td class="type">
3817
4141
 
3818
4142
 
3819
- <span class="param-type">function</span>
4143
+ <span class="param-type">
4144
+
4145
+ function
4146
+
4147
+ </span>
3820
4148
 
3821
4149
 
3822
4150
 
@@ -3837,13 +4165,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3837
4165
 
3838
4166
  <tr class="deep-level-1">
3839
4167
 
3840
- <td class="name" id="failure"><code>failure</code></td>
4168
+ <td class="name"><code>failure</code></td>
3841
4169
 
3842
4170
 
3843
4171
  <td class="type">
3844
4172
 
3845
4173
 
3846
- <span class="param-type">function</span>
4174
+ <span class="param-type">
4175
+
4176
+ function
4177
+
4178
+ </span>
3847
4179
 
3848
4180
 
3849
4181
 
@@ -3942,7 +4274,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3942
4274
  <div class='column is-5 has-text-left'>
3943
4275
  <label>类型: </label>
3944
4276
 
3945
- <span class="param-type">Promise.&lt;String></span>
4277
+ <span class="param-type">
4278
+
4279
+ Promise.&lt;String>
4280
+
4281
+ </span>
3946
4282
 
3947
4283
 
3948
4284
 
@@ -4028,13 +4364,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4028
4364
 
4029
4365
  <tr class="deep-level-0">
4030
4366
 
4031
- <td class="name" id="options"><code>options</code></td>
4367
+ <td class="name"><code>options</code></td>
4032
4368
 
4033
4369
 
4034
4370
  <td class="type">
4035
4371
 
4036
4372
 
4037
- <span class="param-type">Object</span>
4373
+ <span class="param-type">
4374
+
4375
+ Object
4376
+
4377
+ </span>
4038
4378
 
4039
4379
 
4040
4380
 
@@ -4055,13 +4395,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4055
4395
 
4056
4396
  <tr class="deep-level-1">
4057
4397
 
4058
- <td class="name" id="headers"><code>headers</code></td>
4398
+ <td class="name"><code>headers</code></td>
4059
4399
 
4060
4400
 
4061
4401
  <td class="type">
4062
4402
 
4063
4403
 
4064
- <span class="param-type">String</span>
4404
+ <span class="param-type">
4405
+
4406
+ String
4407
+
4408
+ </span>
4065
4409
 
4066
4410
 
4067
4411
 
@@ -4082,13 +4426,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4082
4426
 
4083
4427
  <tr class="deep-level-1">
4084
4428
 
4085
- <td class="name" id="method"><code>method</code></td>
4429
+ <td class="name"><code>method</code></td>
4086
4430
 
4087
4431
 
4088
4432
  <td class="type">
4089
4433
 
4090
4434
 
4091
- <span class="param-type">String</span>
4435
+ <span class="param-type">
4436
+
4437
+ String
4438
+
4439
+ </span>
4092
4440
 
4093
4441
 
4094
4442
 
@@ -4111,13 +4459,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4111
4459
 
4112
4460
  <tr class="deep-level-1">
4113
4461
 
4114
- <td class="name" id="success"><code>success</code></td>
4462
+ <td class="name"><code>success</code></td>
4115
4463
 
4116
4464
 
4117
4465
  <td class="type">
4118
4466
 
4119
4467
 
4120
- <span class="param-type">function</span>
4468
+ <span class="param-type">
4469
+
4470
+ function
4471
+
4472
+ </span>
4121
4473
 
4122
4474
 
4123
4475
 
@@ -4138,13 +4490,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4138
4490
 
4139
4491
  <tr class="deep-level-1">
4140
4492
 
4141
- <td class="name" id="failure"><code>failure</code></td>
4493
+ <td class="name"><code>failure</code></td>
4142
4494
 
4143
4495
 
4144
4496
  <td class="type">
4145
4497
 
4146
4498
 
4147
- <span class="param-type">function</span>
4499
+ <span class="param-type">
4500
+
4501
+ function
4502
+
4503
+ </span>
4148
4504
 
4149
4505
 
4150
4506
 
@@ -4250,7 +4606,11 @@ console.log(&quot;submit: &quot;, res);
4250
4606
  <div class='column is-5 has-text-left'>
4251
4607
  <label>类型: </label>
4252
4608
 
4253
- <span class="param-type">Promise.&lt;String></span>
4609
+ <span class="param-type">
4610
+
4611
+ Promise.&lt;String>
4612
+
4613
+ </span>
4254
4614
 
4255
4615
 
4256
4616