@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="clsName"><code>clsName</code></td>
128
+ <td class="name"><code>clsName</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="desClsName"><code>desClsName</code></td>
155
+ <td class="name"><code>desClsName</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="crsName"><code>crsName</code></td>
182
+ <td class="name"><code>crsName</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
 
@@ -321,7 +341,11 @@
321
341
  <td class="name">
322
342
  <code>
323
343
 
324
- <span class="param-type">Boolean</span>
344
+ <span class="param-type">
345
+
346
+ Boolean
347
+
348
+ </span>
325
349
 
326
350
 
327
351
 
@@ -335,7 +359,11 @@
335
359
  <td class="name">
336
360
  <code>
337
361
 
338
- <span class="param-type">String</span>
362
+ <span class="param-type">
363
+
364
+ String
365
+
366
+ </span>
339
367
 
340
368
 
341
369
 
@@ -349,7 +377,11 @@
349
377
  <td class="name">
350
378
  <code>
351
379
 
352
- <span class="param-type">String</span>
380
+ <span class="param-type">
381
+
382
+ String
383
+
384
+ </span>
353
385
 
354
386
 
355
387
 
@@ -363,7 +395,11 @@
363
395
  <td class="name">
364
396
  <code>
365
397
 
366
- <span class="param-type">String</span>
398
+ <span class="param-type">
399
+
400
+ String
401
+
402
+ </span>
367
403
 
368
404
 
369
405
 
@@ -377,7 +413,11 @@
377
413
  <td class="name">
378
414
  <code>
379
415
 
380
- <span class="param-type">String</span>
416
+ <span class="param-type">
417
+
418
+ String
419
+
420
+ </span>
381
421
 
382
422
 
383
423
 
@@ -391,7 +431,11 @@
391
431
  <td class="name">
392
432
  <code>
393
433
 
394
- <span class="param-type">Boolean</span>
434
+ <span class="param-type">
435
+
436
+ Boolean
437
+
438
+ </span>
395
439
 
396
440
 
397
441
 
@@ -405,7 +449,11 @@
405
449
  <td class="name">
406
450
  <code>
407
451
 
408
- <span class="param-type">Number</span>
452
+ <span class="param-type">
453
+
454
+ Number
455
+
456
+ </span>
409
457
 
410
458
 
411
459
 
@@ -419,7 +467,11 @@
419
467
  <td class="name">
420
468
  <code>
421
469
 
422
- <span class="param-type">String</span>
470
+ <span class="param-type">
471
+
472
+ String
473
+
474
+ </span>
423
475
 
424
476
 
425
477
 
@@ -433,7 +485,11 @@
433
485
  <td class="name">
434
486
  <code>
435
487
 
436
- <span class="param-type">String</span>
488
+ <span class="param-type">
489
+
490
+ String
491
+
492
+ </span>
437
493
 
438
494
 
439
495
 
@@ -447,7 +503,11 @@
447
503
  <td class="name">
448
504
  <code>
449
505
 
450
- <span class="param-type">function</span>
506
+ <span class="param-type">
507
+
508
+ function
509
+
510
+ </span>
451
511
 
452
512
 
453
513
 
@@ -461,7 +521,11 @@
461
521
  <td class="name">
462
522
  <code>
463
523
 
464
- <span class="param-type">String</span>
524
+ <span class="param-type">
525
+
526
+ String
527
+
528
+ </span>
465
529
 
466
530
 
467
531
 
@@ -475,7 +539,11 @@
475
539
  <td class="name">
476
540
  <code>
477
541
 
478
- <span class="param-type">function</span>
542
+ <span class="param-type">
543
+
544
+ function
545
+
546
+ </span>
479
547
 
480
548
 
481
549
 
@@ -489,7 +557,11 @@
489
557
  <td class="name">
490
558
  <code>
491
559
 
492
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
560
+ <span class="param-type">
561
+
562
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
563
+
564
+ </span>
493
565
 
494
566
 
495
567
 
@@ -503,7 +575,11 @@
503
575
  <td class="name">
504
576
  <code>
505
577
 
506
- <span class="param-type">String</span>
578
+ <span class="param-type">
579
+
580
+ String
581
+
582
+ </span>
507
583
 
508
584
 
509
585
 
@@ -517,7 +593,11 @@
517
593
  <td class="name">
518
594
  <code>
519
595
 
520
- <span class="param-type">String</span>
596
+ <span class="param-type">
597
+
598
+ String
599
+
600
+ </span>
521
601
 
522
602
 
523
603
 
@@ -531,7 +611,11 @@
531
611
  <td class="name">
532
612
  <code>
533
613
 
534
- <span class="param-type">String</span>
614
+ <span class="param-type">
615
+
616
+ String
617
+
618
+ </span>
535
619
 
536
620
 
537
621
 
@@ -551,7 +635,11 @@
551
635
  <span class="method-parameter is-pulled-right">
552
636
  <label>类型:</label>
553
637
 
554
- <span class="param-type">Boolean</span>
638
+ <span class="param-type">
639
+
640
+ Boolean
641
+
642
+ </span>
555
643
 
556
644
 
557
645
 
@@ -627,7 +715,11 @@
627
715
  <span class="method-parameter is-pulled-right">
628
716
  <label>类型:</label>
629
717
 
630
- <span class="param-type">String</span>
718
+ <span class="param-type">
719
+
720
+ String
721
+
722
+ </span>
631
723
 
632
724
 
633
725
 
@@ -698,7 +790,11 @@
698
790
  <span class="method-parameter is-pulled-right">
699
791
  <label>类型:</label>
700
792
 
701
- <span class="param-type">String</span>
793
+ <span class="param-type">
794
+
795
+ String
796
+
797
+ </span>
702
798
 
703
799
 
704
800
 
@@ -769,7 +865,11 @@
769
865
  <span class="method-parameter is-pulled-right">
770
866
  <label>类型:</label>
771
867
 
772
- <span class="param-type">String</span>
868
+ <span class="param-type">
869
+
870
+ String
871
+
872
+ </span>
773
873
 
774
874
 
775
875
 
@@ -840,7 +940,11 @@
840
940
  <span class="method-parameter is-pulled-right">
841
941
  <label>类型:</label>
842
942
 
843
- <span class="param-type">String</span>
943
+ <span class="param-type">
944
+
945
+ String
946
+
947
+ </span>
844
948
 
845
949
 
846
950
 
@@ -915,7 +1019,11 @@
915
1019
  <span class="method-parameter is-pulled-right">
916
1020
  <label>类型:</label>
917
1021
 
918
- <span class="param-type">Boolean</span>
1022
+ <span class="param-type">
1023
+
1024
+ Boolean
1025
+
1026
+ </span>
919
1027
 
920
1028
 
921
1029
 
@@ -1012,7 +1120,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1012
1120
  <span class="method-parameter is-pulled-right">
1013
1121
  <label>类型:</label>
1014
1122
 
1015
- <span class="param-type">Number</span>
1123
+ <span class="param-type">
1124
+
1125
+ Number
1126
+
1127
+ </span>
1016
1128
 
1017
1129
 
1018
1130
 
@@ -1087,7 +1199,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1087
1199
  <span class="method-parameter is-pulled-right">
1088
1200
  <label>类型:</label>
1089
1201
 
1090
- <span class="param-type">String</span>
1202
+ <span class="param-type">
1203
+
1204
+ String
1205
+
1206
+ </span>
1091
1207
 
1092
1208
 
1093
1209
 
@@ -1162,7 +1278,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1162
1278
  <span class="method-parameter is-pulled-right">
1163
1279
  <label>类型:</label>
1164
1280
 
1165
- <span class="param-type">String</span>
1281
+ <span class="param-type">
1282
+
1283
+ String
1284
+
1285
+ </span>
1166
1286
 
1167
1287
 
1168
1288
 
@@ -1260,7 +1380,11 @@ BaseServer.headers.token = '新token';</code></pre>
1260
1380
  <span class="method-parameter is-pulled-right">
1261
1381
  <label>类型:</label>
1262
1382
 
1263
- <span class="param-type">function</span>
1383
+ <span class="param-type">
1384
+
1385
+ function
1386
+
1387
+ </span>
1264
1388
 
1265
1389
 
1266
1390
 
@@ -1364,7 +1488,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1364
1488
  <span class="method-parameter is-pulled-right">
1365
1489
  <label>类型:</label>
1366
1490
 
1367
- <span class="param-type">String</span>
1491
+ <span class="param-type">
1492
+
1493
+ String
1494
+
1495
+ </span>
1368
1496
 
1369
1497
 
1370
1498
 
@@ -1458,7 +1586,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1458
1586
  <span class="method-parameter is-pulled-right">
1459
1587
  <label>类型:</label>
1460
1588
 
1461
- <span class="param-type">function</span>
1589
+ <span class="param-type">
1590
+
1591
+ function
1592
+
1593
+ </span>
1462
1594
 
1463
1595
 
1464
1596
 
@@ -1564,7 +1696,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1564
1696
  <span class="method-parameter is-pulled-right">
1565
1697
  <label>类型:</label>
1566
1698
 
1567
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1699
+ <span class="param-type">
1700
+
1701
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
1702
+
1703
+ </span>
1568
1704
 
1569
1705
 
1570
1706
 
@@ -1662,7 +1798,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1662
1798
  <span class="method-parameter is-pulled-right">
1663
1799
  <label>类型:</label>
1664
1800
 
1665
- <span class="param-type">String</span>
1801
+ <span class="param-type">
1802
+
1803
+ String
1804
+
1805
+ </span>
1666
1806
 
1667
1807
 
1668
1808
 
@@ -1755,7 +1895,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1755
1895
  <span class="method-parameter is-pulled-right">
1756
1896
  <label>类型:</label>
1757
1897
 
1758
- <span class="param-type">String</span>
1898
+ <span class="param-type">
1899
+
1900
+ String
1901
+
1902
+ </span>
1759
1903
 
1760
1904
 
1761
1905
 
@@ -1848,7 +1992,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1848
1992
  <span class="method-parameter is-pulled-right">
1849
1993
  <label>类型:</label>
1850
1994
 
1851
- <span class="param-type">String</span>
1995
+ <span class="param-type">
1996
+
1997
+ String
1998
+
1999
+ </span>
1852
2000
 
1853
2001
 
1854
2002
 
@@ -1945,7 +2093,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1945
2093
  <code>
1946
2094
 
1947
2095
 
1948
- <span class="param-type">Promise.&lt;Object></span>
2096
+ <span class="param-type">
2097
+
2098
+ Promise.&lt;Object>
2099
+
2100
+ </span>
1949
2101
 
1950
2102
 
1951
2103
 
@@ -1971,7 +2123,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1971
2123
  <code>
1972
2124
 
1973
2125
 
1974
- <span class="param-type">Promise.&lt;String></span>
2126
+ <span class="param-type">
2127
+
2128
+ Promise.&lt;String>
2129
+
2130
+ </span>
1975
2131
 
1976
2132
 
1977
2133
 
@@ -1987,7 +2143,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
1987
2143
  <code>
1988
2144
 
1989
2145
 
1990
- <span class="param-type">Promise.&lt;String></span>
2146
+ <span class="param-type">
2147
+
2148
+ Promise.&lt;String>
2149
+
2150
+ </span>
1991
2151
 
1992
2152
 
1993
2153
 
@@ -2003,7 +2163,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2003
2163
  <code>
2004
2164
 
2005
2165
 
