File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 8383 <module name =" EmptyLineSeparator" >
8484 <property name =" allowNoEmptyLineBetweenFields" value =" true" />
8585 </module >
86- <module name =" SeparatorWrap" >
87- <property name =" id" value =" SeparatorWrapDot" />
88- <property name =" tokens" value =" DOT" />
89- <property name =" option" value =" nl" />
90- </module >
91- <module name =" SeparatorWrap" >
92- <property name =" id" value =" SeparatorWrapComma" />
93- <property name =" tokens" value =" COMMA" />
94- <property name =" option" value =" EOL" />
95- </module >
96- <module name =" SeparatorWrap" >
97- <property name =" id" value =" SeparatorWrapMethodRef" />
98- <property name =" option" value =" nl" />
99- </module >
10086 <module name =" PackageName" >
10187 <property name =" format" value =" ^[a-z]+(\.[a-z][a-z0-9]*)*$" />
10288 <message key =" name.invalidPattern"
Original file line number Diff line number Diff line change 1515
1616/**
1717 * <pre>
18- * 媒体管理接口
18+ * 媒体管理接口.
1919 * Created by Binary Wang on 2017-6-25.
20- * @author <a href="https://github.com/binarywang">Binary Wang</a>
2120 * </pre>
21+ *
22+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
2223 */
2324public class WxCpMediaServiceImpl implements WxCpMediaService {
2425 private WxCpService mainService ;
You can’t perform that action at this time.
0 commit comments