@mapgis/webclient-common 17.0.4 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (261) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +1 -1
  3. package/dist/webclient-common-es6.min.js +1 -1
  4. package/documention/AddressServer.html +313 -89
  5. package/documention/ArcGISFeatureServer.html +518 -166
  6. package/documention/ArcGISGeometryServer.html +378 -118
  7. package/documention/ArcGISMapImageLayer.html +381 -101
  8. package/documention/ArcGISMapImageSubLayer.html +138 -34
  9. package/documention/ArcGISMapServer.html +371 -115
  10. package/documention/ArcGISTileLayer.html +655 -151
  11. package/documention/ArcGISVectorTileLayer.html +523 -159
  12. package/documention/ArcGISVectorTileServer.html +183 -51
  13. package/documention/BaseRenderer.html +33 -9
  14. package/documention/BaseServer.html +167 -43
  15. package/documention/BaseView.html +901 -197
  16. package/documention/Basemap.html +262 -79
  17. package/documention/Callout3D.html +30 -6
  18. package/documention/Cesium3DTilesCacheLayer.html +611 -131
  19. package/documention/Cesium3DTilesServer.html +171 -43
  20. package/documention/CheckUtil.html +322 -83
  21. package/documention/Circle.html +233 -58
  22. package/documention/ClassBreakInfo.html +122 -30
  23. package/documention/ClassBreakRenderer.html +195 -47
  24. package/documention/ClusterInfo.html +141 -33
  25. package/documention/ClusterRenderer.html +220 -59
  26. package/documention/Collection.html +1244 -316
  27. package/documention/CollectionFlattener.html +119 -31
  28. package/documention/Color.html +223 -55
  29. package/documention/ColorMaterial.html +71 -22
  30. package/documention/ColorStop.html +114 -26
  31. package/documention/ColorVariable.html +52 -12
  32. package/documention/Config.html +30 -10
  33. package/documention/CursorChangeEventInfo.html +18 -6
  34. package/documention/EchartsLayer.html +52 -12
  35. package/documention/Edges3D.html +77 -24
  36. package/documention/ElevationInfo.html +50 -14
  37. package/documention/Evented.html +63 -28
  38. package/documention/Extent.html +409 -102
  39. package/documention/ExtrudeSymbol3DLayer.html +139 -38
  40. package/documention/Feature.html +189 -53
  41. package/documention/FeatureExpressionInfo.html +32 -8
  42. package/documention/FeatureLayer.html +674 -163
  43. package/documention/FeatureServer.html +838 -266
  44. package/documention/FeatureSet.html +126 -38
  45. package/documention/FillSymbol.html +72 -16
  46. package/documention/FillSymbol3DLayer.html +99 -30
  47. package/documention/FillSymbol3DOutline.html +93 -28
  48. package/documention/Font.html +125 -33
  49. package/documention/GeoJSONLayer.html +755 -179
  50. package/documention/Geometry.html +247 -73
  51. package/documention/GeometryEngine.html +1087 -469
  52. package/documention/GeometryFilter.html +68 -16
  53. package/documention/GeometryServer.html +540 -176
  54. package/documention/GraphicsLayer.html +836 -196
  55. package/documention/GroupLayer.html +727 -163
  56. package/documention/HeatmapColorStop.html +74 -18
  57. package/documention/HeatmapRenderer.html +176 -44
  58. package/documention/IGSFeatureLayer.html +354 -94
  59. package/documention/IGSMapImageLayer.html +571 -147
  60. package/documention/IGSMapImageSubLayer.html +150 -38
  61. package/documention/IGSSceneLayer.html +197 -48
  62. package/documention/IGSSceneSubLayer.html +250 -54
  63. package/documention/IGSTileLayer.html +715 -167
  64. package/documention/IGSVectorTileLayer.html +555 -167
  65. package/documention/IGSVectorTileSubLayer.html +134 -34
  66. package/documention/IconResource.html +63 -22
  67. package/documention/IconSymbol3DLayer.html +171 -46
  68. package/documention/ImageServer.html +323 -91
  69. package/documention/Interceptor.html +29 -9
  70. package/documention/LOD.html +84 -20
  71. package/documention/LabelClass.html +364 -92
  72. package/documention/LabelSymbol3D.html +103 -30
  73. package/documention/Layer.html +713 -178
  74. package/documention/LayerEvent.html +6 -2
  75. package/documention/LayerViewUpdateEvent.html +12 -4
  76. package/documention/LineCallout3D.html +143 -38
  77. package/documention/LineString.html +315 -93
  78. package/documention/LineStyleMarker3D.html +123 -34
  79. package/documention/LineStylePattern3D.html +71 -22
  80. package/documention/LineSymbol.html +72 -16
  81. package/documention/LineSymbol3D.html +61 -20
  82. package/documention/LineSymbol3DLayer.html +171 -46
  83. package/documention/LineSymbolMarker.html +71 -19
  84. package/documention/M3DModelCacheLayer.html +663 -151
  85. package/documention/M3DServer.html +254 -70
  86. package/documention/Map.html +429 -130
  87. package/documention/MapGISTextSymbol.html +506 -121
  88. package/documention/MapImageLayer.html +1740 -398
  89. package/documention/MapServer.html +692 -220
  90. package/documention/MapVLayer.html +415 -123
  91. package/documention/MapView.html +921 -201
  92. package/documention/MarkerSymbol.html +104 -24
  93. package/documention/MoveEventInfo.html +18 -6
  94. package/documention/MultiLineString.html +396 -114
  95. package/documention/MultiPoint.html +315 -93
  96. package/documention/MultiPolygon.html +282 -85
  97. package/documention/OGCLayer.html +595 -131
  98. package/documention/ObjectSymbol3DLayer.html +251 -66
  99. package/documention/OpacityStop.html +84 -20
  100. package/documention/OpacityVariable.html +52 -12
  101. package/documention/OutStatistic.html +54 -14
  102. package/documention/OverlayLayer.html +596 -141
  103. package/documention/PathSymbol3DLayer.html +253 -64
  104. package/documention/PictureFillSymbol.html +202 -53
  105. package/documention/PictureMarkerSymbol.html +175 -43
  106. package/documention/PlotServer.html +371 -119
  107. package/documention/PoiServer.html +208 -56
  108. package/documention/Point.html +305 -87
  109. package/documention/PointSymbol3D.html +103 -30
  110. package/documention/PointSymbol3DOutline.html +83 -26
  111. package/documention/Polygon.html +449 -128
  112. package/documention/PolygonSymbol3D.html +81 -24
  113. package/documention/ProjectInfo.html +72 -24
  114. package/documention/ProjectInfoBySrsID.html +36 -12
  115. package/documention/Projection.html +37 -9
  116. package/documention/RandomRenderer.html +77 -24
  117. package/documention/RankRenderer.html +189 -52
  118. package/documention/RequestConfig.html +12 -4
  119. package/documention/RequestInterceptor.html +38 -10
  120. package/documention/ResourceServer.html +3003 -951
  121. package/documention/ResponseInterceptor.html +38 -10
  122. package/documention/RootServer.html +201 -53
  123. package/documention/ScaleEventInfo.html +18 -6
  124. package/documention/Scene.html +160 -40
  125. package/documention/SceneLayer.html +624 -149
  126. package/documention/SceneServer.html +606 -194
  127. package/documention/SceneView.html +17 -6
  128. package/documention/SecurityServer.html +178 -46
  129. package/documention/SimpleFillSymbol.html +116 -28
  130. package/documention/SimpleLineSymbol.html +170 -42
  131. package/documention/SimpleMarkerSymbol.html +176 -44
  132. package/documention/SimpleRenderer.html +116 -28
  133. package/documention/SizeStop.html +84 -20
  134. package/documention/SizeVariable.html +116 -28
  135. package/documention/SketchBaseDrawTool.html +319 -87
  136. package/documention/SketchCircleDrawTool.html +349 -97
  137. package/documention/SketchEditor.html +633 -190
  138. package/documention/SketchEditorCesium.html +603 -180
  139. package/documention/SketchEditorEvent.html +6 -2
  140. package/documention/SketchEditorToolEventInfo.html +12 -4
  141. package/documention/SketchEditorVideo.html +133 -46
  142. package/documention/SketchEditorVideoBase.html +133 -46
  143. package/documention/SketchExtentDrawTool.html +349 -97
  144. package/documention/SketchFreehandPolygonDrawTool.html +337 -93
  145. package/documention/SketchFreehandPolylineDrawTool.html +349 -97
  146. package/documention/SketchPointDrawTool.html +373 -105
  147. package/documention/SketchPolygonDrawTool.html +699 -195
  148. package/documention/SketchPolylineDrawTool.html +674 -186
  149. package/documention/SketchStage.html +57 -17
  150. package/documention/SketchStyle.html +252 -64
  151. package/documention/SketchTopologyTool.html +16 -4
  152. package/documention/SpatialReference.html +201 -45
  153. package/documention/StylePattern3D.html +71 -22
  154. package/documention/SubLayer.html +189 -58
  155. package/documention/Symbol.html +90 -22
  156. package/documention/Symbol3D.html +33 -10
  157. package/documention/Symbol3DLayer.html +43 -14
  158. package/documention/Symbol3DVerticalOffset.html +93 -28
  159. package/documention/TerrainCacheLayer.html +590 -130
  160. package/documention/TerrainServer.html +148 -36
  161. package/documention/TextHalo.html +77 -24
  162. package/documention/TextSymbol.html +335 -83
  163. package/documention/TextSymbol3DLayer.html +219 -58
  164. package/documention/ThemeServer.html +239 -67
  165. package/documention/TileInfo.html +82 -22
  166. package/documention/TileLayer.html +642 -151
  167. package/documention/TileMatrixSet.html +158 -38
  168. package/documention/TileServer.html +125 -29
  169. package/documention/UniqueValueInfo.html +121 -29
  170. package/documention/UniqueValueRenderer.html +185 -45
  171. package/documention/UnknownLayer.html +612 -145
  172. package/documention/UpdateContent.html +70 -18
  173. package/documention/VectorTileLayer.html +1039 -280
  174. package/documention/VectorTileServer.html +170 -46
  175. package/documention/VectorTileSubLayer.html +184 -44
  176. package/documention/VertexChangeEventInfo.html +18 -6
  177. package/documention/VideoMapView.html +302 -78
  178. package/documention/VideoMetaData.html +86 -22
  179. package/documention/VideoPixelCoordTransforms.html +38 -10
  180. package/documention/VideoRegistrationParam.html +54 -14
  181. package/documention/VisualVariable.html +94 -22
  182. package/documention/WCSServer.html +125 -29
  183. package/documention/WFSLayer.html +741 -173
  184. package/documention/WFSServer.html +167 -43
  185. package/documention/WMSLayer.html +919 -215
  186. package/documention/WMSServer.html +144 -36
  187. package/documention/WMSSubLayer.html +172 -40
  188. package/documention/WMTSLayer.html +787 -183
  189. package/documention/WMTSServer.html +138 -34
  190. package/documention/WMTSStyle.html +96 -24
  191. package/documention/WMTSSubLayer.html +673 -149
  192. package/documention/WPSServer.html +125 -29
  193. package/documention/WaterSymbol3DLayer.html +129 -36
  194. package/documention/WebTileLayer.html +754 -191
  195. package/documention/WorkFlowServer.html +314 -86
  196. package/documention/WorkFlowServer600227.html +471 -123
  197. package/documention/WorkFlowServer600228.html +439 -115
  198. package/documention/WorkFlowServer600229.html +471 -123
  199. package/documention/WorkFlowServer600230.html +471 -123
  200. package/documention/WorkFlowServer600231.html +535 -139
  201. package/documention/WorkFlowServer600232.html +471 -123
  202. package/documention/WorkFlowServer600233.html +455 -119
  203. package/documention/WorkFlowServer600235.html +375 -99
  204. package/documention/WorkFlowServer600237.html +475 -123
  205. package/documention/WorkFlowServer600238.html +481 -125
  206. package/documention/WorkFlowServer600239.html +425 -113
  207. package/documention/WorkFlowServer600307.html +449 -117
  208. package/documention/WorkFlowServer600308.html +180 -44
  209. package/documention/WorkFlowServer600309.html +471 -123
  210. package/documention/WorkFlowServer600314.html +487 -127
  211. package/documention/WorkFlowServer600334.html +471 -123
  212. package/documention/WorkFlowServer600336.html +439 -115
  213. package/documention/WorkFlowServer600340.html +583 -151
  214. package/documention/WorkFlowServer600354.html +455 -119
  215. package/documention/WorkFlowServer600368.html +391 -103
  216. package/documention/WorkFlowServer600369.html +439 -115
  217. package/documention/WorkFlowServer600370.html +423 -111
  218. package/documention/Zondy.Object.CAttDataRow.html +18 -6
  219. package/documention/Zondy.Object.CAttStruct.html +24 -8
  220. package/documention/global.html +4339 -1007
  221. package/documention/index.html +53 -53
  222. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  223. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +108 -36
  224. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  225. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +24 -8
  226. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +12 -4
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +78 -26
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +24 -8
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +12 -4
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +48 -16
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +72 -24
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +30 -10
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +72 -24
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +6 -2
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +42 -14
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +18 -6
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +78 -26
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +12 -4
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +24 -8
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +48 -16
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +36 -12
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +6 -2
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +18 -6
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +12 -4
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +12 -4
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +24 -8
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +12 -4
  249. package/documention/module-ArcGis.ArcGisCircle.html +42 -14
  250. package/documention/module-ArcGis.ArcGisExtent.html +108 -36
  251. package/documention/module-ArcGis.ArcGisMultipoint.html +42 -14
  252. package/documention/module-ArcGis.ArcGisPoint.html +60 -20
  253. package/documention/module-ArcGis.ArcGisPolygon.html +138 -42
  254. package/documention/module-ArcGis.ArcGisPolyline.html +90 -30
  255. package/documention/module-ArcGis.ArcGisSpatialReference.html +34 -10
  256. package/documention/module.exports.html +5 -1
  257. package/documention/scripts/sideBar.js +111 -6
  258. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  259. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  260. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  261. package/package.json +1 -1
