@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="geometrys"><code>geometrys</code></td>
128
+ <td class="name"><code>geometrys</code></td>
121
129
 
122
130
 
123
131
  <td class="type">
124
132
 
125
133
 
126
- <span class="param-type">Array.&lt;<a link="Array.<Geometry>.html" onclick="getTypeHTML(event)" href="Geometry.html">Geometry</a>></span>
134
+ <span class="param-type">
135
+
136
+ Array.&lt;<a onclick="getTypeHTML(event)" link="Geometry.html">Geometry</a>>
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="attStrct"><code>attStrct</code></td>
155
+ <td class="name"><code>attStrct</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type">CAttStruct</span>
161
+ <span class="param-type">
162
+
163
+ CAttStruct
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="attRows"><code>attRows</code></td>
182
+ <td class="name"><code>attRows</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">Array.&lt;CAttDataRow></span>
188
+ <span class="param-type">
189
+
190
+ Array.&lt;CAttDataRow>
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="leftRad"><code>leftRad</code></td>
209
+ <td class="name"><code>leftRad</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="rightRad"><code>rightRad</code></td>
236
+ <td class="name"><code>rightRad</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="traceRadius"><code>traceRadius</code></td>
263
+ <td class="name"><code>traceRadius</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="color"><code>color</code></td>
290
+ <td class="name"><code>color</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="isMultiFeatureOpr"><code>isMultiFeatureOpr</code></td>
317
+ <td class="name"><code>isMultiFeatureOpr</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="inFormat"><code>inFormat</code></td>
344
+ <td class="name"><code>inFormat</code></td>
305
345
 
306
346
 
307
347
  <td class="type">
308
348
 
309
349
 
310
- <span class="param-type">String</span>
350
+ <span class="param-type">
351
+
352
+ String
353
+
354
+ </span>
311
355
 
312
356
 
313
357
 
@@ -481,7 +525,11 @@
481
525
  <td class="name">
482
526
  <code>
483
527
 
484
- <span class="param-type">Array</span>
528
+ <span class="param-type">
529
+
530
+ Array
531
+
532
+ </span>
485
533
 
486
534
 
487
535
 
@@ -495,7 +543,11 @@
495
543
  <td class="name">
496
544
  <code>
497
545
 
498
- <span class="param-type">Array</span>
546
+ <span class="param-type">
547
+
548
+ Array
549
+
550
+ </span>
499
551
 
500
552
 
501
553
 
@@ -509,7 +561,11 @@
509
561
  <td class="name">
510
562
  <code>
511
563
 
512
- <span class="param-type">CAttStruct</span>
564
+ <span class="param-type">
565
+
566
+ CAttStruct
567
+
568
+ </span>
513
569
 
514
570
 
515
571
 
@@ -523,7 +579,11 @@
523
579
  <td class="name">
524
580
  <code>
525
581
 
526
- <span class="param-type">CAttStruct</span>
582
+ <span class="param-type">
583
+
584
+ CAttStruct
585
+
586
+ </span>
527
587
 
528
588
 
529
589
 
@@ -537,7 +597,11 @@
537
597
  <td class="name">
538
598
  <code>
539
599
 
540
- <span class="param-type">Boolean</span>
600
+ <span class="param-type">
601
+
602
+ Boolean
603
+
604
+ </span>
541
605
 
542
606
 
543
607
 
@@ -551,7 +615,11 @@
551
615
  <td class="name">
552
616
  <code>
553
617
 
554
- <span class="param-type">Number</span>
618
+ <span class="param-type">
619
+
620
+ Number
621
+
622
+ </span>
555
623
 
556
624
 
557
625
 
@@ -565,7 +633,11 @@
565
633
  <td class="name">
566
634
  <code>
567
635
 
568
- <span class="param-type">String</span>
636
+ <span class="param-type">
637
+
638
+ String
639
+
640
+ </span>
569
641
 
570
642
 
571
643
 
@@ -579,7 +651,11 @@
579
651
  <td class="name">
580
652
  <code>
581
653
 
582
- <span class="param-type">Boolean</span>
654
+ <span class="param-type">
655
+
656
+ Boolean
657
+
658
+ </span>
583
659
 
584
660
 
585
661
 
@@ -593,7 +669,11 @@
593
669
  <td class="name">
