代碼:
*** 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}
運行結果: