driver/guns-admin/src/main/java/com/supersavedriving/driver/config/SwaggerConfig.java
@@ -37,7 +37,7 @@ private ApiInfo apiInfo() { return new ApiInfoBuilder() .title("超省新代驾") .description("所有接口前需要加 /user 前缀,例如:/user/base/agreement/queryByType <br>" + .description("所有接口前需要加 /driver 前缀,例如:/driver/base/agreement/queryByType <br>" + "所有以 /api/*** 路径的接口需要上传签名参数sign") // .termsOfServiceUrl("http://git.oschina.net/naan1993/guns") .contact("stylefeng")