594
670
  <code>
595
671
 
596
- <span class="param-type">Number</span>
672
+ <span class="param-type">
673
+
674
+ Number
675
+
676
+ </span>
597
677
 
598
678
 
599
679
 
@@ -607,7 +687,11 @@
607
687
  <td class="name">
608
688
  <code>
609
689
 
610
- <span class="param-type">String</span>
690
+ <span class="param-type">
691
+
692
+ String
693
+
694
+ </span>
611
695
 
612
696
 
613
697
 
@@ -621,7 +705,11 @@
621
705
  <td class="name">
622
706
  <code>
623
707
 
624
- <span class="param-type">String</span>
708
+ <span class="param-type">
709
+
710
+ String
711
+
712
+ </span>
625
713
 
626
714
 
627
715
 
@@ -635,7 +723,11 @@
635
723
  <td class="name">
636
724
  <code>
637
725
 
638
- <span class="param-type">String</span>
726
+ <span class="param-type">
727
+
728
+ String
729
+
730
+ </span>
639
731
 
640
732
 
641
733
 
@@ -649,7 +741,11 @@
649
741
  <td class="name">
650
742
  <code>
651
743
 
652
- <span class="param-type">Boolean</span>
744
+ <span class="param-type">
745
+
746
+ Boolean
747
+
748
+ </span>
653
749
 
654
750
 
655
751
 
@@ -663,7 +759,11 @@
663
759
  <td class="name">
664
760
  <code>
665
761
 
666
- <span class="param-type">Number</span>
762
+ <span class="param-type">
763
+
764
+ Number
765
+
766
+ </span>
667
767
 
668
768
 
669
769
 
@@ -677,7 +777,11 @@
677
777
  <td class="name">
678
778
  <code>
679
779
 
680
- <span class="param-type">function</span>
780
+ <span class="param-type">
781
+
782
+ function
783
+
784
+ </span>
681
785
 
682
786
 
683
787
 
@@ -691,7 +795,11 @@
691
795
  <td class="name">
692
796
  <code>
693
797
 
694
- <span class="param-type">String</span>
798
+ <span class="param-type">
799
+
800
+ String
801
+
802
+ </span>
695
803
 
696
804
 
697
805
 
@@ -705,7 +813,11 @@
705
813
  <td class="name">
706
814
  <code>
707
815
 
708
- <span class="param-type">function</span>
816
+ <span class="param-type">
817
+
818
+ function
819
+
820
+ </span>
709
821
 
710
822
 
711
823
 
@@ -719,7 +831,11 @@
719
831
  <td class="name">
720
832
  <code>
721
833
 
722
- <span class="param-type">Number</span>
834
+ <span class="param-type">
835
+
836
+ Number
837
+
838
+ </span>
723
839
 
724
840
 
725
841
 
@@ -733,7 +849,11 @@
733
849
  <td class="name">
734
850
  <code>
735
851
 
736
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
852
+ <span class="param-type">
853
+
854
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
855
+
856
+ </span>
737
857
 
738
858
 
739
859
 
@@ -747,7 +867,11 @@
747
867
  <td class="name">
748
868
  <code>
749
869
 
750
- <span class="param-type">String</span>
870
+ <span class="param-type">
871
+
872
+ String
873
+
874
+ </span>
751
875
 
752
876
 
753
877
 
@@ -761,7 +885,11 @@
761
885
  <td class="name">
762
886
  <code>
763
887
 
764
- <span class="param-type">String</span>
888
+ <span class="param-type">
889
+
890
+ String
891
+
892
+ </span>
765
893
 
766
894
 
767
895
 
@@ -775,7 +903,11 @@
775
903
  <td class="name">
776
904
  <code>
777
905
 
778
- <span class="param-type">Number</span>
906
+ <span class="param-type">
907
+
908
+ Number
909
+
910
+ </span>
779
911
 
780
912
 
781
913
 
@@ -789,7 +921,11 @@
789
921
  <td class="name">
790
922
  <code>
791
923
 
792
- <span class="param-type">String</span>
924
+ <span class="param-type">
925
+
926
+ String
927
+
928
+ </span>
793
929
 
794
930
 
795
931
 
@@ -809,7 +945,11 @@
809
945
  <span class="method-parameter is-pulled-right">
