first commit

This commit is contained in:
2023-12-05 01:39:52 +08:00
commit 767b08a025
46 changed files with 1739 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
package com.kimgo.wepush.common;
import lombok.Data;
@Data
public class QyWeChatSendMessageApiResponse {
private int errcode;
private String errmsg;
private String msgid;
}