|
@@ -359,6 +359,16 @@ class APIMgr():
|
|
|
})
|
|
|
return response
|
|
|
|
|
|
+ #点击查看消息消息状态修改成已读
|
|
|
+ def get_markread(self):
|
|
|
+ hearders = GSTORE['headers']
|
|
|
+ s = GSTORE['s']
|
|
|
+ json={
|
|
|
+ "msgId":285266
|
|
|
+ }
|
|
|
+ response = s.post(f"{cfg.target_host}/jyapi/messageCenter/markRead", headers=hearders,json=json)
|
|
|
+ return response
|
|
|
+
|
|
|
"""用户中台"""
|
|
|
def get_userCenter(self):
|
|
|
hearders = GSTORE['headers']
|