@@ -234,7 +234,7 @@ func (b MessaggeService) UserList(in *messagecenter.UserReq) (data *[]map[string
a.timestamp,
b.nickname,
0 as unread,
- b.headimg,
+ b.head_img as headimg,
"" as phone,
0 as userType
FROM
@@ -248,8 +248,8 @@ func (b MessaggeService) UserList(in *messagecenter.UserReq) (data *[]map[string
c.timestamp,
a.unread,
- b.phone,
+ "" as phone,
socialize_customer_service_user a
@@ -0,0 +1,18 @@
+POST http://localhost:8888/message/userList
+Content-Type: application/json
+Cookie: SESSIONID=612143932161d8f95b58e64c6c96fd0e02338547;
+newUserId:73679
+appId: 10000
+entId: 14929
+
+{
+ "phone": "",
+ "startTime": "",
+ "endTime": "",
+ "userType": 1,
+ "isArtificial": 0,
+ "page": 1,
+ "size": 100,
+ "filtrationId": "",
+ "isTourist": 2
+}