RF接口测试----get请求

 

代码:

*** Settings ***
Library    RequestsLibrary    


*** Test Cases ***    
聚合数据----手机号码归属地查询--get请求
    Create Session    telephonesearch    http://apis.juhe.cn   
    &{params}=  Create Dictionary    phone=18336008908   key=ed7965650d....9b971c9ec6fca   
    Log    ${params}    
    ${response}=  Get Request    telephonesearch    /mobile/get  params=${params}   
    Log    ${response.text}
    Log    ${response.status_code}   

  

 

运行结果:

 

posted @ 2020-04-02 21:32  太阳-向日葵  阅读(1052)  评论(0编辑  收藏  举报