新增 微信第三方平台 获取审核状态接口

This commit is contained in:
Lemon
2023-08-01 10:08:32 +08:00
parent 6a8504601f
commit cb3ef2c242
5 changed files with 147 additions and 9 deletions

View File

@@ -0,0 +1,22 @@
package com.jsowell.pile.dto.agentDev;
import lombok.Data;
/**
* TODO
*
* @author Lemon
* @Date 2023/8/1 9:33
*/
@Data
public class GetAuditStatusDTO {
/**
* 审核id
*/
private String auditId;
/**
* 用户授权appid
*/
private String authorizerAppid;
}