File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ dependencyResolutionManagement {
1717dependencies {
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
2627minSdk = 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。
You can’t perform that action at this time.
0 commit comments