diff options
| author | 董晓燕 <[email protected]> | 2021-06-03 09:55:45 +0000 |
|---|---|---|
| committer | 董晓燕 <[email protected]> | 2021-06-03 09:55:45 +0000 |
| commit | ac68e65f508799a0e555a240ae374d313a0a8d75 (patch) | |
| tree | 2a339bbd8acd65e2fb235159cc9c5303ae5725b7 /other/data/data.yaml | |
| parent | 2f39b56d617e5fba2b8d73d81cd5e6d894f85352 (diff) | |
| parent | 4667c668725ff7cb673c637a297c67283876d4d4 (diff) | |
Develop
See merge request dongxiaoyan/gap_tsg_api!4
Diffstat (limited to 'other/data/data.yaml')
| -rw-r--r-- | other/data/data.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/other/data/data.yaml b/other/data/data.yaml new file mode 100644 index 0000000..3f71c7a --- /dev/null +++ b/other/data/data.yaml @@ -0,0 +1,27 @@ +#ip正向用例
+"keywords":
+ - objectId
+ - addItemList
+ - updateItemList
+ - deleteItemIds
+"ip_batch_v4_data":
+ -
+ "objectId": 100
+ "addItemList":
+ -
+ "ip": "192.168.150.255"
+ "port": "1"
+ "itemId":
+ "isSession": "endpoint"
+ "updateItemList":
+ -
+ "ip": "192.168.150.255"
+ "port": "1"
+ "itemId":
+ "isSession": "endpoint"
+ "deleteItemIds":
+ -
+ "ip": "192.168.150.255"
+ "port": "1"
+ "itemId":
+ "isSession": "endpoint"
\ No newline at end of file |