2006
- <span class="param-type">Promise.&lt;String></span>
2166
+ <span class="param-type">
2167
+
2168
+ Promise.&lt;String>
2169
+
2170
+ </span>
2007
2171
 
2008
2172
 
2009
2173
 
@@ -2073,13 +2237,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2073
2237
 
2074
2238
  <tr class="deep-level-0">
2075
2239
 
2076
- <td class="name" id="options"><code>options</code></td>
2240
+ <td class="name"><code>options</code></td>
2077
2241
 
2078
2242
 
2079
2243
  <td class="type">
2080
2244
 
2081
2245
 
2082
- <span class="param-type">Object</span>
2246
+ <span class="param-type">
2247
+
2248
+ Object
2249
+
2250
+ </span>
2083
2251
 
2084
2252
 
2085
2253
 
@@ -2100,13 +2268,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2100
2268
 
2101
2269
  <tr class="deep-level-1">
2102
2270
 
2103
- <td class="name" id="headers"><code>headers</code></td>
2271
+ <td class="name"><code>headers</code></td>
2104
2272
 
2105
2273
 
2106
2274
  <td class="type">
2107
2275
 
2108
2276
 
2109
- <span class="param-type">String</span>
2277
+ <span class="param-type">
2278
+
2279
+ String
2280
+
2281
+ </span>
2110
2282
 
2111
2283
 
2112
2284
 
@@ -2127,13 +2299,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2127
2299
 
2128
2300
  <tr class="deep-level-1">
2129
2301
 
2130
- <td class="name" id="method"><code>method</code></td>
2302
+ <td class="name"><code>method</code></td>
2131
2303
 
2132
2304
 
2133
2305
  <td class="type">
2134
2306
 
2135
2307
 
2136
- <span class="param-type">String</span>
2308
+ <span class="param-type">
2309
+
2310
+ String
2311
+
2312
+ </span>
2137
2313
 
2138
2314
 
2139
2315
 
@@ -2156,13 +2332,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2156
2332
 
2157
2333
  <tr class="deep-level-1">
2158
2334
 
2159
- <td class="name" id="success"><code>success</code></td>
2335
+ <td class="name"><code>success</code></td>
2160
2336
 
2161
2337
 
2162
2338
  <td class="type">
2163
2339
 
2164
2340
 
2165
- <span class="param-type">function</span>
2341
+ <span class="param-type">
2342
+
2343
+ function
2344
+
2345
+ </span>
2166
2346
 
2167
2347
 
2168
2348
 
@@ -2183,13 +2363,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2183
2363
 
2184
2364
  <tr class="deep-level-1">
2185
2365
 
2186
- <td class="name" id="failure"><code>failure</code></td>
2366
+ <td class="name"><code>failure</code></td>
2187
2367
 
2188
2368
 
2189
2369
  <td class="type">
2190
2370
 
2191
2371
 
2192
- <span class="param-type">function</span>
2372
+ <span class="param-type">
2373
+
2374
+ function
2375
+
2376
+ </span>
2193
2377
 
2194
2378
 
2195
2379
 
@@ -2288,7 +2472,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2288
2472
  <div class='column is-5 has-text-left'>
2289
2473
  <label>类型: </label>
2290
2474
 
2291
- <span class="param-type">Promise.&lt;Object></span>
2475
+ <span class="param-type">
2476
+
2477
+ Promise.&lt;Object>
2478
+
2479
+ </span>
2292
2480
 
2293
2481
 
2294
2482
 
@@ -2374,7 +2562,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2374
2562
 
2375
2563
  <tr class="deep-level-0">
2376
2564
 
2377
- <td class="name" id="options"><code>options</code></td>
2565
+ <td class="name"><code>options</code></td>
2378
2566
 
2379
2567
 
2380
2568
  <td class="type">
@@ -2395,13 +2583,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2395
2583
 
2396
2584
  <tr class="deep-level-1">
2397
2585
 
2398
- <td class="name" id="success"><code>success</code></td>
2586
+ <td class="name"><code>success</code></td>
2399
2587
 
