|
1 |
| -package in.egan.pay.ali.before.api; |
| 1 | +package com.egzosn.pay.ali.before.api; |
2 | 2 |
|
3 | 3 | import com.alibaba.fastjson.JSON;
|
4 | 4 | import com.alibaba.fastjson.JSONObject;
|
5 |
| -import in.egan.pay.ali.before.bean.AliTransactionType; |
6 |
| -import in.egan.pay.common.api.BasePayService; |
7 |
| -import in.egan.pay.common.api.Callback; |
8 |
| -import in.egan.pay.common.api.PayConfigStorage; |
9 |
| -import in.egan.pay.common.bean.MethodType; |
10 |
| -import in.egan.pay.common.bean.PayOrder; |
11 |
| -import in.egan.pay.common.bean.PayOutMessage; |
12 |
| -import in.egan.pay.common.bean.TransactionType; |
13 |
| -import in.egan.pay.common.bean.result.PayException; |
14 |
| -import in.egan.pay.common.exception.PayErrorException; |
15 |
| -import in.egan.pay.common.http.ClientHttpRequest; |
16 |
| -import in.egan.pay.common.http.HttpConfigStorage; |
17 |
| -import in.egan.pay.common.http.UriVariables; |
18 |
| -import in.egan.pay.common.util.sign.SignUtils; |
| 5 | +import com.egzosn.pay.ali.before.bean.AliTransactionType; |
| 6 | +import com.egzosn.pay.common.api.BasePayService; |
| 7 | +import com.egzosn.pay.common.api.Callback; |
| 8 | +import com.egzosn.pay.common.api.PayConfigStorage; |
| 9 | +import com.egzosn.pay.common.bean.MethodType; |
| 10 | +import com.egzosn.pay.common.bean.PayOrder; |
| 11 | +import com.egzosn.pay.common.bean.PayOutMessage; |
| 12 | +import com.egzosn.pay.common.bean.TransactionType; |
| 13 | +import com.egzosn.pay.common.bean.result.PayException; |
| 14 | +import com.egzosn.pay.common.exception.PayErrorException; |
| 15 | +import com.egzosn.pay.common.http.HttpConfigStorage; |
| 16 | +import com.egzosn.pay.common.http.UriVariables; |
| 17 | +import com.egzosn.pay.common.util.sign.SignUtils; |
19 | 18 | import org.apache.commons.logging.Log;
|
20 | 19 | import org.apache.commons.logging.LogFactory;
|
21 | 20 | import java.awt.image.BufferedImage;
|
|
32 | 31 | * @author egan
|
33 | 32 | * @email egzosn@gmail.com
|
34 | 33 | * @date 2016-5-18 14:09:01
|
35 |
| - * @see in.egan.pay.ali.api.AliPayService |
| 34 | + * @see com.egzosn.pay.ali.api.AliPayService |
36 | 35 | */
|
37 | 36 | public class AliPayService extends BasePayService {
|
38 | 37 | protected final Log log = LogFactory.getLog(AliPayService.class);
|
@@ -400,7 +399,7 @@ public <T> T downloadbill(Date billDate, String billType, Callback<T> callback)
|
400 | 399 | /**
|
401 | 400 | *
|
402 | 401 | * @param tradeNoOrBillDate 支付平台订单号或者账单类型, 具体请
|
403 |
| - * 类型为{@link String }或者 {@link Date },类型须强制限制,类型不对应则抛出异常{@link in.egan.pay.common.exception.PayErrorException} |
| 402 | + * 类型为{@link String }或者 {@link Date },类型须强制限制,类型不对应则抛出异常{@link PayErrorException} |
404 | 403 | * @param outTradeNoBillType 商户单号或者 账单类型
|
405 | 404 | * @param transactionType 交易类型
|
406 | 405 | * @param callback 处理器
|
|
0 commit comments