You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
518 B
11 lines
518 B
*** Settings ***
|
|
Library Collections
|
|
Library RequestsLibrary
|
|
|
|
*** Keywords ***
|
|
台账查询
|
|
#获取台账列表
|
|
Create Session ZTBT ${URL} ${header}
|
|
${reps} Get On Session ZTBT recycle-service/admin/parameter/get/parameter params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}
|
|
${台账列表数据} Get From List ${reps.json()["data"]["records"]} 0 #获取台账列表数据
|
|
#Set Global Variable ${台账列表数据}
|