From ddff7888bf7e754d12fb5fc85a58f3012f456490 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 05 六月 2021 17:26:03 +0800 Subject: [PATCH] 特价完善 --- app/src/main/java/com/tejia/lijin/app/model/MessgeModel.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/tejia/lijin/app/model/MessgeModel.java b/app/src/main/java/com/tejia/lijin/app/model/MessgeModel.java index 5c01957..d5fe776 100644 --- a/app/src/main/java/com/tejia/lijin/app/model/MessgeModel.java +++ b/app/src/main/java/com/tejia/lijin/app/model/MessgeModel.java @@ -16,7 +16,7 @@ /** * 鏈娑堟伅 */ - public void getUnReadMsgCount(Context mContext, String uid, final MessgeContract.onMessgeCallBack callBack) { + public void getUnReadMsgCount(Context mContext, Long uid, final MessgeContract.onMessgeCallBack callBack) { ShoppingApi.getUnReadMsgCount(mContext, uid, new BasicTextHttpResponseHandler() { @Override public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { @@ -28,7 +28,7 @@ /** * 娓呯┖鏈娑堟伅 */ - public void setAllMsgRead(Context mContext, String uid, final MessgeContract.onMessgeCallBack callBack) { + public void setAllMsgRead(Context mContext, Long uid, final MessgeContract.onMessgeCallBack callBack) { ShoppingApi.setAllMsgRead(mContext, uid, new BasicTextHttpResponseHandler() { @Override public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { @@ -40,7 +40,7 @@ /** * 娑堟伅涓績绾㈠寘 */ - public void getMSGConfig(Context mContext, String uid, final MessgeContract.onMessgeCallBack callBack) { + public void getMSGConfig(Context mContext, Long uid, final MessgeContract.onMessgeCallBack callBack) { ShoppingApi.getMSGConfig(mContext, uid, new BasicTextHttpResponseHandler() { @Override public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { -- Gitblit v1.8.0