- {
- "code": 200,
- "result": "OK",
- "count": 6,
- "data": {
- "0": {
- "plid": "17",
- "authorid": "1",
- "pmtype": "1",
- "subject": "測試消息",
- "members": "2",
- "min_max": "1_demo",
- "dateline": "1636442338",
- "lastmessage": {
- "lastauthorid": "1",
- "lastauthor": "admin",
- "lastsummary": "別說你看不到啊"
- }
- },
- "1": {
- "plid": "13",
- "authorid": "3",
- "pmtype": "1",
- "subject": "你好啊朋友",
- "members": "2",
- "min_max": "1_3",
- "dateline": "1636437049",
- "lastmessage": {
- "lastauthorid": "1",
- "lastauthor": "admin",
- "lastsummary": "你好啊"
- }
- },
- "2": {
- "plid": "15",
- "authorid": "1",
- "pmtype": "2",
- "subject": "都來看看,這里是群聊呀",
- "members": "3",
- "min_max": [
- {
- "plid": "15",
- "uid": "1",
- "isnew": "1",
- "pmnum": "1",
- "lastupdate": "1636437252",
- "lastdateline": "1636437252"
- },
- {
- "plid": "15",
- "uid": "3",
- "isnew": "0",
- "pmnum": "1",
- "lastupdate": "0",
- "lastdateline": "1636437252"
- },
- {
- "plid": "15",
- "uid": "6",
- "isnew": "1",
- "pmnum": "1",
- "lastupdate": "0",
- "lastdateline": "1636437252"
- }
- ],
- "dateline": "1636437252",
- "lastmessage": {
- "firstauthorid": "1",
- "firstauthor": "admin",
- "firstsummary": "都來看看,這里是群聊呀"
- }
- },
- "3": {
- "plid": "16",
- "authorid": "6",
- "pmtype": "1",
- "subject": "別說你看不到啊",
- "members": "2",
- "min_max": "1_6",
- "dateline": "1636441599",
- "lastmessage": {
- "lastauthorid": "1",
- "lastauthor": "admin",
- "lastsummary": "按兩個UID3和6一起發送"
- }
- },
- "4": {
- "plid": "5",
- "authorid": "1",
- "pmtype": "1",
- "subject": "這是對外的消息",
- "members": "2",
- "min_max": "1_160",
- "dateline": "1611922787",
- "lastmessage": {
- "lastauthorid": "1",
- "lastauthor": "admin",
- "lastsummary": "這是對外的消息"
- }
- },
- "count": 13
- },
- "sqltime": "0.02018s"
- }
復制代碼 |