zhanglin8526
2023-08-26 b879982d29cb2dbfe72482b46c8f6f2064d663a2
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;
}