@@ -71,13 +71,17 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
81
85
 
82
86
 
83
87
 
@@ -94,13 +98,17 @@
94
98
 
95
99
  <tr class="deep-level-1">
96
100
 
97
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
98
102
 
99
103
 
100
104
  <td class="type">
101
105
 
102
106
 
103
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
104
112
 
105
113
 
106
114
 
@@ -117,13 +125,17 @@
117
125
 
118
126
  <tr class="deep-level-1">
119
127
 
120
- <td class="name" id="netClsUrl"><code>netClsUrl</code></td>
128
+ <td class="name"><code>netClsUrl</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="flag"><code>flag</code></td>
155
+ <td class="name"><code>flag</code></td>
144
156
 
145
157
 
146
158
  <td class="type">
147
159
 
148
160
 
149
- <span class="param-type">Boolean</span>
161
+ <span class="param-type">
162
+
163
+ Boolean
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="flagPosStr"><code>flagPosStr</code></td>
182
+ <td class="name"><code>flagPosStr</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="elementType"><code>elementType</code></td>
209
+ <td class="name"><code>elementType</code></td>
190
210
 
191
211
 
192
212
  <td class="type">
193
213
 
194
214
 
195
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
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="nearDis"><code>nearDis</code></td>
236
+ <td class="name"><code>nearDis</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="weight"><code>weight</code></td>
263
+ <td class="name"><code>weight</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
 
