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 {
|
||||
|
||||
Reference in New Issue
Block a user