feat:服务号通知
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.cool.store.dto.wechat;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2025/10/16 14:13
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class ServiceAccountOpenIdDTO {
|
||||
|
||||
private String partnerId;
|
||||
|
||||
private String unionId;
|
||||
|
||||
private String serviceAccountOpenId;
|
||||
|
||||
private Date lastUpdateTime;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user