@@ -255,13 +287,17 @@
255
287
 
256
288
  <tr class="deep-level-1">
257
289
 
258
- <td class="name" id="analyTp"><code>analyTp</code></td>
290
+ <td class="name"><code>analyTp</code></td>
259
291
 
260
292
 
261
293
  <td class="type">
262
294
 
263
295
 
264
- <span class="param-type">String</span>
296
+ <span class="param-type">
297
+
298
+ String
299
+
300
+ </span>
265
301
 
266
302
 
267
303
 
@@ -417,7 +453,11 @@
417
453
  <td class="name">
418
454
  <code>
419
455
 
420
- <span class="param-type">String</span>
456
+ <span class="param-type">
457
+
458
+ String
459
+
460
+ </span>
421
461
 
422
462
 
423
463
 
@@ -431,7 +471,11 @@
431
471
  <td class="name">
432
472
  <code>
433
473
 
434
- <span class="param-type">Boolean</span>
474
+ <span class="param-type">
475
+
476
+ Boolean
477
+
478
+ </span>
435
479
 
436
480
 
437
481
 
@@ -445,7 +489,11 @@
445
489
  <td class="name">
446
490
  <code>
447
491
 
448
- <span class="param-type">String</span>
492
+ <span class="param-type">
493
+
494
+ String
495
+
496
+ </span>
449
497
 
450
498
 
451
499
 
@@ -459,7 +507,11 @@
459
507
  <td class="name">
460
508
  <code>
461
509
 
462
- <span class="param-type">String</span>
510
+ <span class="param-type">
511
+
512
+ String
513
+
514
+ </span>
463
515
 
