🎨 fix javadoc by removing @date

This commit is contained in:
Binary Wang
2022-08-23 00:37:10 +08:00
parent f94e67056d
commit 36602d58a5
757 changed files with 789 additions and 762 deletions

View File

@@ -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 {
/**

View File

@@ -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 {

View File

@@ -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 {
/**

View File

@@ -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 {
/**

View File

@@ -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 {
/**

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 {