*** Settings *** Library RequestsLibrary Library DateTime Library urllib3 *** Test Cases *** login Automatic withdrawal #自动提现 Disable Warnings ${headers} Create Dictionary Content-Type=application/x-www-form-urlencoded ${datatime} Get Current Date result_format=%Y-%m-%d log ${datatime} Create Session xxl-job http://xxl-job-admin-test.qniao.cn ${headers} ${data} Create Dictionary id=2 executorParam={'datatime':'${datatime}','period':'0'} addressList= ${reps} Post On Session xxl-job xxl-job-admin/jobinfo/trigger data=${data} #log ${reps.json()}