2400
2588
 
2401
2589
  <td class="type">
2402
2590
 
2403
2591
 
2404
- <span class="param-type">function</span>
2592
+ <span class="param-type">
2593
+
2594
+ function
2595
+
2596
+ </span>
2405
2597
 
2406
2598
 
2407
2599
 
@@ -2424,13 +2616,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2424
2616
 
2425
2617
  <tr class="deep-level-1">
2426
2618
 
2427
- <td class="name" id="failure"><code>failure</code></td>
2619
+ <td class="name"><code>failure</code></td>
2428
2620
 
2429
2621
 
2430
2622
  <td class="type">
2431
2623
 
2432
2624
 
2433
- <span class="param-type">function</span>
2625
+ <span class="param-type">
2626
+
2627
+ function
2628
+
2629
+ </span>
2434
2630
 
2435
2631
 
2436
2632
 
@@ -2609,13 +2805,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2609
2805
 
2610
2806
  <tr class="deep-level-0">
2611
2807
 
2612
- <td class="name" id="options"><code>options</code></td>
2808
+ <td class="name"><code>options</code></td>
2613
2809
 
2614
2810
 
2615
2811
  <td class="type">
2616
2812
 
2617
2813
 
2618
- <span class="param-type">Object</span>
2814
+ <span class="param-type">
2815
+
2816
+ Object
2817
+
2818
+ </span>
2619
2819
 
2620
2820
 
2621
2821
 
@@ -2636,13 +2836,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2636
2836
 
2637
2837
  <tr class="deep-level-1">
2638
2838
 
2639
- <td class="name" id="taskId"><code>taskId</code></td>
2839
+ <td class="name"><code>taskId</code></td>
2640
2840
 
2641
2841
 
2642
2842
  <td class="type">
2643
2843
 
2644
2844
 
2645
- <span class="param-type">String</span>
2845
+ <span class="param-type">
2846
+
2847
+ String
2848
+
2849
+ </span>
2646
2850
 
2647
2851
 
2648
2852
 
@@ -2663,13 +2867,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2663
2867
 
2664
2868
  <tr class="deep-level-1">
2665
2869
 
2666
- <td class="name" id="headers"><code>headers</code></td>
2870
+ <td class="name"><code>headers</code></td>
2667
2871
 
2668
2872
 
2669
2873
  <td class="type">
2670
2874
 
2671
2875
 
2672
- <span class="param-type">String</span>
2876
+ <span class="param-type">
2877
+
2878
+ String
2879
+
2880
+ </span>
2673
2881
 
2674
2882
 
2675
2883
 
@@ -2690,13 +2898,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2690
2898
 
2691
2899
  <tr class="deep-level-1">
2692
2900
 
2693
- <td class="name" id="method"><code>method</code></td>
2901
+ <td class="name"><code>method</code></td>
2694
2902
 
2695
2903
 
2696
2904
  <td class="type">
2697
2905
 
2698
2906
 
2699
- <span class="param-type">String</span>
2907
+ <span class="param-type">
2908
+
2909
+ String
2910
+
2911
+ </span>
2700
2912
 
2701
2913
 
2702
2914
 
@@ -2719,13 +2931,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2719
2931
 
2720
2932
  <tr class="deep-level-1">
2721
2933
 
2722
- <td class="name" id="success"><code>success</code></td>
2934
+ <td class="name"><code>success</code></td>
2723
2935
 
2724
2936
 
2725
2937
  <td class="type">
2726
2938
 
2727
2939
 
2728
- <span class="param-type">function</span>
2940
+ <span class="param-type">
2941
+
2942
+ function
2943
+
2944
+ </span>
2729
2945
 
2730
2946
 
2731
2947
 
@@ -2746,13 +2962,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2746
2962
 
2747
2963
  <tr class="deep-level-1">
2748
2964
 
2749
- <td class="name" id="failure"><code>failure</code></td>
2965
+ <td class="name"><code>failure</code></td>
2750
2966
 
