Skip to content

Commit 8acceb9

Browse files
authored
Update README.md
1 parent 0c4624c commit 8acceb9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ dependencyResolutionManagement {
1717
dependencies {
1818
// 扩展包必须在有主框架dora的情况下使用
1919
implementation("com.github.dora4:dora:1.2.51")
20-
implementation("com.github.dora4:dview-alert-dialog:1.18")
21-
implementation("com.github.dora4:dora-walletconnect-support:1.2")
20+
implementation("com.github.dora4:dora-walletconnect-support:1.3")
2221
}
2322
```
2423

2524
#### SDK要求
25+
26+
```kotlin
2627
minSdk = 23
28+
```
2729

2830
#### 使用方式
2931

@@ -69,7 +71,7 @@ DoraTrade.pay(this,
6971
"填写朵拉支付的accessKey,如AyAD8J9M0R7H",
7072
"填写订单信息,便于框架给你弹窗,以让用户知晓正在支付",
7173
"填写商品详细描述,便于框架给你弹窗,以让用户知晓正在支付",
72-
"填写收款方的钱包地址,如,0xfF6FC0F28835F2C1FE23B15fb4488d976B06Dcd9",
74+
"填写收款方的钱包地址,如0xfF6FC0F28835F2C1FE23B15fb4488d976B06Dcd9",
7375
19.8)
7476
```
7577
另外,请录制支付教程给用户看确实能发货。被用户举报诈骗,一经核实,则永久封禁accessKey。

0 commit comments

Comments
 (0)