update 江苏省平台接口

This commit is contained in:
Lemon
2023-10-19 11:21:02 +08:00
parent 45da1f1ed1
commit bd0a9d6dac
9 changed files with 244 additions and 20 deletions

View File

@@ -0,0 +1,19 @@
package com.jsowell.pile.dto.nanrui;
import lombok.Data;
/**
* TODO
*
* @author Lemon
* @Date 2023/10/16 14:14
*/
@Data
public class GetTokenDTO {
private String urlAddress;
private String operatorId;
private String operatorSecret;
private String dataSecretIv;
private String signSecret;
private String dataSecret;
}