This commit is contained in:
777
2025-07-08 15:55:01 +08:00
parent 7c38443e9f
commit bb5a88f40f

View File

@@ -131,8 +131,10 @@ public enum TrdPayTypeEnum {
V12("https://cashapi.sandpay.com.cn","/gateway/trade","/Pay_Trade_query.html","/api/pay/trd/notify/v12","OK"), V12("https://cashapi.sandpay.com.cn","/gateway/trade","/Pay_Trade_query.html","/api/pay/trd/notify/v12","OK"),
/** /**
* https://pp123.bghyvwk.cn/doc/pay_create.html * https://pp123.bghyvwk.cn/doc/pay_create.html
* 1016
* Wsz6yTi6AG5X6Cxt5Zt6rXKGKXitsX5I
*/ */
V13("https://pp123.bghyvwk.cn","/api/pay/create","/api/pay/query","/api/pay/trd/notify/v12","success"), V13("https://pp123.bghyvwk.cn","/mapi.php","/api.php","/api/pay/trd/notify/v12","success"),
; ;
private final String gatewayUrl; private final String gatewayUrl;