修改参数问题
This commit is contained in:
parent
c58a5a9a55
commit
dc46ffc5b6
@ -996,7 +996,7 @@ public interface PDLiveApi {
|
|||||||
Observable<ResponseModel<CreateSudRoomModel>> createSudRoom(
|
Observable<ResponseModel<CreateSudRoomModel>> createSudRoom(
|
||||||
@Query("room_name") String roomName,
|
@Query("room_name") String roomName,
|
||||||
@Query("golden_bean_number") String goldenBeanNumber,
|
@Query("golden_bean_number") String goldenBeanNumber,
|
||||||
@Query("currency_type ") String currencyType,
|
@Query("currency_type") String currencyType,
|
||||||
@Query("game_id") String gameId);
|
@Query("game_id") String gameId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1010,7 +1010,7 @@ public interface PDLiveApi {
|
|||||||
@Query("threshold") String threshold,
|
@Query("threshold") String threshold,
|
||||||
@Query("room_holder_type") String roomHolderType,
|
@Query("room_holder_type") String roomHolderType,
|
||||||
@Query("liveuid") String liveUid,
|
@Query("liveuid") String liveUid,
|
||||||
@Query("currency_type ") String currencyType,
|
@Query("currency_type") String currencyType,
|
||||||
@Query("page") int page
|
@Query("page") int page
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -1024,7 +1024,7 @@ public interface PDLiveApi {
|
|||||||
@Query("room_holder_type") String roomHolderType,
|
@Query("room_holder_type") String roomHolderType,
|
||||||
@Query("liveuid") String liveUid,
|
@Query("liveuid") String liveUid,
|
||||||
@Query("search") String search,
|
@Query("search") String search,
|
||||||
@Query("currency_type ") String currencyType,
|
@Query("currency_type") String currencyType,
|
||||||
@Query("page") int page
|
@Query("page") int page
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ ext {
|
|||||||
minSdkVersion : 21,
|
minSdkVersion : 21,
|
||||||
targetSdkVersion : 33,
|
targetSdkVersion : 33,
|
||||||
versionCode : 453,
|
versionCode : 453,
|
||||||
versionName : "6.6.6"
|
versionName : "6.6.2"
|
||||||
]
|
]
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
//正式、
|
//正式、
|
||||||
|
Loading…
Reference in New Issue
Block a user