464
516
 
465
517
 
@@ -473,7 +525,11 @@
473
525
  <td class="name">
474
526
  <code>
475
527
 
476
- <span class="param-type">Boolean</span>
528
+ <span class="param-type">
529
+
530
+ Boolean
531
+
532
+ </span>
477
533
 
478
534
 
479
535
 
@@ -487,7 +543,11 @@
487
543
  <td class="name">
488
544
  <code>
489
545
 
490
- <span class="param-type">Boolean</span>
546
+ <span class="param-type">
547
+
548
+ Boolean
549
+
550
+ </span>
491
551
 
492
552
 
493
553
 
@@ -501,7 +561,11 @@
501
561
  <td class="name">
502
562
  <code>
503
563
 
504
- <span class="param-type">String</span>
564
+ <span class="param-type">
565
+
566
+ String
567
+
568
+ </span>
505
569
 
506
570
 
507
571
 
@@ -515,7 +579,11 @@
515
579
  <td class="name">
516
580
  <code>
517
581
 
518
- <span class="param-type">Number</span>
582
+ <span class="param-type">
583
+
584
+ Number
585
+
586
+ </span>
519
587
 
520
588
 
521
589
 
@@ -529,7 +597,11 @@
529
597
  <td class="name">
530
598
  <code>
531
599
 
532
- <span class="param-type">String</span>
600
+ <span class="param-type">
601
+
602
+ String
603
+
604
+ </span>
533
605
 
534
606
 
535
607
 
@@ -543,7 +615,11 @@
543
615
  <td class="name">
544
616
  <code>
545
617
 
546
- <span class="param-type">String</span>
618
+ <span class="param-type">
619
+
620
+ String
621
+
622
+ </span>
547
623
 
548
624
 
549
625
 
@@ -557,7 +633,11 @@
557
633
  <td class="name">
558
634
  <code>
559
635
 
560
- <span class="param-type">Number</span>
636
+ <span class="param-type">
637
+
638
+ Number
639
+
640
+ </span>
561
641
 
562
642
 
563
643
 
@@ -571,7 +651,11 @@
571
651
  <td class="name">
572
652
  <code>
573
653
 
574
- <span class="param-type">String</span>
654
+ <span class="param-type">
655
+
656
+ String
657
+
658
+ </span>
575
659
 
576
660
 
577
661
 
@@ -585,7 +669,11 @@
585
669
  <td class="name">
586
670
  <code>
587
671
 
588
- <span class="param-type">function</span>
672
+ <span class="param-type">
673
+
674
+ function
675
+
676
+ </span>
589
677
 
590
678
 
591
679
 
@@ -599,7 +687,11 @@
599
687
  <td class="name">
600
688
  <code>
601
689
 
602
- <span class="param-type">String</span>
690
+ <span class="param-type">
691
+
692
+ String
693
+
694
+ </span>
603
695
 
604
696
 
605
697
 
@@ -613,7 +705,11 @@
613
705
  <td class="name">
614
706
  <code>
615
707
 
616
- <span class="param-type">function</span>
708
+ <span class="param-type">
709
+
710
+ function
711
+
712
+ </span>
617
713
 
618
714
 
619
715
 
@@ -627,7 +723,11 @@
627
723
  <td class="name">
628
724
  <code>
629
725
 
630
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
726
+ <span class="param-type">
727
+
728
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
729
+
730
+ </span>
631
731
 
632
732
 
633
733
 
@@ -641,7 +741,11 @@
641
741
  <td class="name">
642
742
  <code>
643
743
 
644
- <span class="param-type">String</span>
744
+ <span class="param-type">
745
+
746
+ String
747
+
748
+ </span>
645
749
 
646
750
 
647
751
 
@@ -655,7 +759,11 @@
655
759
  <td class="name">
656
760
  <code>
657
761
 
658
- <span class="param-type">String</span>
762
+ <span class="param-type">
763
+
764
+ String
765
+
766
+ </span>
659
767
 
660
768
 
661
769
 
@@ -669,7 +777,11 @@
669
777
  <td class="name">
670
778
  <code>
671
779
 
672
- <span class="param-type">String</span>
780
+ <span class="param-type">
781
+
782
+ String
783
+
784
+ </span>
673
785
 
674
786
 
675
787
 
@@ -683,7 +795,11 @@
683
795
  <td class="name">
684
796
  <code>
685
797
 
686
- <span class="param-type">String</span>
798
+ <span class="param-type">
799
+
800
+ String
801
+
802
+ </span>
687
803
 
688
804
 
689
805
 
@@ -703,7 +819,11 @@
703
819
  <span class="method-parameter is-pulled-right">
704
820
  <label>类型:</label>
705
821
 
706
- <span class="param-type">String</span>
822
+ <span class="param-type">
823
+
824
+ String
825
+
826
+ </span>
707
827
 
708
828
 
709
829
 
@@ -774,7 +894,11 @@
774
894
  <span class="method-parameter is-pulled-right">
775
895
  <label>类型:</label>
776
896
 
777
- <span class="param-type">Boolean</span>
897
+ <span class="param-type">
898
+
899
+ Boolean
900
+
901
+ </span>
778
902
 
779
903
 
780
904
 
@@ -850,7 +974,11 @@
850
974
  <span class="method-parameter is-pulled-right">
851
975
  <label>类型:</label>
852
976
 
853
- <span class="param-type">String</span>
977
+ <span class="param-type">
978
+
979
+ String
980
+
981
+ </span>
854
982
 
855
983
 
856
984
 
@@ -925,7 +1053,11 @@
925
1053
  <span class="method-parameter is-pulled-right">
926
1054
  <label>类型:</label>
927
1055
 
