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.
18 lines
656 B
18 lines
656 B
*** Settings ***
|
|
Library DateTime
|
|
Library Collections
|
|
Library RequestsLibrary
|
|
|
|
*** Variables ***
|
|
${URL} http://api-ops-ztb-test.qniao.cn
|
|
${header} {'X-APP-ID':'470236309865238555','Authorization':'Token 6b08add42d6bcf73abb935b2adf83525','Content-Type':'application/json'}
|
|
|
|
*** Test Cases ***
|
|
get_contract_list
|
|
#获取合同列表
|
|
Create Session ZTBT ${URL} ${header}
|
|
${response} Get On Session ZTBT recycle-service/admin/contract/get/page-list params=pageNum=1&pageSize=20&status=1
|
|
log ${response.json()}
|
|
|
|
get_contract_by_paperMilldName
|
|
#通过纸厂查找合同
|