mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-30 04:21:12 +08:00
临时提交 更新主分支
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package com.egzosn.pay.common.api;
|
||||
|
||||
import com.egzosn.pay.common.bean.AuthPageType;
|
||||
|
||||
/**
|
||||
* 高级支付接口
|
||||
* @author Actinia
|
||||
* @email hayesfu@qq.com
|
||||
* @date 2018/1/18
|
||||
*
|
||||
*/
|
||||
|
||||
public interface AdvancedPayService extends PayService{
|
||||
/**
|
||||
* 获取授权页面
|
||||
* @param payeeId 收款id
|
||||
* @param authPageType 授权类型
|
||||
* @return 返回请求结果
|
||||
*/
|
||||
String getAuthorizationPage(String payeeId,AuthPageType authPageType);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user