2751
2967
 
2752
2968
  <td class="type">
2753
2969
 
2754
2970
 
2755
- <span class="param-type">function</span>
2971
+ <span class="param-type">
2972
+
2973
+ function
2974
+
2975
+ </span>
2756
2976
 
2757
2977
 
2758
2978
 
@@ -2851,7 +3071,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2851
3071
  <div class='column is-5 has-text-left'>
2852
3072
  <label>类型: </label>
2853
3073
 
2854
- <span class="param-type">Promise.&lt;String></span>
3074
+ <span class="param-type">
3075
+
3076
+ Promise.&lt;String>
3077
+
3078
+ </span>
2855
3079
 
2856
3080
 
2857
3081
 
@@ -2937,13 +3161,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2937
3161
 
2938
3162
  <tr class="deep-level-0">
2939
3163
 
2940
- <td class="name" id="options"><code>options</code></td>
3164
+ <td class="name"><code>options</code></td>
2941
3165
 
2942
3166
 
2943
3167
  <td class="type">
2944
3168
 
2945
3169
 
2946
- <span class="param-type">Object</span>
3170
+ <span class="param-type">
3171
+
3172
+ Object
3173
+
3174
+ </span>
2947
3175
 
2948
3176
 
2949
3177
 
@@ -2964,13 +3192,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2964
3192
 
2965
3193
  <tr class="deep-level-1">
2966
3194
 
2967
- <td class="name" id="taskId"><code>taskId</code></td>
3195
+ <td class="name"><code>taskId</code></td>
2968
3196
 
2969
3197
 
2970
3198
  <td class="type">
2971
3199
 
2972
3200
 
2973
- <span class="param-type">String</span>
3201
+ <span class="param-type">
3202
+
3203
+ String
3204
+
3205
+ </span>
2974
3206
 
2975
3207
 
2976
3208
 
@@ -2991,13 +3223,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2991
3223
 
2992
3224
  <tr class="deep-level-1">
2993
3225
 
2994
- <td class="name" id="headers"><code>headers</code></td>
3226
+ <td class="name"><code>headers</code></td>
2995
3227
 
2996
3228
 
2997
3229
  <td class="type">
2998
3230
 
2999
3231
 
3000
- <span class="param-type">String</span>
3232
+ <span class="param-type">
3233
+
3234
+ String
3235
+
3236
+ </span>
3001
3237
 
3002
3238
 
3003
3239
 
@@ -3018,13 +3254,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3018
3254
 
3019
3255
  <tr class="deep-level-1">
3020
3256
 
3021
- <td class="name" id="method"><code>method</code></td>
3257
+ <td class="name"><code>method</code></td>
3022
3258
 
3023
3259
 
3024
3260
  <td class="type">
3025
3261
 
3026
3262
 
3027
- <span class="param-type">String</span>
3263
+ <span class="param-type">
3264
+
3265
+ String
3266
+
3267
+ </span>
3028
3268
 
3029
3269
 
3030
3270
 
@@ -3047,13 +3287,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3047
3287
 
3048
3288
  <tr class="deep-level-1">
3049
3289
 
3050
- <td class="name" id="success"><code>success</code></td>
3290
+ <td class="name"><code>success</code></td>
3051
3291
 
3052
3292
 
3053
3293
  <td class="type">
3054
3294
 
3055
3295
 
3056
- <span class="param-type">function</span>
3296
+ <span class="param-type">
3297
+
3298
+ function
3299
+
3300
+ </span>
3057
3301
 
3058
3302
 
3059
3303
 
@@ -3074,13 +3318,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3074
3318
 
3075
3319
  <tr class="deep-level-1">
3076
3320
 
3077
- <td class="name" id="failure"><code>failure</code></td>
3321
+ <td class="name"><code>failure</code></td>
3078
3322
 
3079
3323
 
3080
3324
  <td class="type">
