Pu Zhibing
2025-04-01 8444084e6aa11efa23287e7f82474ac22378a5c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.order.domain.dto;
 
/**
 * @program: ruoyi
 * @author: linqingsong
 * @create: 2023-07-22 17:25
 * @description: 成都软思同创科技有限公司
 **/
public class WXPayNotifyResourceDto {
    private String algorithm;
    private String ciphertext;
    private String associated_datal;
    private String nonce;
}