810
946
  <label>类型:</label>
811
947
 
812
- <span class="param-type">Array</span>
948
+ <span class="param-type">
949
+
950
+ Array
951
+
952
+ </span>
813
953
 
814
954
 
815
955
 
@@ -880,7 +1020,11 @@
880
1020
  <span class="method-parameter is-pulled-right">
881
1021
  <label>类型:</label>
882
1022
 
883
- <span class="param-type">Array</span>
1023
+ <span class="param-type">
1024
+
1025
+ Array
1026
+
1027
+ </span>
884
1028
 
885
1029
 
886
1030
 
@@ -951,7 +1095,11 @@
951
1095
  <span class="method-parameter is-pulled-right">
952
1096
  <label>类型:</label>
953
1097
 
954
- <span class="param-type">CAttStruct</span>
1098
+ <span class="param-type">
1099
+
1100
+ CAttStruct
1101
+
1102
+ </span>
955
1103
 
956
1104
 
957
1105
 
@@ -1022,7 +1170,11 @@
1022
1170
  <span class="method-parameter is-pulled-right">
1023
1171
  <label>类型:</label>
1024
1172
 
1025
- <span class="param-type">CAttStruct</span>
1173
+ <span class="param-type">
1174
+
1175
+ CAttStruct
1176
+
1177
+ </span>
1026
1178
 
1027
1179
 
1028
1180
 
@@ -1093,7 +1245,11 @@
1093
1245
  <span class="method-parameter is-pulled-right">
1094
1246
  <label>类型:</label>
1095
1247
 
1096
- <span class="param-type">Boolean</span>
1248
+ <span class="param-type">
1249
+
1250
+ Boolean
1251
+
1252
+ </span>
1097
1253
 
1098
1254
 
1099
1255
 
@@ -1169,7 +1325,11 @@
1169
1325
  <span class="method-parameter is-pulled-right">
1170
1326
  <label>类型:</label>
1171
1327
 
1172
- <span class="param-type">Number</span>
1328
+ <span class="param-type">
1329
+
1330
+ Number
1331
+
1332
+ </span>
1173
1333
 
1174
1334
 
1175
1335
 
@@ -1240,7 +1400,11 @@
1240
1400
  <span class="method-parameter is-pulled-right">
1241
1401
  <label>类型:</label>
1242
1402
 
1243
- <span class="param-type">String</span>
1403
+ <span class="param-type">
1404
+
1405
+ String
1406
+
1407
+ </span>
1244
1408
 
1245
1409
 
1246
1410
 
@@ -1315,7 +1479,11 @@
1315
1479
  <span class="method-parameter is-pulled-right">
1316
1480
  <label>类型:</label>
1317
1481
 
1318
- <span class="param-type">Boolean</span>
1482
+ <span class="param-type">
1483
+
1484
+ Boolean
1485
+
1486
+ </span>
1319
1487
 
1320
1488
 
1321
1489
 
@@ -1412,7 +1580,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1412
1580
  <span class="method-parameter is-pulled-right">
1413
1581
  <label>类型:</label>
1414
1582
 
1415
- <span class="param-type">Number</span>
1583
+ <span class="param-type">
1584
+
1585
+ Number
1586
+
1587
+ </span>
1416
1588
 
1417
1589
 
1418
1590
 
@@ -1487,7 +1659,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1487
1659
  <span class="method-parameter is-pulled-right">
1488
1660
  <label>类型:</label>
1489
1661
 
1490
- <span class="param-type">String</span>
1662
+ <span class="param-type">
1663
+
1664
+ String
1665
+
1666
+ </span>
1491
1667
 
1492
1668
 
1493
1669
 
@@ -1562,7 +1738,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1562
1738
  <span class="method-parameter is-pulled-right">
1563
1739
  <label>类型:</label>
1564
1740
 
1565
- <span class="param-type">String</span>
1741
+ <span class="param-type">
1742
+
1743
+ String
1744
+
1745
+ </span>
1566
1746
 
1567
1747
 
1568
1748
 
@@ -1660,7 +1840,11 @@ BaseServer.headers.token = '新token';</code></pre>
1660
1840
  <span class="method-parameter is-pulled-right">
1661
1841
  <label>类型:</label>
1662
1842
 
