安卓APP版服务端微信支付该怎么设置notify

2025-04-24 03:28:42
推荐回答(1个)
回答1:

To continue using the Apache HTTP APIs, you must first declare the following compile-time dependency in your build.gradle file:
android {
useLibrary 'org.apache.http.legacy'

}

或者
// Apache Http
android {
useLibrary 'org.apache.http.legacy'
}
// Header
dependencies {
compile"org.apache.httpcomponents:httpcore:4.3.2"
}