Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-unicloud-zh
提交
77b20f1c
U
unidocs-unicloud-zh
项目概览
DCloud
/
unidocs-unicloud-zh
通知
84
Star
2
Fork
20
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
9
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-unicloud-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
9
合并请求
9
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
77b20f1c
编写于
6月 19, 2024
作者:
VK1688
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:优化文案
上级
7afc7ee5
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
16 addition
and
16 deletion
+16
-16
docs/uni-pay/uni-app-x.md
docs/uni-pay/uni-app-x.md
+8
-8
docs/uni-pay/uni-app.md
docs/uni-pay/uni-app.md
+8
-8
未找到文件。
docs/uni-pay/uni-app-x.md
浏览文件 @
77b20f1c
...
...
@@ -161,7 +161,7 @@ module.exports = {
// 支付宝 - 小程序支付配置
"
mp
"
:
{
"
appId
"
:
""
,
// 支付宝小程序appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -169,7 +169,7 @@ module.exports = {
// 支付宝 - APP支付配置
"
app
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -177,7 +177,7 @@ module.exports = {
// 支付宝 - H5支付配置(包含:网站二维码、手机H5,需申请支付宝当面付接口权限)
"
native
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -251,7 +251,7 @@ module.exports = {
// 支付宝 - APP支付配置
"
app
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -281,7 +281,7 @@ module.exports = {
// 支付宝 - 小程序支付配置
"
mp
"
:
{
"
appId
"
:
""
,
// 支付宝小程序appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -311,7 +311,7 @@ module.exports = {
// 支付宝 - H5支付配置(包含:网站二维码、手机H5,需申请支付宝当面付接口权限)
"
native
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -341,7 +341,7 @@ module.exports = {
// 支付宝 - H5支付配置(包含:网站二维码、手机H5,需申请支付宝当面付接口权限)
"
native
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -2110,7 +2110,7 @@ APP支付除了配置uni-pay的支付配置外,还需要打包时添加支付
[
支付宝支付证书生成教程
](
https://docs.qq.com/doc/DWVBlVkZ1Z21SZFpS
)
-
privateKey:支付宝商户私钥
-
privateKey:支付宝商户
PKCS8格式的
私钥
-
appCertPath:支付宝商户公钥路径,是一个后缀名为
`appCertPublicKey.crt`
的文件,将它复制到
`uni-config-center/uni-pay/alipay/`
目录下
-
alipayPublicCertPath:支付宝商户公钥路径,是一个后缀名为
`alipayCertPublicKey_RSA2.crt`
的文件,将它复制到
`uni-config-center/uni-pay/alipay/`
目录下
-
alipayRootCertPath:支付宝根证书路径,是一个后缀名为
`alipayRootCert.crt`
的文件,将它复制到
`uni-config-center/uni-pay/alipay/`
目录下
...
...
docs/uni-pay/uni-app.md
浏览文件 @
77b20f1c
...
...
@@ -257,7 +257,7 @@ module.exports = {
// 支付宝 - 小程序支付配置
"
mp
"
:
{
"
appId
"
:
""
,
// 支付宝小程序appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -265,7 +265,7 @@ module.exports = {
// 支付宝 - APP支付配置
"
app
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -273,7 +273,7 @@ module.exports = {
// 支付宝 - H5支付配置(包含:网站二维码、手机H5,需申请支付宝当面付接口权限)
"
native
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -599,7 +599,7 @@ module.exports = {
// 支付宝 - APP支付配置
"
app
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -629,7 +629,7 @@ module.exports = {
// 支付宝 - 小程序支付配置
"
mp
"
:
{
"
appId
"
:
""
,
// 支付宝小程序appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -659,7 +659,7 @@ module.exports = {
// 支付宝 - H5支付配置(包含:网站二维码、手机H5,需申请支付宝当面付接口权限)
"
native
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -689,7 +689,7 @@ module.exports = {
// 支付宝 - H5支付配置(包含:网站二维码、手机H5,需申请支付宝当面付接口权限)
"
native
"
:
{
"
appId
"
:
""
,
// 支付宝开放平台下应用的appid
"
privateKey
"
:
""
,
// 支付宝商户私钥
"
privateKey
"
:
""
,
// 支付宝商户
PKCS8格式的
私钥
"
appCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/appCertPublicKey.crt
'
),
// 支付宝商户公钥路径
"
alipayPublicCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayCertPublicKey_RSA2.crt
'
),
// 支付宝公钥路径
"
alipayRootCertPath
"
:
path
.
join
(
__dirname
,
'
alipay/alipayRootCert.crt
'
),
// 支付宝根证书路径
...
...
@@ -3125,7 +3125,7 @@ APP支付除了配置uni-pay的支付配置外,还需要打包时添加支付
[
支付宝支付证书生成教程
](
https://docs.qq.com/doc/DWVBlVkZ1Z21SZFpS
)
-
privateKey:支付宝商户私钥
-
privateKey:支付宝商户
PKCS8格式的
私钥
-
appCertPath:支付宝商户公钥路径,是一个后缀名为
`appCertPublicKey.crt`
的文件,将它复制到
`uni-config-center/uni-pay/alipay/`
目录下
-
alipayPublicCertPath:支付宝商户公钥路径,是一个后缀名为
`alipayCertPublicKey_RSA2.crt`
的文件,将它复制到
`uni-config-center/uni-pay/alipay/`
目录下
-
alipayRootCertPath:支付宝根证书路径,是一个后缀名为
`alipayRootCert.crt`
的文件,将它复制到
`uni-config-center/uni-pay/alipay/`
目录下
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录