1663
- <span class="param-type">String</span>
1843
+ <span class="param-type">
1844
+
1845
+ String
1846
+
1847
+ </span>
1664
1848
 
1665
1849
 
1666
1850
 
@@ -1731,7 +1915,11 @@ BaseServer.headers.token = '新token';</code></pre>
1731
1915
  <span class="method-parameter is-pulled-right">
1732
1916
  <label>类型:</label>
1733
1917
 
1734
- <span class="param-type">Boolean</span>
1918
+ <span class="param-type">
1919
+
1920
+ Boolean
1921
+
1922
+ </span>
1735
1923
 
1736
1924
 
1737
1925
 
@@ -1802,7 +1990,11 @@ BaseServer.headers.token = '新token';</code></pre>
1802
1990
  <span class="method-parameter is-pulled-right">
1803
1991
  <label>类型:</label>
1804
1992
 
1805
- <span class="param-type">Number</span>
1993
+ <span class="param-type">
1994
+
1995
+ Number
1996
+
1997
+ </span>
1806
1998
 
1807
1999
 
1808
2000
 
@@ -1873,7 +2065,11 @@ BaseServer.headers.token = '新token';</code></pre>
1873
2065
  <span class="method-parameter is-pulled-right">
1874
2066
  <label>类型:</label>
1875
2067
 
1876
- <span class="param-type">function</span>
2068
+ <span class="param-type">
2069
+
2070
+ function
2071
+
2072
+ </span>
1877
2073
 
1878
2074
 
1879
2075
 
@@ -1977,7 +2173,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1977
2173
  <span class="method-parameter is-pulled-right">
1978
2174
  <label>类型:</label>
1979
2175
 
1980
- <span class="param-type">String</span>
2176
+ <span class="param-type">
2177
+
2178
+ String
2179
+
2180
+ </span>
1981
2181
 
1982
2182
 
1983
2183
 
@@ -2071,7 +2271,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
2071
2271
  <span class="method-parameter is-pulled-right">
2072
2272
  <label>类型:</label>
2073
2273
 
2074
- <span class="param-type">function</span>
2274
+ <span class="param-type">
2275
+
2276
+ function
2277
+
2278
+ </span>
2075
2279
 
2076
2280
 
2077
2281
 
@@ -2177,7 +2381,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2177
2381
  <span class="method-parameter is-pulled-right">
2178
2382
  <label>类型:</label>
2179
2383
 
2180
- <span class="param-type">Number</span>
2384
+ <span class="param-type">
2385
+
2386
+ Number
2387
+
2388
+ </span>
2181
2389
 
2182
2390
 
2183
2391
 
@@ -2248,7 +2456,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2248
2456
  <span class="method-parameter is-pulled-right">
2249
2457
  <label>类型:</label>
2250
2458
 
2251
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2459
+ <span class="param-type">
2460
+
2461
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2462
+
2463
+ </span>
2252
2464
 
2253
2465
 
2254
2466
 
@@ -2346,7 +2558,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2346
2558
  <span class="method-parameter is-pulled-right">
2347
2559
  <label>类型:</label>
2348
2560
 
2349
- <span class="param-type">String</span>
2561
+ <span class="param-type">
2562
+
2563
+ String
2564
+
2565
+ </span>
2350
2566
 
2351
2567
 
2352
2568
 
@@ -2439,7 +2655,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2439
2655
  <span class="method-parameter is-pulled-right">
2440
2656
  <label>类型:</label>
2441
2657
 
2442
- <span class="param-type">String</span>
2658
+ <span class="param-type">
2659
+
2660
+ String
2661
+
2662
+ </span>
2443
2663
 
2444
2664
 
2445
2665
 
@@ -2532,7 +2752,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2532
2752
  <span class="method-parameter is-pulled-right">
2533
2753
  <label>类型:</label>
2534
2754
 
2535
- <span class="param-type">Number</span>
2755
+ <span class="param-type">
2756
+
2757
+ Number
2758
+
2759
+ </span>
2536
2760
 
2537
2761
 
2538
2762
 
@@ -2603,7 +2827,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2603
2827
  <span class="method-parameter is-pulled-right">
2604
2828
  <label>类型:</label>
2605
2829
 
