I'm trying to end a session with a POST request: url = "http://localhost:8080/end_session" import requests params = {'session_id':"2019-08-03_20-36-12"} r ...
確定! 回上一頁