From 1b4b3fed2569ac21ad6feb0a3a2c051175e7c36e Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 14 五月 2021 19:47:25 +0800
Subject: [PATCH] 用户IDString改为Long,详情页初步修改

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