🎨 修复错误的字段名

This commit is contained in:
Binary Wang
2021-12-17 12:06:47 +08:00
parent 51b3dc0efb
commit ef293d284e

View File

@ -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>
* 字段名:账单下载地址 * 字段名:账单下载地址