@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="srcInfos"><code>srcInfos</code></td>
128
+ <td class="name"><code>srcInfos</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="desInfo"><code>desInfo</code></td>
155
+ <td class="name"><code>desInfo</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="expression"><code>expression</code></td>
182
+ <td class="name"><code>expression</code></td>
167
183
 
168
184
 
169
185
  <td class="type">
170
186
 
171
187
 
172
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
173
193
 
174
194
 
175
195
 
@@ -186,13 +206,17 @@
186
206
 
187
207
  <tr class="deep-level-1">
188
208
 
189
- <td class="name" id="pixelType"><code>pixelType</code></td>
209
+ <td class="name"><code>pixelType</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="cellSizeX"><code>cellSizeX</code></td>
236
+ <td class="name"><code>cellSizeX</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="cellSizeY"><code>cellSizeY</code></td>
263
+ <td class="name"><code>cellSizeY</code></td>
236
264
 
237
265
 
238
266
  <td class="type">
239
267
 
240
268
 
241
- <span class="param-type">String</span>
269
+ <span class="param-type">
270
+
271
+ String
272
+
273
+ </span>
242
274
 
243
275
 
244
276
 
@@ -390,7 +422,11 @@
390
422
  <td class="name">
391
423
  <code>
392
424
 
393
- <span class="param-type">String</span>
425
+ <span class="param-type">
426
+
427
+ String
428
+
429
+ </span>
394
430
 
395
431
 
396
432
 
@@ -404,7 +440,11 @@
404
440
  <td class="name">
405
441
  <code>
406
442
 
407
- <span class="param-type">String</span>
443
+ <span class="param-type">
444
+
445
+ String
446
+
447
+ </span>
408
448
 
409
449
 
410
450
 
@@ -418,7 +458,11 @@
418
458
  <td class="name">
419
459
  <code>
420
460
 
421
- <span class="param-type">Boolean</span>
461
+ <span class="param-type">
462
+
463
+ Boolean
464
+
465
+ </span>
422
466
 
423
467
 
424
468
 
@@ -432,7 +476,11 @@
432
476
  <td class="name">
433
477
  <code>
434
478
 
435
- <span class="param-type">String</span>
479
+ <span class="param-type">
480
+
481
+ String
482
+
483
+ </span>
436
484
 
437
485
 
438
486
 
@@ -446,7 +494,11 @@
446
494
  <td class="name">
447
495
  <code>
448
496
 
449
- <span class="param-type">String</span>
497
+ <span class="param-type">
498
+
499
+ String
500
+
501
+ </span>
450
502
 
451
503
 
452
504
 
@@ -460,7 +512,11 @@
460
512
  <td class="name">
461
513
  <code>
462
514
 
463
- <span class="param-type">Boolean</span>
515
+ <span class="param-type">
516
+
517
+ Boolean
518
+
519
+ </span>
464
520
 
465
521
 
466
522
 
@@ -474,7 +530,11 @@
474
530
  <td class="name">
475
531
  <code>
476
532
 
477
- <span class="param-type">String</span>
533
+ <span class="param-type">
534
+
535
+ String
536
+
537
+ </span>
478
538
 
479
539
 
480
540
 
@@ -488,7 +548,11 @@
488
548
  <td class="name">
489
549
  <code>
490
550
 
491
- <span class="param-type">Number</span>
551
+ <span class="param-type">
552
+
553
+ Number
554
+
555
+ </span>
492
556
 
493
557
 
494
558
 
@@ -502,7 +566,11 @@
502
566
  <td class="name">
503
567
  <code>
504
568
 
505
- <span class="param-type">String</span>
569
+ <span class="param-type">
570
+
571
+ String
572
+
573
+ </span>
506
574
 
507
575
 
508
576
 
@@ -516,7 +584,11 @@
516
584
  <td class="name">
517
585
  <code>
518
586
 
519
- <span class="param-type">String</span>
587
+ <span class="param-type">
588
+
589
+ String
590
+
591
+ </span>
520
592
 
521
593
 
522
594
 
@@ -530,7 +602,11 @@
530
602
  <td class="name">
531
603
  <code>
532
604
 
533
- <span class="param-type">Number</span>
605
+ <span class="param-type">
606
+
607
+ Number
608
+
609
+ </span>
534
610
 
535
611
 
536
612
 
