Commit 0d65880d authored by zhanhuasheng's avatar zhanhuasheng

bugfix兼容

parent 847c440a
......@@ -177,7 +177,7 @@ api18:
title: 搜索订单号 - all维度
url: /api/v1/chat/local/roomList
method: post
data: {"uid": "${userId}","uType": 2,"platform": 1,"siteIds": ["${shopId}"],"status": 1,"page": 1,"pageSize": 20,"sortName": "all","keyword": "${search_order_id}","roomSearchExpArgs": {"searchDime": 0,"searchId": ""},"v": "${v}"}
data: {"uid": "${userId}","uType": 2,"platform": 1,"siteIds": ["${shopId}"],"status": 1,"page": 1,"pageSize": 100,"sortName": "all","keyword": "${search_order_id}","roomSearchExpArgs": {"searchDime": 0,"searchId": ""},"v": "${v}"}
expected:
- eq: {"$.code": 0}
- in_list: {"$.data.list[*].roomId": "${order_room_id}"}
......
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