File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Expand file tree Collapse file tree 5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencyResolutionManagement {
1717dependencies {
1818 // 扩展包必须在有主框架dora的情况下使用
1919 implementation(" com.github.dora4:dora:1.2.51" )
20- implementation(" com.github.dora4:dora-walletconnect-support:1.33 " )
20+ implementation(" com.github.dora4:dora-walletconnect-support:1.34 " )
2121}
2222```
2323
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ afterEvaluate {
6666 from(components[" release" ])
6767 groupId = " com.github.dora4"
6868 artifactId = " dora-walletconnect-support"
69- version = " 1.33 "
69+ version = " 1.34 "
7070 }
7171 }
7272 }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object PayUtils {
1616 }
1717
1818 /* *
19- * 查询区块链浏览器该笔订单是否已支付 ,且已被确认。
19+ * 查询区块链链上数据,该笔订单是否已支付 ,且已被确认。
2020 */
2121 @JvmStatic
2222 @JvmOverloads
You can’t perform that action at this time.
0 commit comments