Skip to content

Commit d9d0f54

Browse files
committed
格式化javadoc
1 parent ff20ecb commit d9d0f54

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/pay/WxEntPayRequest.java

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
import com.thoughtworks.xstream.annotations.XStreamAlias;
77

88
/**
9+
* <pre>
910
* 企业付款请求对象
10-
* 注释中各行含义如下:
11-
* 字段名、 变量名、 是否必填、 示例值、 类型、 描述
11+
* 注释中各行每个字段描述对应如下:
12+
* <li>字段名
13+
* <li>变量名
14+
* <li>是否必填
15+
* <li>类型
16+
* <li>示例值
17+
* <li>描述
18+
* </pre>
1219
* Created by Binary Wang on 2016/10/02.
1320
* @author binarywang (https://github.com/binarywang)
1421
*/

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/pay/WxUnifiedOrderRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* <pre>
1212
* 统一下单请求参数对象
1313
* 参考文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1
14-
* 每个字段描述对应如下
14+
* 注释中各行每个字段描述对应如下
1515
* <li>字段名
1616
* <li>变量名
1717
* <li>是否必填

0 commit comments

Comments
 (0)