python使用RPC调用接口

import xmlrpclib
server = xmlrpclib.ServerProxy("接口URL")
result = server.middler.modifyMobilePhone('aaa','bbb','ccc')
print(result)