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