2606
- <span class="param-type">String</span>
2830
+ <span class="param-type">
2831
+
2832
+ String
2833
+
2834
+ </span>
2607
2835
 
2608
2836
 
2609
2837
 
@@ -2700,7 +2928,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2700
2928
  <code>
2701
2929
 
2702
2930
 
2703
- <span class="param-type">Promise.&lt;Object></span>
2931
+ <span class="param-type">
2932
+
2933
+ Promise.&lt;Object>
2934
+
2935
+ </span>
2704
2936
 
2705
2937
 
2706
2938
 
@@ -2726,7 +2958,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2726
2958
  <code>
2727
2959
 
2728
2960
 
2729
- <span class="param-type">Promise.&lt;String></span>
2961
+ <span class="param-type">
2962
+
2963
+ Promise.&lt;String>
2964
+
2965
+ </span>
2730
2966
 
2731
2967
 
2732
2968
 
@@ -2742,7 +2978,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2742
2978
  <code>
2743
2979
 
2744
2980
 
2745
- <span class="param-type">Promise.&lt;String></span>
2981
+ <span class="param-type">
2982
+
2983
+ Promise.&lt;String>
2984
+
2985
+ </span>
2746
2986
 
2747
2987
 
2748
2988
 
@@ -2758,7 +2998,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2758
2998
  <code>
2759
2999
 
2760
3000
 
2761
- <span class="param-type">Promise.&lt;String></span>
3001
+ <span class="param-type">
3002
+
3003
+ Promise.&lt;String>
3004
+
3005
+ </span>
2762
3006
 
2763
3007
 
2764
3008
 
@@ -2828,13 +3072,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2828
3072
 
2829
3073
  <tr class="deep-level-0">
2830
3074
 
2831
- <td class="name" id="options"><code>options</code></td>
3075
+ <td class="name"><code>options</code></td>
2832
3076
 
2833
3077
 
2834
3078
  <td class="type">
2835
3079
 
2836
3080
 
2837
- <span class="param-type">Object</span>
3081
+ <span class="param-type">
3082
+
3083
+ Object
3084
+
3085
+ </span>
2838
3086
 
2839
3087
 
2840
3088
 
@@ -2855,13 +3103,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2855
3103
 
2856
3104
  <tr class="deep-level-1">
2857
3105
 
2858
- <td class="name" id="headers"><code>headers</code></td>
3106
+ <td class="name"><code>headers</code></td>
2859
3107
 
2860
3108
 
2861
3109
  <td class="type">
2862
3110
 
2863
3111
 
2864
- <span class="param-type">String</span>
3112
+ <span class="param-type">
3113
+
3114
+ String
3115
+
3116
+ </span>
2865
3117
 
2866
3118
 
2867
3119
 
@@ -2882,13 +3134,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2882
3134
 
2883
3135
  <tr class="deep-level-1">
2884
3136
 
2885
- <td class="name" id="method"><code>method</code></td>
3137
+ <td class="name"><code>method</code></td>
2886
3138
 
2887
3139
 
2888
3140
  <td class="type">
2889
3141
 
2890
3142
 
2891
- <span class="param-type">String</span>
3143
+ <span class="param-type">
3144
+
3145
+ String
3146
+
3147
+ </span>
2892
3148
 
2893
3149
 
2894
3150
 
@@ -2911,13 +3167,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2911
3167
 
2912
3168
  <tr class="deep-level-1">
2913
3169
 
2914
- <td class="name" id="success"><code>success</code></td>
3170
+ <td class="name"><code>success</code></td>
2915
3171
 
2916
3172
 
2917
3173
  <td class="type">
2918
3174
 
2919
3175
 
2920
- <span class="param-type">function</span>
3176
+ <span class="param-type">
3177
+
3178
+ function
3179
+
3180
+ </span>
2921
3181
 
2922
3182
 
2923
3183
 
@@ -2938,13 +3198,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2938
3198
 
2939
3199
  <tr class="deep-level-1">
2940
3200
 
2941
- <td class="name" id="failure"><code>failure</code></td>
3201
+ <td class="name"><code>failure</code></td>
2942
3202
 
2943
3203
 
2944
3204
  <td class="type">
2945
3205
 
2946
3206
 
2947
- <span class="param-type">function</span>
3207
+ <span class="param-type">
3208
+
3209
+ function
3210
+
3211
+ </span>
2948
3212
 