@@ -544,7 +620,11 @@
544
620
  <td class="name">
545
621
  <code>
546
622
 
547
- <span class="param-type">function</span>
623
+ <span class="param-type">
624
+
625
+ function
626
+
627
+ </span>
548
628
 
549
629
 
550
630
 
@@ -558,7 +638,11 @@
558
638
  <td class="name">
559
639
  <code>
560
640
 
561
- <span class="param-type">String</span>
641
+ <span class="param-type">
642
+
643
+ String
644
+
645
+ </span>
562
646
 
563
647
 
564
648
 
@@ -572,7 +656,11 @@
572
656
  <td class="name">
573
657
  <code>
574
658
 
575
- <span class="param-type">function</span>
659
+ <span class="param-type">
660
+
661
+ function
662
+
663
+ </span>
576
664
 
577
665
 
578
666
 
@@ -586,7 +674,11 @@
586
674
  <td class="name">
587
675
  <code>
588
676
 
589
- <span class="param-type">String</span>
677
+ <span class="param-type">
678
+
679
+ String
680
+
681
+ </span>
590
682
 
591
683
 
592
684
 
@@ -600,7 +692,11 @@
600
692
  <td class="name">
601
693
  <code>
602
694
 
603
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
695
+ <span class="param-type">
696
+
697
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
698
+
699
+ </span>
604
700
 
605
701
 
606
702
 
@@ -614,7 +710,11 @@
614
710
  <td class="name">
615
711
  <code>
616
712
 
617
- <span class="param-type">String</span>
713
+ <span class="param-type">
714
+
715
+ String
716
+
717
+ </span>
618
718
 
619
719
 
620
720
 
@@ -628,7 +728,11 @@
628
728
  <td class="name">
629
729
  <code>
630
730
 
631
- <span class="param-type">String</span>
731
+ <span class="param-type">
732
+
733
+ String
734
+
735
+ </span>
632
736
 
633
737
 
634
738
 
@@ -642,7 +746,11 @@
642
746
  <td class="name">
643
747
  <code>
644
748
 
645
- <span class="param-type">String</span>
749
+ <span class="param-type">
750
+
751
+ String
752
+
753
+ </span>
646
754
 
647
755
 
648
756
 
@@ -662,7 +770,11 @@
662
770
  <span class="method-parameter is-pulled-right">
663
771
  <label>类型:</label>
664
772
 
665
- <span class="param-type">String</span>
773
+ <span class="param-type">
774
+
775
+ String
776
+
777
+ </span>
666
778
 
667
779
 
668
780
 
@@ -733,7 +845,11 @@
733
845
  <span class="method-parameter is-pulled-right">
734
846
  <label>类型:</label>
735
847
 
736
- <span class="param-type">String</span>
848
+ <span class="param-type">
849
+
850
+ String
851
+
852
+ </span>
737
853
 
738
854
 
739
855
 
@@ -804,7 +920,11 @@
804
920
  <span class="method-parameter is-pulled-right">
805
921
  <label>类型:</label>
806
922
 
807
- <span class="param-type">Boolean</span>
923
+ <span class="param-type">
924
+
925
+ Boolean
926
+
927
+ </span>
808
928
 
809
929
 
810
930
 
@@ -880,7 +1000,11 @@
880
1000
  <span class="method-parameter is-pulled-right">
881
1001
  <label>类型:</label>
882
1002
 
883
- <span class="param-type">String</span>
1003
+ <span class="param-type">
1004
+
1005
+ String
1006
+
1007
+ </span>
884
1008
 
885
1009
 
886
1010
 
@@ -955,7 +1079,11 @@
955
1079
  <span class="method-parameter is-pulled-right">
956
1080
  <label>类型:</label>
957
1081
 
958
- <span class="param-type">String</span>
1082
+ <span class="param-type">
1083
+
1084
+ String
1085
+
1086
+ </span>
959
1087
 
960
1088
 
961
1089
 
@@ -1026,7 +1154,11 @@
1026
1154
  <span class="method-parameter is-pulled-right">
1027
1155
  <label>类型:</label>
1028
1156
 
1029
- <span class="param-type">Boolean</span>
1157
+ <span class="param-type">
1158
+
1159
+ Boolean
1160
+
1161
+ </span>
1030
1162
 
1031
1163
 
1032
1164
 
@@ -1123,7 +1255,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1123
1255
  <span class="method-parameter is-pulled-right">
