Skip to content

微信退款回调返回值类型不匹配 #3106

Description

@lemos1235

相关代码

    /**
     * <pre>
     * 字段名:退款金额
     * 变量名:refund
     * 是否必填:是
     * 类型:int
     * 描述:
     *  退款金额,币种的最小单位,只能为整数,不能超过原订单支付金额,如果有使用券,后台会按比例退。
     * 示例值:999
     * </pre>
     */
    @SerializedName(value = "refund")
    private String refund;

类型貌似不对,应为 Integer

下面还有个 payerRefund 字段,也是同样的情况。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions