Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
42d9a4a8
Commit
42d9a4a8
authored
Aug 09, 2023
by
xiaoyu
Browse files
支付宝沙箱地址更新
parent
17b502ad
Changes
1
Show whitespace changes
Inline
Side-by-side
jeepay-core/src/main/java/com/jeequan/jeepay/core/model/params/alipay/AlipayConfig.java
View file @
42d9a4a8
...
@@ -33,14 +33,14 @@ public class AlipayConfig{
...
@@ -33,14 +33,14 @@ public class AlipayConfig{
/** 网关地址 */
/** 网关地址 */
public
static
String
PROD_SERVER_URL
=
"https://openapi.alipay.com/gateway.do"
;
public
static
String
PROD_SERVER_URL
=
"https://openapi.alipay.com/gateway.do"
;
public
static
String
SANDBOX_SERVER_URL
=
"https://openapi.alipaydev.com/gateway.do"
;
public
static
String
SANDBOX_SERVER_URL
=
"https://openapi
-sandbox.dl
.alipaydev.com/gateway.do"
;
public
static
String
PROD_OAUTH_URL
=
"https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=%s&scope=auth_base&state=&redirect_uri=%s"
;
public
static
String
PROD_OAUTH_URL
=
"https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=%s&scope=auth_base&state=&redirect_uri=%s"
;
public
static
String
SANDBOX_OAUTH_URL
=
"https://opena
uth
.alipaydev.com/oauth2/publicAppAuthorize.htm?app_id=%s&scope=auth_base&state=&redirect_uri=%s"
;
public
static
String
SANDBOX_OAUTH_URL
=
"https://opena
pi-sandbox.dl
.alipaydev.com/oauth2/publicAppAuthorize.htm?app_id=%s&scope=auth_base&state=&redirect_uri=%s"
;
/** isv获取授权商户URL地址 **/
/** isv获取授权商户URL地址 **/
public
static
String
PROD_APP_TO_APP_AUTH_URL
=
"https://openauth.alipay.com/oauth2/appToAppAuth.htm?app_id=%s&redirect_uri=%s&state=%s"
;
public
static
String
PROD_APP_TO_APP_AUTH_URL
=
"https://openauth.alipay.com/oauth2/appToAppAuth.htm?app_id=%s&redirect_uri=%s&state=%s"
;
public
static
String
SANDBOX_APP_TO_APP_AUTH_URL
=
"https://opena
uth
.alipaydev.com/oauth2/appToAppAuth.htm?app_id=%s&redirect_uri=%s&state=%s"
;
public
static
String
SANDBOX_APP_TO_APP_AUTH_URL
=
"https://opena
pi-sandbox.dl
.alipaydev.com/oauth2/appToAppAuth.htm?app_id=%s&redirect_uri=%s&state=%s"
;
public
static
String
FORMAT
=
"json"
;
public
static
String
FORMAT
=
"json"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment