mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【新增】实现支付宝小程序适配。
This commit is contained in:
@@ -103,5 +103,27 @@
|
||||
"WxOpenAppSecret": "",
|
||||
"WxOpenToken": "",
|
||||
"WxOpenEncodingAESKey": ""
|
||||
},
|
||||
"AliPayOptions": {
|
||||
//appid
|
||||
"AppId": "",
|
||||
//应用私钥
|
||||
"AppSecret": "",
|
||||
//支付宝公钥
|
||||
"AliPublicKey": "",
|
||||
//应用公钥
|
||||
"AppPublicKey": "",
|
||||
//回调地址
|
||||
"RedirectUrl": "",
|
||||
//阿里访问令牌刷新
|
||||
"AliAccessTokenRefresh": "",
|
||||
//oauth2授权地址
|
||||
"AppConnectUrl": "https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?",
|
||||
//支付宝授权类型
|
||||
"AppAuthToken": "alipay.open.auth.token.app",
|
||||
//支付宝通用接口
|
||||
"AliPublicApi": "https://openapi.alipay.com/gateway.do",
|
||||
//外部H5唤起支付宝客户端进行实名认证接口地址
|
||||
"AliPayAppAuth": "alipays://platformapi/startapp?appId=20000067&url="
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user