🎨 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

@@ -15,7 +15,7 @@ import java.io.InputStream;
* </pre>
*
* @author cloudX
* @date 2020 /08/17
* created on 2020 /08/17
*/
public interface EcommerceService {
/**

View File

@@ -7,7 +7,7 @@ import com.github.binarywang.wxpay.exception.WxPayException;
* 商家转账到零钱(直联商户)
*
* @author glz
* @date 2022-6-11
* created on 2022-6-11
*/
public interface MerchantTransferService {

View File

@@ -15,7 +15,7 @@ import com.github.binarywang.wxpay.exception.WxPayException;
* (即需在应用场景中使用过一次,钱包才会出现支付分入口)
*
* @author hallkk
* @date 2022/05/18
* created on 2022/05/18
*/
public interface PartnerPayScoreService {

View File

@@ -12,7 +12,7 @@ import java.io.InputStream;
* 微信批量转账到零钱【V3接口】服务商API
*
* @author xiaoqiang
* @date 2021-12-06
* created on 2021-12-06
*/
public interface PartnerTransferService {

View File

@@ -7,7 +7,7 @@ import com.github.binarywang.wxpay.exception.WxPayException;
* 微工卡-对接微信api
*
* @author xiaoqiang
* @date 2021/12/7 14:26
* created on 2021/12/7 14:26
*/
public interface PayrollService {
/**

View File

@@ -8,7 +8,7 @@ import com.github.binarywang.wxpay.exception.WxPayException;
* 微信支付V3-资金应用-分账
*
* @author pg 2021-6-23
* @date 2021-6-23
* created on 2021-6-23
*/
public interface ProfitSharingV3Service {
/**

View File

@@ -12,7 +12,7 @@ import com.github.binarywang.wxpay.exception.WxPayException;
* 红包相关接口.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-12-26
* created on 2019-12-26
*/
public interface RedpackService {
/**

View File

@@ -7,7 +7,7 @@ import com.github.binarywang.wxpay.exception.WxPayException;
* 商家转账到零钱
*
* @author zhongjun
* @date 2022/6/17
* created on 2022/6/17
**/
public interface TransferService {

View File

@@ -11,7 +11,7 @@ import com.github.binarywang.wxpay.exception.WxPayException;
* </pre>
*
* @author chenliang
* @date 2021 -08-02 4:50 下午
* created on 2021 -08-02 4:50 下午
*/
public interface WxEntrustPapService {

View File

@@ -12,7 +12,7 @@ import lombok.extern.slf4j.Slf4j;
/**
* @author glz
* @date 2022/6/11
* created on 2022/6/11
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -28,7 +28,7 @@ import java.util.Objects;
/**
* @author hallkk
* @date 2022/05/18
* created on 2022/05/18
*/
@RequiredArgsConstructor
public class PartnerPayScoreServiceImpl implements PartnerPayScoreService {

View File

@@ -21,7 +21,7 @@ import java.io.InputStream;
* 批量转账到零钱(服务商)
*
* @author xiaoqiang
* @date 2021-12-06
* created on 2021-12-06
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -28,7 +28,7 @@ import java.util.Objects;
/**
* @author doger.wang
* @date 2020/5/14 9:43
* created on 2020/5/14 9:43
*/
@RequiredArgsConstructor
public class PayScoreServiceImpl implements PayScoreService {

View File

@@ -17,7 +17,7 @@ import javax.crypto.IllegalBlockSizeException;
* 微信支付-微工卡
*
* @author xiaoqiang
* @date 2021/12/2
* created on 2021/12/2
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -17,7 +17,7 @@ import lombok.RequiredArgsConstructor;
* 老板加点注释吧.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-12-26
* created on 2019-12-26
*/
@RequiredArgsConstructor
public class RedpackServiceImpl implements RedpackService {

View File

@@ -16,7 +16,7 @@ import java.util.List;
* 商家转账到零钱
*
* @author zhongjun
* @date 2022/6/17
* created on 2022/6/17
**/
@RequiredArgsConstructor
public class TransferServiceImpl implements TransferService {

View File

@@ -15,7 +15,7 @@ import java.net.URLEncoder;
/**
* @author chenliang
* @date 2021-08-02 4:53 下午
* created on 2021-08-02 4:53 下午
*/
@Slf4j
@RequiredArgsConstructor