Python Request Post with param data

前端 未结 3 589
粉色の甜心
粉色の甜心 2020-11-27 09:39

This is the raw request for an API call:

POST http://192.168.3.45:8080/api/v2/event/log?sessionKey=b299d17b896417a7b18f46544d40adb734240cc2&format=json H         


        
3条回答
  •  旧巷少年郎
    2020-11-27 10:32

    Set data to this:

    data ={"eventType":"AAS_PORTAL_START","data":{"uid":"hfe3hf45huf33545","aid":"1","vid":"1"}}
    

提交回复
热议问题