修改参数问题

This commit is contained in:
18401019693 2023-11-10 11:26:44 +08:00
parent c58a5a9a55
commit dc46ffc5b6
2 changed files with 4 additions and 4 deletions

View File

@ -996,7 +996,7 @@ public interface PDLiveApi {
Observable<ResponseModel<CreateSudRoomModel>> createSudRoom(
@Query("room_name") String roomName,
@Query("golden_bean_number") String goldenBeanNumber,
@Query("currency_type ") String currencyType,
@Query("currency_type") String currencyType,
@Query("game_id") String gameId);
/**
@ -1010,7 +1010,7 @@ public interface PDLiveApi {
@Query("threshold") String threshold,
@Query("room_holder_type") String roomHolderType,
@Query("liveuid") String liveUid,
@Query("currency_type ") String currencyType,
@Query("currency_type") String currencyType,
@Query("page") int page
);
@ -1024,7 +1024,7 @@ public interface PDLiveApi {
@Query("room_holder_type") String roomHolderType,
@Query("liveuid") String liveUid,
@Query("search") String search,
@Query("currency_type ") String currencyType,
@Query("currency_type") String currencyType,
@Query("page") int page
);

View File

@ -5,7 +5,7 @@ ext {
minSdkVersion : 21,
targetSdkVersion : 33,
versionCode : 453,
versionName : "6.6.6"
versionName : "6.6.2"
]
manifestPlaceholders = [
//