928
- <span class="param-type">String</span>
1056
+ <span class="param-type">
1057
+
1058
+ String
1059
+
1060
+ </span>
929
1061
 
930
1062
 
931
1063
 
@@ -996,7 +1128,11 @@
996
1128
  <span class="method-parameter is-pulled-right">
997
1129
  <label>类型:</label>
998
1130
 
999
- <span class="param-type">Boolean</span>
1131
+ <span class="param-type">
1132
+
1133
+ Boolean
1134
+
1135
+ </span>
1000
1136
 
1001
1137
 
1002
1138
 
@@ -1093,7 +1229,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1093
1229
  <span class="method-parameter is-pulled-right">
1094
1230
  <label>类型:</label>
1095
1231
 
1096
- <span class="param-type">Boolean</span>
1232
+ <span class="param-type">
1233
+
1234
+ Boolean
1235
+
1236
+ </span>
1097
1237
 
1098
1238
 
1099
1239
 
@@ -1164,7 +1304,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1164
1304
  <span class="method-parameter is-pulled-right">
1165
1305
  <label>类型:</label>
1166
1306
 
1167
- <span class="param-type">String</span>
1307
+ <span class="param-type">
1308
+
1309
+ String
1310
+
1311
+ </span>
1168
1312
 
1169
1313
 
1170
1314
 
@@ -1235,7 +1379,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1235
1379
  <span class="method-parameter is-pulled-right">
1236
1380
  <label>类型:</label>
1237
1381
 
1238
- <span class="param-type">Number</span>
1382
+ <span class="param-type">
1383
+
1384
+ Number
1385
+
1386
+ </span>
1239
1387
 
1240
1388
 
1241
1389
 
@@ -1310,7 +1458,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1310
1458
  <span class="method-parameter is-pulled-right">
1311
1459
  <label>类型:</label>
1312
1460
 
1313
- <span class="param-type">String</span>
1461
+ <span class="param-type">
1462
+
1463
+ String
1464
+
1465
+ </span>
1314
1466
 
1315
1467
 
1316
1468
 
@@ -1385,7 +1537,11 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1385
1537
  <span class="method-parameter is-pulled-right">
1386
1538
  <label>类型:</label>
1387
1539
 
1388
- <span class="param-type">String</span>
1540
+ <span class="param-type">
1541
+
1542
+ String
1543
+
1544
+ </span>
1389
1545
 
1390
1546
 
1391
1547
 
@@ -1483,7 +1639,11 @@ BaseServer.headers.token = '新token';</code></pre>
1483
1639
  <span class="method-parameter is-pulled-right">
1484
1640
  <label>类型:</label>
1485
1641
 
1486
- <span class="param-type">Number</span>
1642
+ <span class="param-type">
1643
+
1644
+ Number
1645
+
1646
+ </span>
1487
1647
 
1488
1648
 
1489
1649
 
@@ -1554,7 +1714,11 @@ BaseServer.headers.token = '新token';</code></pre>
1554
1714
  <span class="method-parameter is-pulled-right">
1555
1715
  <label>类型:</label>
1556
1716
 
1557
- <span class="param-type">String</span>
1717
+ <span class="param-type">
1718
+
1719
+ String
1720
+
1721
+ </span>
1558
1722
 
1559
1723
 
1560
1724
 
@@ -1625,7 +1789,11 @@ BaseServer.headers.token = '新token';</code></pre>
1625
1789
  <span class="method-parameter is-pulled-right">
1626
1790
  <label>类型:</label>
1627
1791
 
1628
- <span class="param-type">function</span>
1792
+ <span class="param-type">
1793
+
1794
+ function
1795
+
1796
+ </span>
1629
1797
 
1630
1798
 
1631
1799
 
@@ -1729,7 +1897,11 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1729
1897
  <span class="method-parameter is-pulled-right">
1730
1898
  <label>类型:</label>
1731
1899
 
1732
- <span class="param-type">String</span>
1900
+ <span class="param-type">
1901
+
1902
+ String
1903
+
1904
+ </span>
1733
1905
 
1734
1906
 
1735
1907
 
@@ -1823,7 +1995,11 @@ BaseServer.requestTimeout = 3000;</code></pre>
1823
1995
  <span class="method-parameter is-pulled-right">
1824
1996
  <label>类型:</label>
1825
1997
 
1826
- <span class="param-type">function</span>
1998
+ <span class="param-type">
1999
+
2000
+ function
2001
+
2002
+ </span>
1827
2003
 
1828
2004
 
1829
2005
 
@@ -1929,7 +2105,11 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1929
2105
  <span class="method-parameter is-pulled-right">
1930
2106
  <label>类型:</label>
1931
2107
 
1932
- <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2108
+ <span class="param-type">
2109
+
2110
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2111
+
2112
+ </span>
1933
2113
 
1934
2114
 
1935
2115
 
@@ -2027,7 +2207,11 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2027
2207
  <span class="method-parameter is-pulled-right">
2028
2208
  <label>类型:</label>
2029
2209
 
2030
- <span class="param-type">String</span>
2210
+ <span class="param-type">
2211
+
2212
+ String
2213
+
2214
+ </span>
2031
2215
 
2032
2216
 
2033
2217
 
@@ -2120,7 +2304,11 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2120
2304
  <span class="method-parameter is-pulled-right">
2121
2305
  <label>类型:</label>
2122
2306
 
2123
- <span class="param-type">String</span>
2307
+ <span class="param-type">
2308
+
2309
+ String
2310
+
2311
+ </span>
2124
2312
 
2125
2313
 
2126
2314
 
@@ -2213,7 +2401,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2213
2401
  <span class="method-parameter is-pulled-right">
2214
2402
  <label>类型:</label>
2215
2403
 
2216
- <span class="param-type">String</span>
2404
+ <span class="param-type">
2405
+
2406
+ String
2407
+
2408
+ </span>
2217
2409
 