2949
3213
 
2950
3214
 
@@ -3043,7 +3307,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3043
3307
  <div class='column is-5 has-text-left'>
3044
3308
  <label>类型: </label>
3045
3309
 
3046
- <span class="param-type">Promise.&lt;Object></span>
3310
+ <span class="param-type">
3311
+
3312
+ Promise.&lt;Object>
3313
+
3314
+ </span>
3047
3315
 
3048
3316
 
3049
3317
 
@@ -3129,7 +3397,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3129
3397
 
3130
3398
  <tr class="deep-level-0">
3131
3399
 
3132
- <td class="name" id="options"><code>options</code></td>
3400
+ <td class="name"><code>options</code></td>
3133
3401
 
3134
3402
 
3135
3403
  <td class="type">
@@ -3150,13 +3418,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3150
3418
 
3151
3419
  <tr class="deep-level-1">
3152
3420
 
3153
- <td class="name" id="success"><code>success</code></td>
3421
+ <td class="name"><code>success</code></td>
3154
3422
 
3155
3423
 
3156
3424
  <td class="type">
3157
3425
 
3158
3426
 
3159
- <span class="param-type">function</span>
3427
+ <span class="param-type">
3428
+
3429
+ function
3430
+
3431
+ </span>
3160
3432
 
3161
3433
 
3162
3434
 
@@ -3179,13 +3451,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3179
3451
 
3180
3452
  <tr class="deep-level-1">
3181
3453
 
3182
- <td class="name" id="failure"><code>failure</code></td>
3454
+ <td class="name"><code>failure</code></td>
3183
3455
 
3184
3456
 
3185
3457
  <td class="type">
3186
3458
 
3187
3459
 
3188
- <span class="param-type">function</span>
3460
+ <span class="param-type">
3461
+
3462
+ function
3463
+
3464
+ </span>
3189
3465
 
3190
3466
 
3191
3467
 
@@ -3364,13 +3640,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3364
3640
 
3365
3641
  <tr class="deep-level-0">
3366
3642
 
3367
- <td class="name" id="options"><code>options</code></td>
3643
+ <td class="name"><code>options</code></td>
3368
3644
 
3369
3645
 
3370
3646
  <td class="type">
3371
3647
 
3372
3648
 
3373
- <span class="param-type">Object</span>
3649
+ <span class="param-type">
3650
+
3651
+ Object
3652
+
3653
+ </span>
3374
3654
 
3375
3655
 
3376
3656
 
@@ -3391,13 +3671,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3391
3671
 
3392
3672
  <tr class="deep-level-1">
3393
3673
 
3394
- <td class="name" id="taskId"><code>taskId</code></td>
3674
+ <td class="name"><code>taskId</code></td>
3395
3675
 
3396
3676
 
3397
3677
  <td class="type">
3398
3678
 
3399
3679
 
3400
- <span class="param-type">String</span>
3680
+ <span class="param-type">
3681
+
3682
+ String
3683
+
3684
+ </span>
3401
3685
 
3402
3686
 
3403
3687
 
@@ -3418,13 +3702,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3418
3702
 
3419
3703
  <tr class="deep-level-1">
3420
3704
 
3421
- <td class="name" id="headers"><code>headers</code></td>
3705
+ <td class="name"><code>headers</code></td>
3422
3706
 
3423
3707
 
3424
3708
  <td class="type">
3425
3709
 
3426
3710
 
3427
- <span class="param-type">String</span>
3711
+ <span class="param-type">
3712
+
3713
+ String
3714
+
3715
+ </span>
3428
3716
 
3429
3717
 
3430
3718
 
@@ -3445,13 +3733,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3445
3733
 
3446
3734
  <tr class="deep-level-1">
3447
3735
 
3448
- <td class="name" id="method"><code>method</code></td>
3736
+ <td class="name"><code>method</code></td>
3449
3737
 
3450
3738
 
3451
3739
  <td class="type">
3452
3740
 
3453
3741
 
3454
- <span class="param-type">String</span>
3742
+ <span class="param-type">
3743
+
3744
+ String
3745
+
3746
+ </span>
3455
3747
 
3456
3748
 
3457
3749
 
@@ -3474,13 +3766,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3474
3766
 
