# boxai 模块 API 文档 ## API ``` python def audioPlayUrl(url:str):... ``` ``` python def audioPlayPause():... ``` ``` python def audioPlayStop():... ``` ``` python def audioSetVol(vol:int):... ``` ``` python def audioGetVol()->int:... ``` ### class HttpClient: ``` python def __init__(self):... ``` ``` python def __del__(self):... ``` ``` python def seturl(self,url:str):... ``` ``` python def setbody(self,body:str):... ``` ``` python def setmethod(self,method:str):... ``` ``` python def start(self):... ``` ## Examples