jiangqs
2023-08-06 431dde90aa20f7652092fc0bfa9e6a1a28b06b9f
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;
}