1:修改在帮助中,使用平台的客服功能,如果对方是客服,自己不用充值可以聊天
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user