forked from free-lancers/electricity_bill_calc_service
		
	new:新增withdraw请求,该暂无真实数据
This commit is contained in:
		
							
								
								
									
										13
									
								
								doc/routerSetting.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								doc/routerSetting.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| ## fiber | ||||
| #### fiber实例 | ||||
| - app(是fiber创建的实例通常用app表示,其中有可选配置选项) | ||||
|     - BodyLimit 设置请求正文允许的最大大小(默认为4 * 1024 * 1024) | ||||
|     - EnablePrintRoutes 不打印框架自带日志(默认false) | ||||
|     - EnableTrustedProxyCheck 禁用受信代理(默认false) | ||||
|     - Prefork 预处理配置(默认false) | ||||
|     - ErrorHandler 全局错误处理 (默认false) | ||||
|     - JSONEncoder json编码 (默认json.Marshal) | ||||
|     - JSONDecoder json解码  (默认json.Unmarshal) | ||||
|     - 。。。。。。。。(还有很多配置) | ||||
| - Use(中间件设置,一个或者多个) | ||||
| - Group(类似于gin框架中的路由分组) | ||||
		Reference in New Issue
	
	Block a user