From abce02c7a61820f5d580f87364d542e817be429c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 06 七月 2021 15:22:11 +0800
Subject: [PATCH] 1.1.1完善

---
 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