1124
1256
  <label>类型:</label>
1125
1257
 
1126
- <span class="param-type">String</span>
1258
+ <span class="param-type">
1259
+
1260
+ String
1261
+
1262
+ </span>
1127
1263
 
1128
1264
 
1129
1265
 
@@ -1194,7 +1330,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1194
1330
  <span class="method-parameter is-pulled-right">
1195
1331
  <label>类型:</label>
1196
1332
 
1197
- <span class="param-type">Number</span>
1333
+ <span class="param-type">
1334
+
1335
+ Number
1336
+
1337
+ </span>
1198
1338
 
1199
1339
 
1200
1340
 
@@ -1269,7 +1409,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1269
1409
  <span class="method-parameter is-pulled-right">
1270
1410
  <label>类型:</label>
1271
1411
 
1272
- <span class="param-type">String</span>
1412
+ <span class="param-type">
1413
+
1414
+ String
1415
+
1416
+ </span>
1273
1417
 
1274
1418
 
1275
1419
 
@@ -1344,7 +1488,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1344
1488
  <span class="method-parameter is-pulled-right">
1345
1489
  <label>类型:</label>
1346
1490
 
1347
- <span class="param-type">String</span>
1491
+ <span class="param-type">
1492
+
1493
+ String
1494
+
1495
+ </span>
1348
1496
 
1349
1497
 
1350
1498
 
@@ -1442,7 +1590,11 @@ BaseServer.headers.token = '新token';</code></pre>
1442
1590
  <span class="method-parameter is-pulled-right">
1443
1591
  <label>类型:</label>
1444
1592
 
1445
- <span class="param-type">Number</span>
1593
+ <span class="param-type">
1594
+
1595
+ Number
1596
+
1597
+ </span>
1446
1598
 
1447
1599
 
1448
1600
 
@@ -1513,7 +1665,11 @@ BaseServer.headers.token = '新token';</code></pre>
1513
1665
  <span class="method-parameter is-pulled-right">
1514
1666
  <label>类型:</label>
1515
1667
 
1516
- <span class="param-type">function</span>
1668
+ <span class="param-type">
1669
+
1670
+ function
1671
+
1672
+ </span>
1517
1673
 
1518
1674
 
1519
1675
 
@@ -1617,7 +1773,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1617
1773
  <span class="method-parameter is-pulled-right">
1618
1774
  <label>类型:</label>
1619
1775
 
1620
- <span class="param-type">String</span>
1776
+ <span class="param-type">
1777
+
1778
+ String
1779
+
1780
+ </span>
1621
1781
 
1622
1782
 
1623
1783
 
@@ -1711,7 +1871,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1711
1871
  <span class="method-parameter is-pulled-right">
1712
1872
  <label>类型:</label>
1713
1873
 
1714
- <span class="param-type">function</span>
1874
+ <span class="param-type">
1875
+
1876
+ function
1877
+
1878
+ </span>
1715
1879
 
1716
1880
 
1717
1881
 
@@ -1817,7 +1981,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1817
1981
  <span class="method-parameter is-pulled-right">
1818
1982
  <label>类型:</label>
1819
1983
 
1820
- <span class="param-type">String</span>
1984
+ <span class="param-type">
1985
+
1986
+ String
1987
+
1988
+ </span>
1821
1989
 
1822
1990
 
1823
1991
 
@@ -1888,7 +2056,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1888
2056
  <span class="method-parameter is-pulled-right">
1889
2057
  <label>类型:</label>
1890
2058
 
1891
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2059
+ <span class="param-type">
2060
+
2061
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2062
+
2063
+ </span>
1892
2064
 
1893
2065
 
1894
2066
 
@@ -1986,7 +2158,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1986
2158
  <span class="method-parameter is-pulled-right">
1987
2159
  <label>类型:</label>
1988
2160
 
1989
- <span class="param-type">String</span>
2161
+ <span class="param-type">
2162
+
2163
+ String
2164
+
2165
+ </span>
1990
2166
 
1991
2167
 
1992
2168
 
@@ -2079,7 +2255,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2079
2255
  <span class="method-parameter is-pulled-right">
2080
2256
  <label>类型:</label>
2081
2257
 
2082
- <span class="param-type">String</span>
2258
+ <span class="param-type">
2259
+
2260
+ String
2261
+
2262
+ </span>
2083
2263
 
