mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 01:58:23 +08:00
🎨 修复错误的字段名
This commit is contained in:
@ -41,8 +41,8 @@ public class WxPayApplyBillV3Result implements Serializable {
|
|||||||
* 示例值:79bb0f45fc4c42234a918000b2668d689e2bde04
|
* 示例值:79bb0f45fc4c42234a918000b2668d689e2bde04
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SerializedName(value = "out_refund_no")
|
@SerializedName(value = "hash_value")
|
||||||
private String outRefundNo;
|
private String hashValue;
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 字段名:账单下载地址
|
* 字段名:账单下载地址
|
||||||
|
|||||||
Reference in New Issue
Block a user