3081
3325
 
3082
3326
 
3083
- <span class="param-type">function</span>
3327
+ <span class="param-type">
3328
+
3329
+ function
3330
+
3331
+ </span>
3084
3332
 
3085
3333
 
3086
3334
 
@@ -3179,7 +3427,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3179
3427
  <div class='column is-5 has-text-left'>
3180
3428
  <label>类型: </label>
3181
3429
 
3182
- <span class="param-type">Promise.&lt;String></span>
3430
+ <span class="param-type">
3431
+
3432
+ Promise.&lt;String>
3433
+
3434
+ </span>
3183
3435
 
3184
3436
 
3185
3437
 
@@ -3265,13 +3517,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3265
3517
 
3266
3518
  <tr class="deep-level-0">
3267
3519
 
3268
- <td class="name" id="options"><code>options</code></td>
3520
+ <td class="name"><code>options</code></td>
3269
3521
 
3270
3522
 
3271
3523
  <td class="type">
3272
3524
 
3273
3525
 
3274
- <span class="param-type">Object</span>
3526
+ <span class="param-type">
3527
+
3528
+ Object
3529
+
3530
+ </span>
3275
3531
 
3276
3532
 
3277
3533
 
@@ -3292,13 +3548,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3292
3548
 
3293
3549
  <tr class="deep-level-1">
3294
3550
 
3295
- <td class="name" id="headers"><code>headers</code></td>
3551
+ <td class="name"><code>headers</code></td>
3296
3552
 
3297
3553
 
3298
3554
  <td class="type">
3299
3555
 
3300
3556
 
3301
- <span class="param-type">String</span>
3557
+ <span class="param-type">
3558
+
3559
+ String
3560
+
3561
+ </span>
3302
3562
 
3303
3563
 
3304
3564
 
@@ -3319,13 +3579,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3319
3579
 
3320
3580
  <tr class="deep-level-1">
3321
3581
 
3322
- <td class="name" id="method"><code>method</code></td>
3582
+ <td class="name"><code>method</code></td>
3323
3583
 
3324
3584
 
3325
3585
  <td class="type">
3326
3586
 
3327
3587
 
3328
- <span class="param-type">String</span>
3588
+ <span class="param-type">
3589
+
3590
+ String
3591
+
3592
+ </span>
3329
3593
 
3330
3594
 
3331
3595
 
@@ -3348,13 +3612,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3348
3612
 
3349
3613
  <tr class="deep-level-1">
3350
3614
 
3351
- <td class="name" id="success"><code>success</code></td>
3615
+ <td class="name"><code>success</code></td>
3352
3616
 
3353
3617
 
3354
3618
  <td class="type">
3355
3619
 
3356
3620
 
3357
- <span class="param-type">function</span>
3621
+ <span class="param-type">
3622
+
3623
+ function
3624
+
3625
+ </span>
3358
3626
 
3359
3627
 
3360
3628
 
@@ -3375,13 +3643,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3375
3643
 
3376
3644
  <tr class="deep-level-1">
3377
3645
 
3378
- <td class="name" id="failure"><code>failure</code></td>
3646
+ <td class="name"><code>failure</code></td>
3379
3647
 
3380
3648
 
3381
3649
  <td class="type">
3382
3650
 
3383
3651
 
3384
- <span class="param-type">function</span>
3652
+ <span class="param-type">
3653
+
3654
+ function
3655
+
3656
+ </span>
3385
3657
 
3386
3658
 
3387
3659
 
@@ -3487,7 +3759,11 @@ console.log(&quot;submit: &quot;, res);
3487
3759
  <div class='column is-5 has-text-left'>
3488
3760
  <label>类型: </label>
3489
3761
 
3490
- <span class="param-type">Promise.&lt;String></span>
3762
+ <span class="param-type">
3763
+
3764
+ Promise.&lt;String>
3765
+
3766
+ </span>
3491
3767
 
3492
3768
 
3493
3769