mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-04 07:36:30 +08:00
支付宝刷脸发起支付接口,唤起支付暂未编写
This commit is contained in:
@@ -216,6 +216,7 @@ public class AliPayService extends BasePayService<AliPayConfigStorage, PayOrder>
|
||||
break;
|
||||
case BAR_CODE:
|
||||
case WAVE_CODE:
|
||||
case SECURITY_CODE:
|
||||
bizContent.put("scene", order.getTransactionType().toString().toLowerCase());
|
||||
bizContent.put(PRODUCT_CODE, "FACE_TO_FACE_PAYMENT");
|
||||
bizContent.put("auth_code", order.getAuthCode());
|
||||
|
||||
@@ -49,6 +49,16 @@ public enum AliTransactionType implements TransactionType {
|
||||
* 声波付
|
||||
*/
|
||||
WAVE_CODE("alipay.trade.pay"),
|
||||
/**
|
||||
* 刷脸付
|
||||
*/
|
||||
SECURITY_CODE("alipay.trade.pay"),
|
||||
/**
|
||||
* 人脸初始化刷脸付
|
||||
* 暂时未接入
|
||||
*
|
||||
*/
|
||||
SMILEPAY("zoloz.authentication.customer.smilepay.initialize"),
|
||||
//交易辅助接口
|
||||
|
||||
/**
|
||||
@@ -86,7 +96,12 @@ public enum AliTransactionType implements TransactionType {
|
||||
/**
|
||||
* 转账查询
|
||||
*/
|
||||
TRANS_QUERY("alipay.fund.trans.order.query")
|
||||
TRANS_QUERY("alipay.fund.trans.order.query"),
|
||||
/**
|
||||
* 查询刷脸结果信息
|
||||
* 暂时未接入
|
||||
*/
|
||||
FTOKEN_QUERY("zoloz.authentication.customer.ftoken.query")
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user