1
0
mirror of synced 2025-12-16 20:28:11 +08:00

🎨 优化部分代码

This commit is contained in:
Binary Wang
2022-04-21 15:07:56 +08:00
parent fa5cac5e5b
commit aea370503e
22 changed files with 87 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ import java.util.List;
/**
* 普通支付电商收付通API
* <pre>
* 文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml
* 文档地址:<a href="https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml">https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml</a>
* </pre>
*
* @author cloudX

View File

@@ -12,10 +12,12 @@ import java.util.List;
* <pre>
* 文档地址https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/e_transactions/chapter3_5.shtml
* </pre>
* @author cloudX
*/
@Data
@NoArgsConstructor
public class PartnerTransactionsResult implements Serializable {
private static final long serialVersionUID = 2371448241965534820L;
/**
* <pre>

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* 发起批量转账API
* <pre>
* 文档地址:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/transfer_partner/chapter3_1.shtml
* 文档地址:<a href="https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/transfer_partner/chapter3_1.shtml">https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pay/transfer_partner/chapter3_1.shtml</a>
* </pre>
*
* @author xiaoqiang