mitao
2024-03-06 0f2843a5f33c3319f5d95ca76c458da53728431e
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;
}