2084
2264
 
2085
2265
 
@@ -2172,7 +2352,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2172
2352
  <span class="method-parameter is-pulled-right">
2173
2353
  <label>类型:</label>
2174
2354
 
2175
- <span class="param-type">String</span>
2355
+ <span class="param-type">
2356
+
2357
+ String
2358
+
2359
+ </span>
2176
2360
 
2177
2361
 
2178
2362
 
@@ -2269,7 +2453,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2269
2453
  <code>
2270
2454
 
2271
2455
 
2272
- <span class="param-type">Promise.&lt;Object></span>
2456
+ <span class="param-type">
2457
+
2458
+ Promise.&lt;Object>
2459
+
2460
+ </span>
2273
2461
 
2274
2462
 
2275
2463
 
@@ -2295,7 +2483,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2295
2483
  <code>
2296
2484
 
2297
2485
 
2298
- <span class="param-type">Promise.&lt;String></span>
2486
+ <span class="param-type">
2487
+
2488
+ Promise.&lt;String>
2489
+
2490
+ </span>
2299
2491
 
2300
2492
 
2301
2493
 
@@ -2311,7 +2503,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2311
2503
  <code>
2312
2504
 
2313
2505
 
2314
- <span class="param-type">Promise.&lt;String></span>
2506
+ <span class="param-type">
2507
+
2508
+ Promise.&lt;String>
2509
+
2510
+ </span>
2315
2511
 
2316
2512
 
2317
2513
 
@@ -2327,7 +2523,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2327
2523
  <code>
2328
2524
 
2329
2525
 
2330
- <span class="param-type">Promise.&lt;String></span>
2526
+ <span class="param-type">
2527
+
2528
+ Promise.&lt;String>
2529
+
2530
+ </span>
2331
2531
 
2332
2532
 
2333
2533
 
@@ -2397,13 +2597,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2397
2597
 
2398
2598
  <tr class="deep-level-0">
2399
2599
 
2400
- <td class="name" id="options"><code>options</code></td>
2600
+ <td class="name"><code>options</code></td>
2401
2601
 
2402
2602
 
2403
2603
  <td class="type">
2404
2604
 
2405
2605
 
2406
- <span class="param-type">Object</span>
2606
+ <span class="param-type">
2607
+
2608
+ Object
2609
+
2610
+ </span>
2407
2611
 
2408
2612
 
2409
2613
 
@@ -2424,13 +2628,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2424
2628
 
2425
2629
  <tr class="deep-level-1">
2426
2630
 
2427
- <td class="name" id="headers"><code>headers</code></td>
2631
+ <td class="name"><code>headers</code></td>
2428
2632
 
2429
2633
 
2430
2634
  <td class="type">
2431
2635
 
2432
2636
 
2433
- <span class="param-type">String</span>
2637
+ <span class="param-type">
2638
+
2639
+ String
2640
+
2641
+ </span>
2434
2642
 
2435
2643
 
2436
2644
 
@@ -2451,13 +2659,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2451
2659
 
2452
2660
  <tr class="deep-level-1">
2453
2661
 
2454
- <td class="name" id="method"><code>method</code></td>
2662
+ <td class="name"><code>method</code></td>
2455
2663
 
2456
2664
 
2457
2665
  <td class="type">
2458
2666
 
2459
2667
 
2460
- <span class="param-type">String</span>
2668
+ <span class="param-type">
2669
+
2670
+ String
2671
+
2672
+ </span>
2461
2673
 
2462
2674
 
2463
2675
 
@@ -2480,13 +2692,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2480
2692
 
2481
2693
  <tr class="deep-level-1">
2482
2694
 
2483
- <td class="name" id="success"><code>success</code></td>
2695
+ <td class="name"><code>success</code></td>
2484
2696
 
2485
2697
 
2486
2698
  <td class="type">
2487
2699
 
2488
2700
 
2489
- <span class="param-type">function</span>
2701
+ <span class="param-type">
2702
+
2703
+ function
2704
+
2705
+ </span>
2490
2706
 
2491
2707
 
2492
2708
 
@@ -2507,13 +2723,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2507
2723
 
2508
2724
  <tr class="deep-level-1">
2509
2725
 
2510
- <td class="name" id="failure"><code>failure</code></td>
2726
+ <td class="name"><code>failure</code></td>
2511
2727
 
2512
2728
 
2513
2729
  <td class="type">
2514
2730
 
2515
2731
 
2516
- <span class="param-type">function</span>
2732
+ <span class="param-type">
2733
+
2734
+ function
2735
+
2736
+ </span>
2517
2737
 
2518
2738
 
2519
2739
 
@@ -2612,7 +2832,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2612
2832
  <div class='column is-5 has-text-left'>
2613
2833
  <label>类型: </label>
2614
2834
 
2615
- <span class="param-type">Promise.&lt;Object></span>
2835
+ <span class="param-type">
2836
+
2837
+ Promise.&lt;Object>
2838
+
2839
+ </span>
2616
2840
 
2617
2841
 
2618
2842
 
@@ -2698,7 +2922,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2698
2922
 
2699
2923
  <tr class="deep-level-0">
2700
2924
 
2701
- <td class="name" id="options"><code>options</code></td>
2925
+ <td class="name"><code>options</code></td>
2702
2926
 
2703
2927
 
2704
2928
  <td class="type">
@@ -2719,13 +2943,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2719
2943
 
2720
2944
  <tr class="deep-level-1">
2721
2945
 
2722
- <td class="name" id="success"><code>success</code></td>
2946
+ <td class="name"><code>success</code></td>
2723
2947
 
2724
2948
 
2725
2949
  <td class="type">
2726
2950
 
2727
2951
 
2728
- <span class="param-type">function</span>
2952
+ <span class="param-type">
2953
+
2954
+ function
2955
+
2956
+ </span>
2729
2957
 
2730
2958
 
2731
2959
 
@@ -2748,13 +2976,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2748
2976
 
2749
2977
  <tr class="deep-level-1">
2750
2978
 
2751
- <td class="name" id="failure"><code>failure</code></td>
2979
+ <td class="name"><code>failure</code></td>
2752
2980
 
2753
2981
 
2754
2982
  <td class="type">
2755
2983
 
2756
2984
 
2757
- <span class="param-type">function</span>
2985
+ <span class="param-type">
2986
+
2987
+ function
2988
+
2989
+ </span>
2758
2990
 
2759
2991
 
2760
2992
 
@@ -2933,13 +3165,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2933
3165
 
2934
3166
  <tr class="deep-level-0">
2935
3167
 
2936
- <td class="name" id="options"><code>options</code></td>
3168
+ <td class="name"><code>options</code></td>
2937
3169
 
2938
3170
 
2939
3171
  <td class="type">
2940
3172
 
2941
3173
 
2942
- <span class="param-type">Object</span>
3174
+ <span class="param-type">
3175
+
3176
+ Object
3177
+
3178
+ </span>
2943
3179
 
2944
3180
 
2945
3181
 
@@ -2960,13 +3196,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2960
3196
 
2961
3197
  <tr class="deep-level-1">
2962
3198
 
2963
- <td class="name" id="taskId"><code>taskId</code></td>
3199
+ <td class="name"><code>taskId</code></td>
2964
3200
 
2965
3201
 
2966
3202
  <td class="type">
2967
3203
 
2968
3204
 
2969
- <span class="param-type">String</span>
3205
+ <span class="param-type">
3206
+
3207
+ String
3208
+
3209
+ </span>
2970
3210
 
2971
3211
 
2972
3212
 
@@ -2987,13 +3227,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2987
3227
 
2988
3228
  <tr class="deep-level-1">
2989
3229
 
2990
- <td class="name" id="headers"><code>headers</code></td>
3230
+ <td class="name"><code>headers</code></td>
2991
3231
 
2992
3232
 
2993
3233
  <td class="type">
2994
3234
 
2995
3235
 
2996
- <span class="param-type">String</span>
3236
+ <span class="param-type">
3237
+
3238
+ String
3239
+
3240
+ </span>
2997
3241
 
2998
3242
 
2999
3243
 
@@ -3014,13 +3258,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3014
3258
 
3015
3259
  <tr class="deep-level-1">
3016
3260
 
3017
- <td class="name" id="method"><code>method</code></td>
3261
+ <td class="name"><code>method</code></td>
3018
3262
 
3019
3263
 
3020
3264
  <td class="type">
3021
3265
 
3022
3266
 
3023
- <span class="param-type">String</span>
3267
+ <span class="param-type">
3268
+
3269
+ String
3270
+
3271
+ </span>
3024
3272
 
