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.
14 lines
551 B
14 lines
551 B
*** Settings ***
|
|
Library urllib3
|
|
Library String
|
|
Library Collections
|
|
Library RequestsLibrary
|
|
|
|
*** Keywords ***
|
|
游客登录${dating}平台
|
|
#游客登录婚介平台
|
|
Disable Warnings
|
|
Create Session dating ${${dating}.dating域名} ${${dating}.CHeader}
|
|
${reps} GET On Session dating /dating-agency-service/user/get/marriage-information/tourist-recommend
|
|
${message} Get From Dictionary ${reps.json()} message
|
|
Should Be Equal As Strings ${message} successful
|