Parcourir la source

移除主体ID请求头配置

woody il y a 1 an
Parent
commit
095b6db90f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      framework-boot/pom.xml

+ 1 - 1
framework-boot/pom.xml

@@ -63,7 +63,7 @@
                 <artifactId>apidoc-maven-plugin</artifactId>
                 <version>${apidoc-maven-plugin.version}</version>
                 <configuration>
-                    <includeHeaders>{Long} Id 主体标识,{String} Using 使用信息: NORMAL(常规使用)、NEWLY(当日首次使用)、INITIAL(历史首次使用),{String} Device 设备标识,{String} Channel 渠道来源,{String} Platform 平台标识: PC(PC)、IOS(苹果)、ANDROID(安卓),{String} Terminal 终端标识: H5(H5)、WEB(Web)、APP(App)、APP_H5(App H5)、APPLET(小程序)、APPLET_H5(小程序H5),{String} Version 终端版本,{Long} Timestamp 请求时间戳,{String} Signature 签名信息,{String} Fingerprint 设备指纹,{String} Authorization 认证信息</includeHeaders>
+                    <includeHeaders>{String} Using 使用信息: NORMAL(常规使用)、NEWLY(当日首次使用)、INITIAL(历史首次使用),{String} Device 设备标识,{String} Channel 渠道来源,{String} Platform 平台标识: PC(PC)、IOS(苹果)、ANDROID(安卓),{String} Terminal 终端标识: H5(H5)、WEB(Web)、APP(App)、APP_H5(App H5)、APPLET(小程序)、APPLET_H5(小程序H5),{String} Version 终端版本,{Long} Timestamp 请求时间戳,{String} Signature 签名信息,{String} Fingerprint 设备指纹,{String} Authorization 认证信息</includeHeaders>
                     <excludeClasses>com.chelvc.framework.base.interceptor.GlobalExceptionInterceptor</excludeClasses>
                     <analyserFactoryClass>com.chelvc.framework.base.apidoc.MethodAnalyserFactory</analyserFactoryClass>
                 </configuration>