mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-02 05:50:29 +08:00
增加支付教程
This commit is contained in:
@@ -3,7 +3,7 @@ package com.egzosn.pay.wx.api;
|
||||
import com.egzosn.pay.common.api.BasePayConfigStorage;
|
||||
|
||||
/**
|
||||
* 支付客户端配置存储
|
||||
* 微信配置存储
|
||||
* @author egan
|
||||
*
|
||||
* <pre>
|
||||
|
||||
@@ -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 返回图片信息,支付时需要的
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user