3025
3273
 
3026
3274
 
@@ -3043,13 +3291,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3043
3291
 
3044
3292
  <tr class="deep-level-1">
3045
3293
 
3046
- <td class="name" id="success"><code>success</code></td>
3294
+ <td class="name"><code>success</code></td>
3047
3295
 
3048
3296
 
3049
3297
  <td class="type">
3050
3298
 
3051
3299
 
3052
- <span class="param-type">function</span>
3300
+ <span class="param-type">
3301
+
3302
+ function
3303
+
3304
+ </span>
3053
3305
 
3054
3306
 
3055
3307
 
@@ -3070,13 +3322,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3070
3322
 
3071
3323
  <tr class="deep-level-1">
3072
3324
 
3073
- <td class="name" id="failure"><code>failure</code></td>
3325
+ <td class="name"><code>failure</code></td>
3074
3326
 
3075
3327
 
3076
3328
  <td class="type">
3077
3329
 
3078
3330
 
3079
- <span class="param-type">function</span>
3331
+ <span class="param-type">
3332
+
3333
+ function
3334
+
3335
+ </span>
3080
3336
 
3081
3337
 
3082
3338
 
@@ -3175,7 +3431,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3175
3431
  <div class='column is-5 has-text-left'>
3176
3432
  <label>类型: </label>
3177
3433
 
3178
- <span class="param-type">Promise.&lt;String></span>
3434
+ <span class="param-type">
3435
+
3436
+ Promise.&lt;String>
3437
+
3438
+ </span>
3179
3439
 
3180
3440
 
3181
3441
 
@@ -3261,13 +3521,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3261
3521
 
3262
3522
  <tr class="deep-level-0">
3263
3523
 
3264
- <td class="name" id="options"><code>options</code></td>
3524
+ <td class="name"><code>options</code></td>
3265
3525
 
3266
3526
 
3267
3527
  <td class="type">
3268
3528
 
3269
3529
 
3270
- <span class="param-type">Object</span>
3530
+ <span class="param-type">
3531
+
3532
+ Object
3533
+
3534
+ </span>
3271
3535
 
3272
3536
 
3273
3537
 
@@ -3288,13 +3552,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3288
3552
 
3289
3553
  <tr class="deep-level-1">
3290
3554
 
3291
- <td class="name" id="taskId"><code>taskId</code></td>
3555
+ <td class="name"><code>taskId</code></td>
3292
3556
 
3293
3557
 
3294
3558
  <td class="type">
3295
3559
 
3296
3560
 
3297
- <span class="param-type">String</span>
3561
+ <span class="param-type">
3562
+
3563
+ String
3564
+
3565
+ </span>
3298
3566
 
3299
3567
 
3300
3568
 
@@ -3315,13 +3583,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3315
3583
 
3316
3584
  <tr class="deep-level-1">
3317
3585
 
3318
- <td class="name" id="headers"><code>headers</code></td>
3586
+ <td class="name"><code>headers</code></td>
3319
3587
 
3320
3588
 
3321
3589
  <td class="type">
3322
3590
 
3323
3591
 
3324
- <span class="param-type">String</span>
3592
+ <span class="param-type">
3593
+
3594
+ String
3595
+
3596
+ </span>
3325
3597
 
3326
3598
 
3327
3599
 
@@ -3342,13 +3614,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3342
3614
 
3343
3615
  <tr class="deep-level-1">
3344
3616
 
3345
- <td class="name" id="method"><code>method</code></td>
3617
+ <td class="name"><code>method</code></td>
3346
3618
 
3347
3619
 
3348
3620
  <td class="type">
3349
3621
 
3350
3622
 
3351
- <span class="param-type">String</span>
3623
+ <span class="param-type">
3624
+
3625
+ String
3626
+
3627
+ </span>
3352
3628
 
3353
3629
 
3354
3630
 
@@ -3371,13 +3647,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3371
3647
 
3372
3648
  <tr class="deep-level-1">
3373
3649
 
3374
- <td class="name" id="success"><code>success</code></td>
3650
+ <td class="name"><code>success</code></td>
3375
3651
 
3376
3652
 
3377
3653
  <td class="type">
3378
3654
 
3379
3655
 
3380
- <span class="param-type">function</span>
3656
+ <span class="param-type">
3657
+
3658
+ function
3659
+
3660
+ </span>
3381
3661
 