3475
3767
  <tr class="deep-level-1">
3476
3768
 
3477
- <td class="name" id="success"><code>success</code></td>
3769
+ <td class="name"><code>success</code></td>
3478
3770
 
3479
3771
 
3480
3772
  <td class="type">
3481
3773
 
3482
3774
 
3483
- <span class="param-type">function</span>
3775
+ <span class="param-type">
3776
+
3777
+ function
3778
+
3779
+ </span>
3484
3780
 
3485
3781
 
3486
3782
 
@@ -3501,13 +3797,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3501
3797
 
3502
3798
  <tr class="deep-level-1">
3503
3799
 
3504
- <td class="name" id="failure"><code>failure</code></td>
3800
+ <td class="name"><code>failure</code></td>
3505
3801
 
3506
3802
 
3507
3803
  <td class="type">
3508
3804
 
3509
3805
 
3510
- <span class="param-type">function</span>
3806
+ <span class="param-type">
3807
+
3808
+ function
3809
+
3810
+ </span>
3511
3811
 
3512
3812
 
3513
3813
 
@@ -3606,7 +3906,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3606
3906
  <div class='column is-5 has-text-left'>
3607
3907
  <label>类型: </label>
3608
3908
 
3609
- <span class="param-type">Promise.&lt;String></span>
3909
+ <span class="param-type">
3910
+
3911
+ Promise.&lt;String>
3912
+
3913
+ </span>
3610
3914
 
3611
3915
 
3612
3916
 
@@ -3692,13 +3996,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3692
3996
 
3693
3997
  <tr class="deep-level-0">
3694
3998
 
3695
- <td class="name" id="options"><code>options</code></td>
3999
+ <td class="name"><code>options</code></td>
3696
4000
 
3697
4001
 
3698
4002
  <td class="type">
3699
4003
 
3700
4004
 
3701
- <span class="param-type">Object</span>
4005
+ <span class="param-type">
4006
+
4007
+ Object
4008
+
4009
+ </span>
3702
4010
 
3703
4011
 
3704
4012
 
@@ -3719,13 +4027,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3719
4027
 
3720
4028
  <tr class="deep-level-1">
3721
4029
 
3722
- <td class="name" id="taskId"><code>taskId</code></td>
4030
+ <td class="name"><code>taskId</code></td>
3723
4031
 
3724
4032
 
3725
4033
  <td class="type">
3726
4034
 
3727
4035
 
3728
- <span class="param-type">String</span>
4036
+ <span class="param-type">
4037
+
4038
+ String
4039
+
4040
+ </span>
3729
4041
 
3730
4042
 
3731
4043
 
@@ -3746,13 +4058,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3746
4058
 
3747
4059
  <tr class="deep-level-1">
3748
4060
 
3749
- <td class="name" id="headers"><code>headers</code></td>
4061
+ <td class="name"><code>headers</code></td>
3750
4062
 
3751
4063
 
3752
4064
  <td class="type">
3753
4065
 
3754
4066
 
3755
- <span class="param-type">String</span>
4067
+ <span class="param-type">
4068
+
4069
+ String
4070
+
4071
+ </span>
3756
4072
 
3757
4073
 
3758
4074
 
@@ -3773,13 +4089,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3773
4089
 
3774
4090
  <tr class="deep-level-1">
3775
4091
 
3776
- <td class="name" id="method"><code>method</code></td>
4092
+ <td class="name"><code>method</code></td>
3777
4093
 
3778
4094
 
3779
4095
  <td class="type">
3780
4096
 
3781
4097
 
3782
- <span class="param-type">String</span>
4098
+ <span class="param-type">
4099
+
4100
+ String
4101
+
4102
+ </span>
3783
4103
 
3784
4104
 
3785
4105
 
@@ -3802,13 +4122,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3802
4122
 
3803
4123
  <tr class="deep-level-1">
3804
4124
 
3805
- <td class="name" id="success"><code>success</code></td>
4125
+ <td class="name"><code>success</code></td>
3806
4126
 
3807
4127
 
3808
4128
  <td class="type">
3809
4129
 
3810
4130
 
3811
- <span class="param-type">function</span>
4131
+ <span class="param-type">
4132
+
4133
+ function
4134
+
4135
+ </span>
3812
4136
 
3813
4137
 
