Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
程序yang
unidocs-zh
提交
2402cf2b
U
unidocs-zh
项目概览
程序yang
/
unidocs-zh
与 Fork 源项目一致
Fork自
DCloud / unidocs-zh
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
未验证
提交
2402cf2b
编写于
11月 02, 2021
作者:
J
jrptest
提交者:
GitHub
11月 02, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update: rename iap payment to apple iap (#3)
docs: rename iap payment to apple iap
上级
0b5c909b
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
4 addition
and
4 deletion
+4
-4
docs/uniCloud/unipay.md
docs/uniCloud/unipay.md
+4
-4
未找到文件。
docs/uniCloud/unipay.md
浏览文件 @
2402cf2b
...
...
@@ -120,7 +120,7 @@ const unipayIns = unipay.initAlipay({
-
支付宝支付时遇到
`error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag`
类似的错误时请确认一下自己的私钥格式,如果不是PKCS8需要在初始化时传入keyType参数,值为对应的私钥格式
### 苹果内购
(iap)
支付
### 苹果内购支付
**入参说明**
...
...
@@ -131,7 +131,7 @@ const unipayIns = unipay.initAlipay({
| timeout | Number | 否 | 5000 | 请求超时时间,单位:毫秒 |
```
js
const
unipayIns
=
unipay
.
initIapPayment
({
const
unipayIns
=
unipay
.
init
Apple
IapPayment
({
sandbox
:
true
,
password
:
'
your password
'
,
})
...
...
@@ -725,7 +725,7 @@ exports.main = async function (event) {
```
###
iap
校验支付凭证@verifyReceipt
###
苹果内购-
校验支付凭证@verifyReceipt
`unipayIns.verifyReceipt`
, 校验iap支付凭证返回交易信息。
...
...
@@ -733,7 +733,7 @@ exports.main = async function (event) {
| 参数名 | 类型 | 必填 | 默认值 | 说明 | 支持平台 |
| :-----------: | :----: | :---------------------: | :----: | :--------: | :------: |
| receiptData | String | 是 | - |
iap支付凭证| -
|
| receiptData | String | 是 | - |
支付凭证 | 苹果内购支付
|
**返回值说明**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录