1.首页充值

This commit is contained in:
qyy
2025-10-15 10:07:02 +08:00
committed by 梁小江
parent 99bc57a2f0
commit e7b1ab75df
20 changed files with 269 additions and 54 deletions

View File

@@ -2058,8 +2058,8 @@ public class RetrofitClient {
// });
}
public void appPay(String user_id, String money, String coin, String type, BaseObserver<AppPay> observer) {
sApiServer.appPay(user_id, money, coin, type).enqueue(new Callback<BaseModel<AppPay>>() {
public void appPay(String user_id, String money, String coin, String type,String type_params,String type_id, BaseObserver<AppPay> observer) {
sApiServer.appPay(user_id, money, coin, type,type_params,type_id).enqueue(new Callback<BaseModel<AppPay>>() {
@Override
public void onResponse(Call<BaseModel<AppPay>> call, Response<BaseModel<AppPay>> response) {
if (response.code() == 200) {