*** Settings *** Library urllib3 Library Collections Library RequestsLibrary *** Keywords *** 用户退出登录${dating}平台 #退出登录 FOR ${client_header} IN @{Cheader_list} Create Session dating ${${dating}.dating域名} ${client_header} ${reps} POST On Session dating dating-agency-uec/user/logout json={} ${message} Get From Dictionary ${reps.json()} message Should Be Equal As Strings ${message} successful END