2218
2410
 
2219
2411
 
@@ -2289,7 +2481,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2289
2481
  <span class="method-parameter is-pulled-right">
2290
2482
  <label>类型:</label>
2291
2483
 
2292
- <span class="param-type">String</span>
2484
+ <span class="param-type">
2485
+
2486
+ String
2487
+
2488
+ </span>
2293
2489
 
2294
2490
 
2295
2491
 
@@ -2381,7 +2577,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2381
2577
  <code>
2382
2578
 
2383
2579
 
2384
- <span class="param-type">Promise.&lt;Object></span>
2580
+ <span class="param-type">
2581
+
2582
+ Promise.&lt;Object>
2583
+
2584
+ </span>
2385
2585
 
2386
2586
 
2387
2587
 
@@ -2407,7 +2607,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2407
2607
  <code>
2408
2608
 
2409
2609
 
2410
- <span class="param-type">Promise.&lt;String></span>
2610
+ <span class="param-type">
2611
+
2612
+ Promise.&lt;String>
2613
+
2614
+ </span>
2411
2615
 
2412
2616
 
2413
2617
 
@@ -2423,7 +2627,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2423
2627
  <code>
2424
2628
 
2425
2629
 
2426
- <span class="param-type">Promise.&lt;String></span>
2630
+ <span class="param-type">
2631
+
2632
+ Promise.&lt;String>
2633
+
2634
+ </span>
2427
2635
 
2428
2636
 
2429
2637
 
@@ -2439,7 +2647,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2439
2647
  <code>
2440
2648
 
2441
2649
 
2442
- <span class="param-type">Promise.&lt;String></span>
2650
+ <span class="param-type">
2651
+
2652
+ Promise.&lt;String>
2653
+
2654
+ </span>
2443
2655
 
2444
2656
 
2445
2657
 
@@ -2509,13 +2721,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2509
2721
 
2510
2722
  <tr class="deep-level-0">
2511
2723
 
2512
- <td class="name" id="options"><code>options</code></td>
2724
+ <td class="name"><code>options</code></td>
2513
2725
 
2514
2726
 
2515
2727
  <td class="type">
2516
2728
 
2517
2729
 
2518
- <span class="param-type">Object</span>
2730
+ <span class="param-type">
2731
+
2732
+ Object
2733
+
2734
+ </span>
2519
2735
 
2520
2736
 
2521
2737
 
@@ -2536,13 +2752,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2536
2752
 
2537
2753
  <tr class="deep-level-1">
2538
2754
 
2539
- <td class="name" id="headers"><code>headers</code></td>
2755
+ <td class="name"><code>headers</code></td>
2540
2756
 
2541
2757
 
2542
2758
  <td class="type">
2543
2759
 
2544
2760
 
2545
- <span class="param-type">String</span>
2761
+ <span class="param-type">
2762
+
2763
+ String
2764
+
2765
+ </span>
2546
2766
 
2547
2767
 
2548
2768
 
@@ -2563,13 +2783,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2563
2783
 
2564
2784
  <tr class="deep-level-1">
2565
2785
 
2566
- <td class="name" id="method"><code>method</code></td>
2786
+ <td class="name"><code>method</code></td>
2567
2787
 
2568
2788
 
2569
2789
  <td class="type">
2570
2790
 
2571
2791
 
2572
- <span class="param-type">String</span>
2792
+ <span class="param-type">
2793
+
2794
+ String
2795
+
2796
+ </span>
2573
2797
 
2574
2798
 
2575
2799
 
@@ -2592,13 +2816,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2592
2816
 
2593
2817
  <tr class="deep-level-1">
2594
2818
 
2595
- <td class="name" id="success"><code>success</code></td>
2819
+ <td class="name"><code>success</code></td>
2596
2820
 
2597
2821
 
2598
2822
  <td class="type">
2599
2823
 
2600
2824
 
2601
- <span class="param-type">function</span>
2825
+ <span class="param-type">
2826
+
2827
+ function
2828
+
2829
+ </span>
2602
2830
 
2603
2831
 
2604
2832
 
@@ -2619,13 +2847,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2619
2847
 
2620
2848
  <tr class="deep-level-1">
2621
2849
 
2622
- <td class="name" id="failure"><code>failure</code></td>
2850
+ <td class="name"><code>failure</code></td>
2623
2851
 
2624
2852
 
2625
2853
  <td class="type">
2626
2854
 
2627
2855
 
2628
- <span class="param-type">function</span>
2856
+ <span class="param-type">
2857
+
2858
+ function
2859
+
2860
+ </span>
2629
2861
 
2630
2862
 
2631
2863
 
@@ -2724,7 +2956,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
2724
2956
  <div class='column is-5 has-text-left'>
2725
2957
  <label>类型: </label>
2726
2958
 
2727
- <span class="param-type">Promise.&lt;Object></span>
2959
+ <span class="param-type">
2960
+
2961
+ Promise.&lt;Object>
2962
+
2963
+ </span>
2728
2964
 
2729
2965
 
2730
2966
 
@@ -2810,7 +3046,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2810
3046
 
2811
3047
  <tr class="deep-level-0">
2812
3048
 
2813
- <td class="name" id="options"><code>options</code></td>
3049
+ <td class="name"><code>options</code></td>
2814
3050
 
2815
3051
 
2816
3052
  <td class="type">
@@ -2831,13 +3067,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2831
3067
 
2832
3068
  <tr class="deep-level-1">
2833
3069
 
2834
- <td class="name" id="success"><code>success</code></td>
3070
+ <td class="name"><code>success</code></td>
2835
3071
 
2836
3072
 
2837
3073
  <td class="type">
2838
3074
 
2839
3075
 
