mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-22 15:27:21 +08:00
支付宝配置文件增加说明,另外增加AESKey字段,用于解码手机号码。
This commit is contained in:
@@ -100,23 +100,25 @@
|
|||||||
"AliPayOptions": {
|
"AliPayOptions": {
|
||||||
//appid
|
//appid
|
||||||
"AppId": "",
|
"AppId": "",
|
||||||
//应用私钥
|
//应用私钥(注意应用私钥是要转成PKCS1格式)
|
||||||
"AppSecret": "",
|
"AppSecret": "",
|
||||||
//支付宝公钥
|
//支付宝公钥
|
||||||
"AliPublicKey": "",
|
"AliPublicKey": "",
|
||||||
//应用公钥
|
//应用公钥
|
||||||
"AppPublicKey": "",
|
"AppPublicKey": "",
|
||||||
//回调地址
|
//回调地址(可默认为空)
|
||||||
"RedirectUrl": "",
|
"RedirectUrl": "",
|
||||||
//阿里访问令牌刷新
|
//阿里访问令牌刷新(可默认为空)
|
||||||
"AliAccessTokenRefresh": "",
|
"AliAccessTokenRefresh": "",
|
||||||
//oauth2授权地址
|
//oauth2授权地址(可默认不修改)
|
||||||
"AppConnectUrl": "https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?",
|
"AppConnectUrl": "https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?",
|
||||||
//支付宝授权类型
|
//支付宝授权类型(可默认不修改)
|
||||||
"AppAuthToken": "alipay.open.auth.token.app",
|
"AppAuthToken": "alipay.open.auth.token.app",
|
||||||
//支付宝通用接口
|
//支付宝通用接口(可默认不修改)
|
||||||
"AliPublicApi": "https://openapi.alipay.com/gateway.do",
|
"AliPublicApi": "https://openapi.alipay.com/gateway.do",
|
||||||
//外部H5唤起支付宝客户端进行实名认证接口地址
|
//外部H5唤起支付宝客户端进行实名认证接口地址(可默认不修改)
|
||||||
"AliPayAppAuth": "alipays://platformapi/startapp?appId=20000067&url="
|
"AliPayAppAuth": "alipays://platformapi/startapp?appId=20000067&url=",
|
||||||
|
//AESKey(支付宝小程序授权拉取手机号码,可在开发设置-开发信息-接口内容加密方式-查看获取或者设置)
|
||||||
|
"AESKey": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,23 +107,25 @@
|
|||||||
"AliPayOptions": {
|
"AliPayOptions": {
|
||||||
//appid
|
//appid
|
||||||
"AppId": "",
|
"AppId": "",
|
||||||
//应用私钥
|
//应用私钥(注意应用私钥是要转成PKCS1格式)
|
||||||
"AppSecret": "",
|
"AppSecret": "",
|
||||||
//支付宝公钥
|
//支付宝公钥
|
||||||
"AliPublicKey": "",
|
"AliPublicKey": "",
|
||||||
//应用公钥
|
//应用公钥
|
||||||
"AppPublicKey": "",
|
"AppPublicKey": "",
|
||||||
//回调地址
|
//回调地址(可默认为空)
|
||||||
"RedirectUrl": "",
|
"RedirectUrl": "",
|
||||||
//阿里访问令牌刷新
|
//阿里访问令牌刷新(可默认为空)
|
||||||
"AliAccessTokenRefresh": "",
|
"AliAccessTokenRefresh": "",
|
||||||
//oauth2授权地址
|
//oauth2授权地址(可默认不修改)
|
||||||
"AppConnectUrl": "https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?",
|
"AppConnectUrl": "https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?",
|
||||||
//支付宝授权类型
|
//支付宝授权类型(可默认不修改)
|
||||||
"AppAuthToken": "alipay.open.auth.token.app",
|
"AppAuthToken": "alipay.open.auth.token.app",
|
||||||
//支付宝通用接口
|
//支付宝通用接口(可默认不修改)
|
||||||
"AliPublicApi": "https://openapi.alipay.com/gateway.do",
|
"AliPublicApi": "https://openapi.alipay.com/gateway.do",
|
||||||
//外部H5唤起支付宝客户端进行实名认证接口地址
|
//外部H5唤起支付宝客户端进行实名认证接口地址(可默认不修改)
|
||||||
"AliPayAppAuth": "alipays://platformapi/startapp?appId=20000067&url="
|
"AliPayAppAuth": "alipays://platformapi/startapp?appId=20000067&url=",
|
||||||
|
//AESKey(支付宝小程序授权拉取手机号码,可在开发设置-开发信息-接口内容加密方式-查看获取或者设置)
|
||||||
|
"AESKey": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user