增加支付教程

This commit is contained in:
egzosn@gmail.com
2017-09-28 10:01:52 +08:00
parent ccca5fb2e9
commit efbd81a943
13 changed files with 194 additions and 25 deletions

View File

@@ -3,7 +3,7 @@ package com.egzosn.pay.wx.api;
import com.egzosn.pay.common.api.BasePayConfigStorage;
/**
* 支付客户端配置存储
* 微信配置存储
* @author egan
*
* <pre>

View File

@@ -24,7 +24,7 @@ import java.text.SimpleDateFormat;
import java.util.*;
/**
* 支付宝支付通知
* 微信支付服务
* @author egan
* <pre>
* email egzosn@gmail.com
@@ -320,7 +320,6 @@ public class WxPayService extends BasePayService {
/**
* 获取输出二维码,用户返回给支付端,
* 暂未实现或无此功能
* @param order 发起支付的订单信息
* @return 返回图片信息,支付时需要的
*/