Commit 72881391 authored by 张淑琴's avatar 张淑琴

给咨询师发送消息

parent e0cd7508
...@@ -6,7 +6,7 @@ class im_request(BaseRequest): ...@@ -6,7 +6,7 @@ class im_request(BaseRequest):
def __init__(self): def __init__(self):
self.data = self.api_load(path_setting.CONVERSATION_DETAIL_CONFIG) self.data = self.api_load(path_setting.CONVERSATION_DETAIL_CONFIG)
def conversation_detail(self,current_city_id, begin_msg_id, conversation_type, end_msg_id,referrer): def conversation_detail(self, current_city_id, begin_msg_id, conversation_type, end_msg_id,referrer):
self.params["current_city_id"] = current_city_id self.params["current_city_id"] = current_city_id
self.params["begin_msg_id"] = begin_msg_id self.params["begin_msg_id"] = begin_msg_id
self.params["conversation_type"] = conversation_type self.params["conversation_type"] = conversation_type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment