mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 fix javadoc by removing @date
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.Map;
|
||||
* 云开发相关接口.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020 -01-22
|
||||
* created on 2020 -01-22
|
||||
*/
|
||||
public interface WxMaCloudService {
|
||||
/**
|
||||
|
||||
@@ -29,7 +29,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-13 16:40
|
||||
* created on 2021-10-13 16:40
|
||||
*/
|
||||
public interface WxMaImmediateDeliveryService {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
|
||||
* https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/role-manage.html
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2021 -02-15
|
||||
* created on 2021 -02-15
|
||||
*/
|
||||
public interface WxMaLiveMemberService {
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
|
||||
* </pre>
|
||||
*
|
||||
* @author : cofedream
|
||||
* @date : 2021-01-26
|
||||
* created on : 2021-01-26
|
||||
*/
|
||||
public interface WxMaSchemeService {
|
||||
/**
|
||||
|
||||
@@ -12,7 +12,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
|
||||
* 小程序交易组件-接入商品前必需接口(审核相关接口)
|
||||
*
|
||||
* @author liming1019
|
||||
* @date 2021/8/12
|
||||
* created on 2021/8/12
|
||||
*/
|
||||
public interface WxMaShopAuditService {
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/1 2:49 下午
|
||||
* created on 2022/7/1 2:49 下午
|
||||
*/
|
||||
public interface WxMaShopCouponService {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import me.chanjar.weixin.common.error.WxErrorException;
|
||||
/**
|
||||
* 分享员
|
||||
* @author leiin
|
||||
* @date 2022/6/18 2:48 下午
|
||||
* created on 2022/6/18 2:48 下午
|
||||
*/
|
||||
public interface WxMaShopSharerService {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.util.List;
|
||||
* 订阅消息类
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-12-15
|
||||
* created on 2019-12-15
|
||||
*/
|
||||
public interface WxMaSubscribeService {
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Cloud.*;
|
||||
* 云开发相关接口实现类.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-22
|
||||
* created on 2020-01-22
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
|
||||
@@ -44,7 +44,7 @@ import org.apache.commons.lang3.StringUtils;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-13 16:40
|
||||
* created on 2021-10-13 16:40
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
public class WxMaImmediateDeliveryServiceImpl implements WxMaImmediateDeliveryService {
|
||||
|
||||
@@ -18,7 +18,7 @@ import javax.crypto.spec.SecretKeySpec;
|
||||
* 服务端网络相关接口
|
||||
*
|
||||
* @author <a href="https://github.com/chutian0124">chutian0124</a>
|
||||
* @Date 2021-09-06
|
||||
* created on 2021-09-06
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
public class WxMaInternetServiceImpl implements WxMaInternetService {
|
||||
|
||||
@@ -19,7 +19,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Broadcast.Ro
|
||||
* .
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2021-02-15
|
||||
* created on 2021-02-15
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
public class WxMaLiveMemberServiceImpl implements WxMaLiveMemberService {
|
||||
|
||||
@@ -18,7 +18,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Ocr.*;
|
||||
* ocr 接口实现.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-06-22
|
||||
* created on 2019-06-22
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
public class WxMaOcrServiceImpl implements WxOcrService {
|
||||
|
||||
@@ -14,7 +14,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Scheme.GENER
|
||||
|
||||
/**
|
||||
* @author : cofedream
|
||||
* @date : 2021-01-28
|
||||
* created on : 2021-01-28
|
||||
*/
|
||||
@AllArgsConstructor
|
||||
public class WxMaSchemeServiceImpl implements WxMaSchemeService {
|
||||
|
||||
@@ -24,7 +24,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaConstants.ERRCODE;
|
||||
* 小程序交易组件-接入商品前必需接口(审核相关接口)
|
||||
*
|
||||
* @author liming1019
|
||||
* @date 2021/8/12
|
||||
* created on 2021/8/12
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
@Slf4j
|
||||
|
||||
@@ -22,7 +22,7 @@ import me.chanjar.weixin.common.util.json.GsonParser;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/1 2:49 下午
|
||||
* created on 2022/7/1 2:49 下午
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
@Slf4j
|
||||
|
||||
@@ -23,7 +23,7 @@ import me.chanjar.weixin.common.util.json.GsonParser;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/18 3:38 下午
|
||||
* created on 2022/6/18 3:38 下午
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
@Slf4j
|
||||
|
||||
@@ -27,7 +27,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaApiUrlConstants.Subscribe.*;
|
||||
|
||||
/**
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-12-15
|
||||
* created on 2019-12-15
|
||||
*/
|
||||
@RequiredArgsConstructor
|
||||
public class WxMaSubscribeServiceImpl implements WxMaSubscribeService {
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.io.Serializable;
|
||||
* 数据水印.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-05-25
|
||||
* created on 2020-05-25
|
||||
*/
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author liming1019
|
||||
* @date 2021/8/17
|
||||
* created on 2021/8/17
|
||||
*/
|
||||
@Data
|
||||
public class WxMaBaseResponse implements Serializable {
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
* WxMaSubscribeMsgEvent class
|
||||
* 客户端订阅,服务端收到的通知
|
||||
* @author dany
|
||||
* @date 2021/12/31
|
||||
* created on 2021/12/31
|
||||
*/
|
||||
public class WxMaSubscribeMsgEvent {
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.util.List;
|
||||
* 动态消息.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-02-17
|
||||
* created on 2020-02-17
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -16,7 +16,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaConstants.DEFAULT_ENV_VERSIO
|
||||
* 小程序码.
|
||||
*
|
||||
* @author Element
|
||||
* @date 2017/7/27
|
||||
* created on 2017/7/27
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
|
||||
@@ -13,7 +13,7 @@ import static cn.binarywang.wx.miniapp.constant.WxMaConstants.DEFAULT_ENV_VERSIO
|
||||
* 小程序码接口B.
|
||||
*
|
||||
* @author Element
|
||||
* @date 2017/7/27
|
||||
* created on 2017/7/27
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
* 文件删除结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-27
|
||||
* created on 2020-01-27
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudBatchDeleteFileResult implements Serializable {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
* 获取文件下载链接结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-27
|
||||
* created on 2020-01-27
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudBatchDownloadFileResult implements Serializable {
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
* 云开发数据库迁移状态查询结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-26
|
||||
* created on 2020-01-26
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudCloudDatabaseMigrateQueryInfoResult implements Serializable {
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
* 云开发获取集合接口的结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-28
|
||||
* created on 2020-01-28
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudDatabaseCollectionGetResult implements Serializable {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.util.List;
|
||||
* 云开发新增索引的请求对象.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-26
|
||||
* created on 2020-01-26
|
||||
*/
|
||||
@Accessors(chain = true)
|
||||
@Data
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
* 云开发数据库查询记录接口请求结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-26
|
||||
* created on 2020-01-26
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudDatabaseQueryResult implements Serializable {
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.io.Serializable;
|
||||
* 云开发数据库更新记录接口请求结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-26
|
||||
* created on 2020-01-26
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudDatabaseUpdateResult implements Serializable {
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
* 获取腾讯云API调用凭证结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-27
|
||||
* created on 2020-01-27
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudGetQcloudTokenResult implements Serializable {
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.util.List;
|
||||
* 发送携带 URL Link 的短信结果
|
||||
*
|
||||
* @author liming1019
|
||||
* @date 2022-07-26
|
||||
* created on 2022-07-26
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudSendSmsV2Result extends WxMaBaseResponse implements Serializable {
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
* 云开发文件上传接口响应结果.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-01-27
|
||||
* created on 2020-01-27
|
||||
*/
|
||||
@Data
|
||||
public class WxCloudUploadFileResult implements Serializable {
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.util.List;
|
||||
* 发送携带 URL Link 的短信请求
|
||||
*
|
||||
* @author liming1019
|
||||
* @date 2022-07-26
|
||||
* created on 2022-07-26
|
||||
*/
|
||||
@Data
|
||||
@Builder
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -16,7 +16,7 @@ import java.util.List;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.math.BigDecimal;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -19,7 +19,7 @@ import java.util.List;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.math.BigDecimal;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.math.BigDecimal;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:49
|
||||
* created on 2021-10-14 10:49
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -16,7 +16,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:36
|
||||
* created on 2021-10-14 10:36
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* @author Luo
|
||||
* @version 1.0
|
||||
* @date 2021-10-14 10:36
|
||||
* created on 2021-10-14 10:36
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
|
||||
@@ -8,6 +8,8 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 直播间小助手用户信息
|
||||
*
|
||||
* @author GaoMinZhu
|
||||
*/
|
||||
@Data
|
||||
public class WxMaAssistantResult implements Serializable {
|
||||
@@ -22,6 +24,7 @@ public class WxMaAssistantResult implements Serializable {
|
||||
public static WxMaAssistantResult fromJson(String json) {
|
||||
return WxMaGsonBuilder.create().fromJson(json, WxMaAssistantResult.class);
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class Assistant implements Serializable {
|
||||
private static final long serialVersionUID = 6362128855371134033L;
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
* 创建直播间接口返回.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-11-29
|
||||
* created on 2020-11-29
|
||||
*/
|
||||
@Data
|
||||
public class WxMaCreateRoomResult implements Serializable {
|
||||
|
||||
@@ -6,6 +6,8 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 直播间小助手用户信息
|
||||
*
|
||||
* @author GaoMinZhu
|
||||
*/
|
||||
@Data
|
||||
public class WxMaLiveAssistantInfo implements Serializable {
|
||||
|
||||
@@ -8,6 +8,8 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* 直播商品信息
|
||||
*
|
||||
* @author unkown
|
||||
*/
|
||||
@Data
|
||||
public class WxMaLiveGoodInfo implements Serializable {
|
||||
|
||||
@@ -6,6 +6,8 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 直播间信息
|
||||
*
|
||||
* @author unkown
|
||||
*/
|
||||
@Data
|
||||
public class WxMaLiveRoomInfo implements Serializable {
|
||||
@@ -20,7 +22,9 @@ public class WxMaLiveRoomInfo implements Serializable {
|
||||
**/
|
||||
private String name;
|
||||
/**
|
||||
* 背景图,填入mediaID(mediaID获取后,三天内有效);图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;直播间背景图,图片规则:建议像素1080*1920,大小不超过2M
|
||||
* 背景图,填入mediaID(mediaID获取后,三天内有效);图片mediaID的获取,
|
||||
* 请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
|
||||
* 直播间背景图,图片规则:建议像素1080*1920,大小不超过2M
|
||||
**/
|
||||
private String coverImg;
|
||||
/**
|
||||
@@ -36,11 +40,13 @@ public class WxMaLiveRoomInfo implements Serializable {
|
||||
**/
|
||||
private String anchorName;
|
||||
/**
|
||||
* 主播微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证, 小程序二维码链接:https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
|
||||
* 主播微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证,
|
||||
* 小程序二维码链接:https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
|
||||
**/
|
||||
private String anchorWechat;
|
||||
/**
|
||||
* 主播副号微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证, 小程序二维码链接:https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
|
||||
* 主播副号微信号,如果未实名认证,需要先前往“小程序直播”小程序进行实名验证,
|
||||
* 小程序二维码链接:https://res.wx.qq.com/op_res/BbVNeczA1XudfjVqCVoKgfuWe7e3aUhokktRVOqf_F0IqS6kYR--atCpVNUUC3zr
|
||||
**/
|
||||
private String subAnchorWechat;
|
||||
/**
|
||||
@@ -48,20 +54,30 @@ public class WxMaLiveRoomInfo implements Serializable {
|
||||
**/
|
||||
private String createrWechat;
|
||||
/**
|
||||
* 分享图,填入mediaID(mediaID获取后,三天内有效);图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;直播间分享图,图片规则:建议像素800*640,大小不超过1M;
|
||||
* 分享图,填入mediaID(mediaID获取后,三天内有效);
|
||||
* 图片mediaID的获取,请参考以下文档:
|
||||
* https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
|
||||
* 直播间分享图,图片规则:建议像素800*640,大小不超过1M;
|
||||
**/
|
||||
private String shareImg;
|
||||
/**
|
||||
* 购物直播频道封面图,填入mediaID(mediaID获取后,三天内有效);图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html; 购物直播频道封面图,图片规则:建议像素800*800,大小不超过100KB;
|
||||
* 购物直播频道封面图,填入mediaID(mediaID获取后,三天内有效);
|
||||
* 图片mediaID的获取,请参考以下文档:
|
||||
* https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
|
||||
* 购物直播频道封面图,图片规则:建议像素800*800,大小不超过100KB;
|
||||
* <p>
|
||||
* 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#6">编辑直播间</a>,不用于创建直播间
|
||||
* 该字段仅用于
|
||||
* <a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#6">编辑直播间</a>,不用于创建直播间
|
||||
* </p>
|
||||
**/
|
||||
private String feedsImg;
|
||||
/**
|
||||
* 直播间分享图,填入mediaID(mediaID获取后,三天内有效);图片规则:建议像素1080*1920,大小不超过2M;图片mediaID的获取,请参考以下文档: https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
|
||||
* 直播间分享图,填入mediaID(mediaID获取后,三天内有效);图片规则:建议像素1080*1920,大小不超过2M;
|
||||
* 图片mediaID的获取,请参考以下文档:
|
||||
* https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/New_temporary_materials.html;
|
||||
* <p>
|
||||
* 该字段仅用于<a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#1">创建直播间</a>,不用于编辑直播间
|
||||
* 该字段仅用于
|
||||
* <a href="https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/live_player/studio-api.html#1">创建直播间</a>,不用于编辑直播间
|
||||
* </p>
|
||||
**/
|
||||
private String anchorImg;
|
||||
|
||||
@@ -5,6 +5,10 @@ import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author linlinjava
|
||||
*/
|
||||
@Data
|
||||
public class WxMaLiveSharedCode implements Serializable {
|
||||
private static final long serialVersionUID = 8525117884393611947L;
|
||||
/**
|
||||
@@ -22,4 +26,4 @@ public class WxMaLiveSharedCode implements Serializable {
|
||||
*/
|
||||
@SerializedName("posterUrl")
|
||||
private String posterUrl;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 7:16 下午
|
||||
* created on 2022/6/20 7:16 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMiniAfterSaleDetail {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/11 20:33
|
||||
* created on 2022/7/11 20:33
|
||||
*/
|
||||
@Data
|
||||
public class WxMiniAfterSaleOrder {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/11 20:59
|
||||
* created on 2022/7/11 20:59
|
||||
*/
|
||||
@Data
|
||||
public class WxMiniBatchGetAfterSaleOrderResponse extends WxMaShopBaseResponse {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/11 20:58
|
||||
* created on 2022/7/11 20:58
|
||||
*/
|
||||
@Data
|
||||
public class WxMiniGetAfterSaleOrderResponse extends WxMaShopBaseResponse {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 7:16 下午
|
||||
* created on 2022/6/20 7:16 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMiniOrderAfterSaleDetail {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/14 19:05
|
||||
* created on 2022/7/14 19:05
|
||||
*/
|
||||
@Data
|
||||
public class WxMiniOrderDeliveryRequest {
|
||||
|
||||
@@ -5,7 +5,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 7:32 下午
|
||||
* created on 2022/6/20 7:32 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopAddressInfo {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 7:28 下午
|
||||
* created on 2022/6/20 7:28 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopDeliveryInfo {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/8 3:46 下午
|
||||
* created on 2022/7/8 3:46 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopGetBrandResponse extends WxMaShopBaseResponse {
|
||||
|
||||
@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/8 3:39 下午
|
||||
* created on 2022/7/8 3:39 下午
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/8 3:46 下午
|
||||
* created on 2022/7/8 3:46 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopGetFrightTemplateResponse extends WxMaShopBaseResponse {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopOrderDetail implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
* 获取订单详情 回包结构
|
||||
*
|
||||
* @author leiin
|
||||
* @date 2022/6/20 7:09 下午
|
||||
* created on 2022/6/20 7:09 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopOrderDetailResponse extends WxMaShopBaseResponse {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 7:09 下午
|
||||
* created on 2022/6/20 7:09 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopOrderListResponse extends WxMaShopBaseResponse {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopOrderResult implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopPayInfo implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopPriceInfo implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopProductInfo implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/13 20:00
|
||||
* created on 2022/7/13 20:00
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopSkuListResponse extends WxMaShopBaseResponse {
|
||||
|
||||
@@ -5,7 +5,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 4:36 下午
|
||||
* created on 2022/6/20 4:36 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopSpuGet implements Serializable {
|
||||
|
||||
@@ -4,7 +4,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 4:46 下午
|
||||
* created on 2022/6/20 4:46 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopSpuGetResponse extends WxMinishopResult<WxMinishopSpuGet> {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/20 4:46 下午
|
||||
* created on 2022/6/20 4:46 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopSpuListResponse extends WxMinishopResult {
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author : cofedream
|
||||
* @date : 2021-01-26
|
||||
* created on : 2021-01-26
|
||||
*/
|
||||
@Data
|
||||
@Builder(builderMethodName = "newBuilder")
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author dingxw
|
||||
* @date 2021/11/18 20:27
|
||||
* created on 2021/11/18 20:27
|
||||
*/
|
||||
@Data
|
||||
@Builder
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/6/18 3:14 下午
|
||||
* created on 2022/6/18 3:14 下午
|
||||
*/
|
||||
@Data
|
||||
public class WxMaPromotionInfo implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author liming1019
|
||||
* @date 2021/8/9
|
||||
* created on 2021/8/9
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopAccountGetBrandListItem implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author liming1019
|
||||
* @date 2021/8/9
|
||||
* created on 2021/8/9
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopAccountGetCategoryListItem implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author liming1019
|
||||
* @date 2021/8/9
|
||||
* created on 2021/8/9
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopAccountGetInfo implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopAddOrderResult implements Serializable {
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
* 添加商品参数返回
|
||||
*/
|
||||
@Data
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopAddressInfo implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author liming1019
|
||||
* @date 2021/8/9
|
||||
* created on 2021/8/9
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopCatGetDetail implements Serializable {
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2022/7/1 2:57 下午
|
||||
* created on 2022/7/1 2:57 下午
|
||||
*/
|
||||
@Data
|
||||
@Builder
|
||||
|
||||
@@ -7,7 +7,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopDeliveryDetail implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopDeliveryItem implements Serializable {
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopOrderDetail implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author Boris
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopOrderInfo implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopOrderResult implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopPayInfo implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopPriceInfo implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopProductInfo implements Serializable {
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.io.Serializable;
|
||||
* 推广员、分享员信息
|
||||
*
|
||||
* @author zhongjun
|
||||
* @date 2022/5/17
|
||||
* created on 2022/5/17
|
||||
**/
|
||||
@Data
|
||||
public class WxMaShopPromotionInfo implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopSkuResult implements Serializable {
|
||||
|
||||
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopSkuWithoutAuditInfo implements Serializable {
|
||||
|
||||
@@ -7,7 +7,7 @@ import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author leiin
|
||||
* @date 2021/3/23
|
||||
* created on 2021/3/23
|
||||
*/
|
||||
@Data
|
||||
public class WxMaShopSpuAudit implements Serializable {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user