api1: title: 检查会话详情 url: /api/v1/chatRoom/roomDetail method: post before_sql: inbox/ticketDetail_select.py data: {"roomId":"${ticket_room_id}","v":"${v}"} expected: - eq: {"code" : 0} - eq: {"$.data.timeZone" : "${customer_time_zone}"} - eq: {"$.data.location" : "${customer_location}"} - eq: {"$.data.email" : "${customer_email}"} - eq: {"$.data.phone" : "${customer_phone}"} - eq: {"$.data.isVisitor" : "${customer_is_visitor}"} - eq: {"$.data.customerId" : "${customer_id}"} - eq: {"$.data.lastSeenTime" : "${customer_last_msg_time}"}