mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 【微信开放平台】增加申请开通直播的接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package me.chanjar.weixin.open.bean.result;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
/**
|
||||
* @author 清心
|
||||
* created at 2022-10-04 16:11
|
||||
*/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class WxOpenMaApplyLiveInfoResult extends WxOpenResult{
|
||||
|
||||
@SerializedName("action")
|
||||
private String action;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user