version:1.2.7
fix: update:优化sim卡联系人
This commit is contained in:
@@ -445,7 +445,7 @@ public class NetInterfaceManager {
|
||||
.observeOn(AndroidSchedulers.mainThread());
|
||||
}
|
||||
|
||||
public Observable<BaseResponse> getMailListDeleteObservable(int id) {
|
||||
public Observable<BaseResponse> getMailListDeleteObservable(long id) {
|
||||
return mRetrofit.create(MailListDeleteApi.class)
|
||||
.deleteMailList(Utils.getSerial(), id)
|
||||
.subscribeOn(Schedulers.io())
|
||||
|
||||
@@ -13,6 +13,6 @@ public interface MailListDeleteApi {
|
||||
@POST(UrlAddress.MAIL_LIST_DELETE)
|
||||
Observable<BaseResponse> deleteMailList(
|
||||
@Field("sn") String sn,
|
||||
@Field("id") int id
|
||||
@Field("id") long id
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user