2840
- <span class="param-type">function</span>
3076
+ <span class="param-type">
3077
+
3078
+ function
3079
+
3080
+ </span>
2841
3081
 
2842
3082
 
2843
3083
 
@@ -2860,13 +3100,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2860
3100
 
2861
3101
  <tr class="deep-level-1">
2862
3102
 
2863
- <td class="name" id="failure"><code>failure</code></td>
3103
+ <td class="name"><code>failure</code></td>
2864
3104
 
2865
3105
 
2866
3106
  <td class="type">
2867
3107
 
2868
3108
 
2869
- <span class="param-type">function</span>
3109
+ <span class="param-type">
3110
+
3111
+ function
3112
+
3113
+ </span>
2870
3114
 
2871
3115
 
2872
3116
 
@@ -3045,13 +3289,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3045
3289
 
3046
3290
  <tr class="deep-level-0">
3047
3291
 
3048
- <td class="name" id="options"><code>options</code></td>
3292
+ <td class="name"><code>options</code></td>
3049
3293
 
3050
3294
 
3051
3295
  <td class="type">
3052
3296
 
3053
3297
 
3054
- <span class="param-type">Object</span>
3298
+ <span class="param-type">
3299
+
3300
+ Object
3301
+
3302
+ </span>
3055
3303
 
3056
3304
 
3057
3305
 
@@ -3072,13 +3320,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3072
3320
 
3073
3321
  <tr class="deep-level-1">
3074
3322
 
3075
- <td class="name" id="taskId"><code>taskId</code></td>
3323
+ <td class="name"><code>taskId</code></td>
3076
3324
 
3077
3325
 
3078
3326
  <td class="type">
3079
3327
 
3080
3328
 
3081
- <span class="param-type">String</span>
3329
+ <span class="param-type">
3330
+
3331
+ String
3332
+
3333
+ </span>
3082
3334
 
3083
3335
 
3084
3336
 
@@ -3099,13 +3351,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3099
3351
 
3100
3352
  <tr class="deep-level-1">
3101
3353
 
3102
- <td class="name" id="headers"><code>headers</code></td>
3354
+ <td class="name"><code>headers</code></td>
3103
3355
 
3104
3356
 
3105
3357
  <td class="type">
3106
3358
 
3107
3359
 
3108
- <span class="param-type">String</span>
3360
+ <span class="param-type">
3361
+
3362
+ String
3363
+
3364
+ </span>
3109
3365
 
3110
3366
 
3111
3367
 
@@ -3126,13 +3382,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3126
3382
 
3127
3383
  <tr class="deep-level-1">
3128
3384
 
3129
- <td class="name" id="method"><code>method</code></td>
3385
+ <td class="name"><code>method</code></td>
3130
3386
 
3131
3387
 
3132
3388
  <td class="type">
3133
3389
 
3134
3390
 
3135
- <span class="param-type">String</span>
3391
+ <span class="param-type">
3392
+
3393
+ String
3394
+
3395
+ </span>
3136
3396
 
3137
3397
 
3138
3398
 
@@ -3155,13 +3415,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3155
3415
 
3156
3416
  <tr class="deep-level-1">
3157
3417
 
3158
- <td class="name" id="success"><code>success</code></td>
3418
+ <td class="name"><code>success</code></td>
3159
3419
 
3160
3420
 
3161
3421
  <td class="type">
3162
3422
 
3163
3423
 
3164
- <span class="param-type">function</span>
3424
+ <span class="param-type">
3425
+
3426
+ function
3427
+
3428
+ </span>
3165
3429
 
3166
3430
 
3167
3431
 
@@ -3182,13 +3446,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3182
3446
 
3183
3447
  <tr class="deep-level-1">
3184
3448
 
3185
- <td class="name" id="failure"><code>failure</code></td>
3449
+ <td class="name"><code>failure</code></td>
3186
3450
 
3187
3451
 
3188
3452
  <td class="type">
3189
3453
 
3190
3454
 
3191
- <span class="param-type">function</span>
3455
+ <span class="param-type">
3456
+
3457
+ function
3458
+
3459
+ </span>
3192
3460
 
3193
3461
 
3194
3462
 
@@ -3287,7 +3555,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3287
3555
  <div class='column is-5 has-text-left'>
3288
3556
  <label>类型: </label>
3289
3557
 
3290
- <span class="param-type">Promise.&lt;String></span>
3558
+ <span class="param-type">
3559
+
3560
+ Promise.&lt;String>
3561
+
3562
+ </span>
3291
3563
 
3292
3564
 
3293
3565
 
@@ -3373,13 +3645,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3645
 
3374
3646
  <tr class="deep-level-0">
3375
3647
 
3376
- <td class="name" id="options"><code>options</code></td>
3648
+ <td class="name"><code>options</code></td>
3377
3649
 
3378
3650
 
3379
3651
  <td class="type">
3380
3652
 
3381
3653
 
3382
- <span class="param-type">Object</span>
3654
+ <span class="param-type">
3655
+
3656
+ Object
3657
+
3658
+ </span>
3383
3659
 
3384
3660
 
3385
3661
 
@@ -3400,13 +3676,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3400
3676
 
3401
3677
  <tr class="deep-level-1">
3402
3678
 
3403
- <td class="name" id="taskId"><code>taskId</code></td>
3679
+ <td class="name"><code>taskId</code></td>
3404
3680
 
3405
3681
 
3406
3682
  <td class="type">
3407
3683
 
3408
3684
 
3409
- <span class="param-type">String</span>
3685
+ <span class="param-type">
3686
+
3687
+ String
3688
+
3689
+ </span>
3410
3690
 
3411
3691
 
3412
3692
 
@@ -3427,13 +3707,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3427
3707
 
3428
3708
  <tr class="deep-level-1">
3429
3709
 
