mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.1
This commit is contained in:
15
README.md
15
README.md
@@ -38,13 +38,14 @@ SOP封装了开放平台大部分功能包括:签名验证、统一异常处
|
|||||||
@Api("支付接口")
|
@Api("支付接口")
|
||||||
public interface OpenPayment {
|
public interface OpenPayment {
|
||||||
|
|
||||||
@ApiOperation(
|
/**
|
||||||
value = "手机网站支付接口",
|
* 手机网站支付接口
|
||||||
notes = "该接口是页面跳转接口,用于生成用户访问跳转链接。" +
|
*
|
||||||
"请在服务端执行SDK中pageExecute方法,读取响应中的body()结果。" +
|
* @apiNote 该接口是页面跳转接口,用于生成用户访问跳转链接。
|
||||||
"该结果用于跳转到页面,返回到用户浏览器渲染或重定向跳转到页面。" +
|
* 请在服务端执行SDK中pageExecute方法,读取响应中的body()结果。
|
||||||
"具体使用方法请参考 <a href=\"https://torna.cn\" target=\"_blank\">接入指南</a>"
|
* 该结果用于跳转到页面,返回到用户浏览器渲染或重定向跳转到页面。
|
||||||
)
|
* 具体使用方法请参考 <a href="https://torna.cn" target="_blank">接入指南</a>
|
||||||
|
*/
|
||||||
@Open("pay.trade.wap.pay")
|
@Open("pay.trade.wap.pay")
|
||||||
PayTradeWapPayResponse tradeWapPay(PayTradeWapPayRequest request);
|
PayTradeWapPayResponse tradeWapPay(PayTradeWapPayRequest request);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user