创建 QyWeChatSendMessageApiResponse.java
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
package com.kimgo.wepush.response;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class QyWeChatSendMessageApiResponse {
|
||||||
|
private int errcode;
|
||||||
|
private String errmsg;
|
||||||
|
private String msgid;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user