添加微信支付测试窗口

This commit is contained in:
2026-01-04 17:05:12 +08:00
parent cb9ad1dc57
commit 61cfa7f3ff
13 changed files with 580 additions and 8 deletions

View File

@@ -69,6 +69,10 @@ dependencies {
api 'io.github.medyo:android-about-page:2.0.0'
// 网络连接类库
api 'com.squareup.okhttp3:okhttp:4.4.1'
// OkHttp网络请求
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
// FastJSON解析
implementation 'com.alibaba:fastjson:1.2.76'
// AndroidX 类库
api 'androidx.appcompat:appcompat:1.1.0'