3814
4138
 
@@ -3829,13 +4153,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3829
4153
 
3830
4154
  <tr class="deep-level-1">
3831
4155
 
3832
- <td class="name" id="failure"><code>failure</code></td>
4156
+ <td class="name"><code>failure</code></td>
3833
4157
 
3834
4158
 
3835
4159
  <td class="type">
3836
4160
 
3837
4161
 
3838
- <span class="param-type">function</span>
4162
+ <span class="param-type">
4163
+
4164
+ function
4165
+
4166
+ </span>
3839
4167
 
3840
4168
 
3841
4169
 
@@ -3934,7 +4262,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3934
4262
  <div class='column is-5 has-text-left'>
3935
4263
  <label>类型: </label>
3936
4264
 
3937
- <span class="param-type">Promise.&lt;String></span>
4265
+ <span class="param-type">
4266
+
4267
+ Promise.&lt;String>
4268
+
4269
+ </span>
3938
4270
 
3939
4271
 
3940
4272
 
@@ -4020,13 +4352,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4020
4352
 
4021
4353
  <tr class="deep-level-0">
4022
4354
 
4023
- <td class="name" id="options"><code>options</code></td>
4355
+ <td class="name"><code>options</code></td>
4024
4356
 
4025
4357
 
4026
4358
  <td class="type">
4027
4359
 
4028
4360
 
4029
- <span class="param-type">Object</span>
4361
+ <span class="param-type">
4362
+
4363
+ Object
4364
+
4365
+ </span>
4030
4366
 
4031
4367
 
4032
4368
 
@@ -4047,13 +4383,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4047
4383
 
4048
4384
  <tr class="deep-level-1">
4049
4385
 
4050
- <td class="name" id="headers"><code>headers</code></td>
4386
+ <td class="name"><code>headers</code></td>
4051
4387
 
4052
4388
 
4053
4389
  <td class="type">
4054
4390
 
4055
4391
 
4056
- <span class="param-type">String</span>
4392
+ <span class="param-type">
4393
+
4394
+ String
4395
+
4396
+ </span>
4057
4397
 
4058
4398
 
4059
4399
 
@@ -4074,13 +4414,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4074
4414
 
4075
4415
  <tr class="deep-level-1">
4076
4416
 
4077
- <td class="name" id="method"><code>method</code></td>
4417
+ <td class="name"><code>method</code></td>
4078
4418
 
4079
4419
 
4080
4420
  <td class="type">
4081
4421
 
4082
4422
 
4083
- <span class="param-type">String</span>
4423
+ <span class="param-type">
4424
+
4425
+ String
4426
+
4427
+ </span>
4084
4428
 
4085
4429
 
4086
4430
 
@@ -4103,13 +4447,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4103
4447
 
4104
4448
  <tr class="deep-level-1">
4105
4449
 
4106
- <td class="name" id="success"><code>success</code></td>
4450
+ <td class="name"><code>success</code></td>
4107
4451
 
4108
4452
 
4109
4453
  <td class="type">
4110
4454
 
4111
4455
 
4112
- <span class="param-type">function</span>
4456
+ <span class="param-type">
4457
+
4458
+ function
4459
+
4460
+ </span>
4113
4461
 
4114
4462
 
4115
4463
 
@@ -4130,13 +4478,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
4130
4478
 
4131
4479
  <tr class="deep-level-1">
4132
4480
 
4133
- <td class="name" id="failure"><code>failure</code></td>
4481
+ <td class="name"><code>failure</code></td>
4134
4482
 
4135
4483
 
4136
4484
  <td class="type">
4137
4485
 
4138
4486
 
4139
- <span class="param-type">function</span>
4487
+ <span class="param-type">
4488
+
4489
+ function
4490
+
4491
+ </span>
4140
4492
 
4141
4493
 
4142
4494
 
@@ -4242,7 +4594,11 @@ console.log(&quot;submit: &quot;, res);
4242
4594
  <div class='column is-5 has-text-left'>
4243
4595
  <label>类型: </label>
4244
4596
 
4245
- <span class="param-type">Promise.&lt;String></span>
4597
+ <span class="param-type">
4598
+
4599
+ Promise.&lt;String>
4600
+
4601
+ </span>
4246
4602
 
4247
4603
 
4248
4604