3382
3662
 
3383
3663
 
@@ -3398,13 +3678,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3398
3678
 
3399
3679
  <tr class="deep-level-1">
3400
3680
 
3401
- <td class="name" id="failure"><code>failure</code></td>
3681
+ <td class="name"><code>failure</code></td>
3402
3682
 
3403
3683
 
3404
3684
  <td class="type">
3405
3685
 
3406
3686
 
3407
- <span class="param-type">function</span>
3687
+ <span class="param-type">
3688
+
3689
+ function
3690
+
3691
+ </span>
3408
3692
 
3409
3693
 
3410
3694
 
@@ -3503,7 +3787,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3503
3787
  <div class='column is-5 has-text-left'>
3504
3788
  <label>类型: </label>
3505
3789
 
3506
- <span class="param-type">Promise.&lt;String></span>
3790
+ <span class="param-type">
3791
+
3792
+ Promise.&lt;String>
3793
+
3794
+ </span>
3507
3795
 
3508
3796
 
3509
3797
 
@@ -3589,13 +3877,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3589
3877
 
3590
3878
  <tr class="deep-level-0">
3591
3879
 
3592
- <td class="name" id="options"><code>options</code></td>
3880
+ <td class="name"><code>options</code></td>
3593
3881
 
3594
3882
 
3595
3883
  <td class="type">
3596
3884
 
3597
3885
 
3598
- <span class="param-type">Object</span>
3886
+ <span class="param-type">
3887
+
3888
+ Object
3889
+
3890
+ </span>
3599
3891
 
3600
3892
 
3601
3893
 
@@ -3616,13 +3908,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3616
3908
 
3617
3909
  <tr class="deep-level-1">
3618
3910
 
3619
- <td class="name" id="headers"><code>headers</code></td>
3911
+ <td class="name"><code>headers</code></td>
3620
3912
 
3621
3913
 
3622
3914
  <td class="type">
3623
3915
 
3624
3916
 
3625
- <span class="param-type">String</span>
3917
+ <span class="param-type">
3918
+
3919
+ String
3920
+
3921
+ </span>
3626
3922
 
3627
3923
 
3628
3924
 
@@ -3643,13 +3939,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3643
3939
 
3644
3940
  <tr class="deep-level-1">
3645
3941
 
3646
- <td class="name" id="method"><code>method</code></td>
3942
+ <td class="name"><code>method</code></td>
3647
3943
 
3648
3944
 
3649
3945
  <td class="type">
3650
3946
 
3651
3947
 
3652
- <span class="param-type">String</span>
3948
+ <span class="param-type">
3949
+
3950
+ String
3951
+
3952
+ </span>
3653
3953
 
3654
3954
 
3655
3955
 
@@ -3672,13 +3972,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3672
3972
 
3673
3973
  <tr class="deep-level-1">
3674
3974
 
3675
- <td class="name" id="success"><code>success</code></td>
3975
+ <td class="name"><code>success</code></td>
3676
3976
 
3677
3977
 
3678
3978
  <td class="type">
3679
3979
 
3680
3980
 
3681
- <span class="param-type">function</span>
3981
+ <span class="param-type">
3982
+
3983
+ function
3984
+
3985
+ </span>
3682
3986
 
3683
3987
 
3684
3988
 
@@ -3699,13 +4003,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3699
4003
 
3700
4004
  <tr class="deep-level-1">
3701
4005
 
3702
- <td class="name" id="failure"><code>failure</code></td>
4006
+ <td class="name"><code>failure</code></td>
3703
4007
 
3704
4008
 
3705
4009
  <td class="type">
3706
4010
 
3707
4011
 
3708
- <span class="param-type">function</span>
4012
+ <span class="param-type">
4013
+
4014
+ function
4015
+
4016
+ </span>
3709
4017
 
3710
4018
 
3711
4019
 
@@ -3811,7 +4119,11 @@ console.log(&quot;submit: &quot;, res);
3811
4119
  <div class='column is-5 has-text-left'>
3812
4120
  <label>类型: </label>
3813
4121
 
3814
- <span class="param-type">Promise.&lt;String></span>
4122
+ <span class="param-type">
4123
+
4124
+ Promise.&lt;String>
4125
+
4126
+ </span>
3815
4127
 
3816
4128
 
3817
4129