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:
@@ -15,7 +15,7 @@ import java.io.InputStream;
|
||||
* </pre>
|
||||
*
|
||||
* @author cloudX
|
||||
* @date 2020 /08/17
|
||||
* created on 2020 /08/17
|
||||
*/
|
||||
public interface EcommerceService {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.io.InputStream;
|
||||
* 微信批量转账到零钱【V3接口】服务商API
|
||||
*
|
||||
* @author xiaoqiang
|
||||
* @date 2021-12-06
|
||||
* created on 2021-12-06
|
||||
*/
|
||||
public interface PartnerTransferService {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* @author glz
|
||||
* @date 2022/6/11
|
||||
* created on 2022/6/11
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -21,7 +21,7 @@ import java.io.InputStream;
|
||||
* 批量转账到零钱(服务商)
|
||||
*
|
||||
* @author xiaoqiang
|
||||
* @date 2021-12-06
|
||||
* created on 2021-12-06
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -17,7 +17,7 @@ import javax.crypto.IllegalBlockSizeException;
|
||||
* 微信支付-微工卡
|
||||
*
|
||||
* @author xiaoqiang
|
||||
* @date 2021/12/2
|
||||
* created on 2021/12/2
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user