3430
- <td class="name" id="headers"><code>headers</code></td>
3710
+ <td class="name"><code>headers</code></td>
3431
3711
 
3432
3712
 
3433
3713
  <td class="type">
3434
3714
 
3435
3715
 
3436
- <span class="param-type">String</span>
3716
+ <span class="param-type">
3717
+
3718
+ String
3719
+
3720
+ </span>
3437
3721
 
3438
3722
 
3439
3723
 
@@ -3454,13 +3738,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3454
3738
 
3455
3739
  <tr class="deep-level-1">
3456
3740
 
3457
- <td class="name" id="method"><code>method</code></td>
3741
+ <td class="name"><code>method</code></td>
3458
3742
 
3459
3743
 
3460
3744
  <td class="type">
3461
3745
 
3462
3746
 
3463
- <span class="param-type">String</span>
3747
+ <span class="param-type">
3748
+
3749
+ String
3750
+
3751
+ </span>
3464
3752
 
3465
3753
 
3466
3754
 
@@ -3483,13 +3771,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3483
3771
 
3484
3772
  <tr class="deep-level-1">
3485
3773
 
3486
- <td class="name" id="success"><code>success</code></td>
3774
+ <td class="name"><code>success</code></td>
3487
3775
 
3488
3776
 
3489
3777
  <td class="type">
3490
3778
 
3491
3779
 
3492
- <span class="param-type">function</span>
3780
+ <span class="param-type">
3781
+
3782
+ function
3783
+
3784
+ </span>
3493
3785
 
3494
3786
 
3495
3787
 
@@ -3510,13 +3802,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3510
3802
 
3511
3803
  <tr class="deep-level-1">
3512
3804
 
3513
- <td class="name" id="failure"><code>failure</code></td>
3805
+ <td class="name"><code>failure</code></td>
3514
3806
 
3515
3807
 
3516
3808
  <td class="type">
3517
3809
 
3518
3810
 
3519
- <span class="param-type">function</span>
3811
+ <span class="param-type">
3812
+
3813
+ function
3814
+
3815
+ </span>
3520
3816
 
3521
3817
 
3522
3818
 
@@ -3615,7 +3911,11 @@ BaseServer.tokenValue = '新token值';</code></pre>
3615
3911
  <div class='column is-5 has-text-left'>
3616
3912
  <label>类型: </label>
3617
3913
 
3618
- <span class="param-type">Promise.&lt;String></span>
3914
+ <span class="param-type">
3915
+
3916
+ Promise.&lt;String>
3917
+
3918
+ </span>
3619
3919
 
3620
3920
 
3621
3921
 
@@ -3701,13 +4001,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3701
4001
 
3702
4002
  <tr class="deep-level-0">
3703
4003
 
3704
- <td class="name" id="options"><code>options</code></td>
4004
+ <td class="name"><code>options</code></td>
3705
4005
 
3706
4006
 
3707
4007
  <td class="type">
3708
4008
 
3709
4009
 
3710
- <span class="param-type">Object</span>
4010
+ <span class="param-type">
4011
+
4012
+ Object
4013
+
4014
+ </span>
3711
4015
 
3712
4016
 
3713
4017
 
@@ -3728,13 +4032,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3728
4032
 
3729
4033
  <tr class="deep-level-1">
3730
4034
 
3731
- <td class="name" id="headers"><code>headers</code></td>
4035
+ <td class="name"><code>headers</code></td>
3732
4036
 
3733
4037
 
3734
4038
  <td class="type">
3735
4039
 
3736
4040
 
3737
- <span class="param-type">String</span>
4041
+ <span class="param-type">
4042
+
4043
+ String
4044
+
4045
+ </span>
3738
4046
 
3739
4047
 
3740
4048
 
@@ -3755,13 +4063,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3755
4063
 
3756
4064
  <tr class="deep-level-1">
3757
4065
 
3758
- <td class="name" id="method"><code>method</code></td>
4066
+ <td class="name"><code>method</code></td>
3759
4067
 
3760
4068
 
3761
4069
  <td class="type">
3762
4070
 
3763
4071
 
3764
- <span class="param-type">String</span>
4072
+ <span class="param-type">
4073
+
4074
+ String
4075
+
4076
+ </span>
3765
4077
 
3766
4078
 
3767
4079
 
@@ -3784,13 +4096,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3784
4096
 
3785
4097
  <tr class="deep-level-1">
3786
4098
 
3787
- <td class="name" id="success"><code>success</code></td>
4099
+ <td class="name"><code>success</code></td>
3788
4100
 
3789
4101
 
3790
4102
  <td class="type">
3791
4103
 
3792
4104
 
3793
- <span class="param-type">function</span>
4105
+ <span class="param-type">
4106
+
4107
+ function
4108
+
4109
+ </span>
3794
4110
 
3795
4111
 
3796
4112
 
@@ -3811,13 +4127,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
3811
4127
 
3812
4128
  <tr class="deep-level-1">
3813
4129
 
3814
- <td class="name" id="failure"><code>failure</code></td>
4130
+ <td class="name"><code>failure</code></td>
3815
4131
 
3816
4132
 
3817
4133
  <td class="type">
3818
4134
 
3819
4135
 
3820
- <span class="param-type">function</span>
4136
+ <span class="param-type">
4137
+
4138
+ function
4139
+
4140
+ </span>
3821
4141
 
3822
4142
 
3823
4143
 
@@ -3923,7 +4243,11 @@ console.log(&quot;submit: &quot;, res);
3923
4243
  <div class='column is-5 has-text-left'>
3924
4244
  <label>类型: </label>
3925
4245
 
3926
- <span class="param-type">Promise.&lt;String></span>
4246
+ <span class="param-type">
4247
+
4248
+ Promise.&lt;String>
4249
+
4250
+ </span>
3927
4251
 
3928
4252
 
3929
4253