1:修改在帮助中,使用平台的客服功能,如果对方是客服,自己不用充值可以聊天

This commit is contained in:
2026-01-14 19:14:30 +08:00
parent d7a27baf5c
commit f82e5c8348
11 changed files with 191 additions and 69 deletions

View File

@@ -449,6 +449,9 @@ public interface ApiServer {
@GET(Constants.GET_MY_INFO)
Call<BaseModel<UserInfo>> getMyInfo();
@GET(Constants.GET_APP_CUSTOMER_SERVICE)
Call<BaseModel<AppCustomerBean>> appCustomerService();
@FormUrlEncoded
@POST(Constants.POST_DEL_SONG)
Call<BaseModel<String>> delSong(@Field("room_id") String room_id, @Field("did") String did);