How do convert this python API code into c#?

前端 未结 0 1366
既然无缘
既然无缘 2020-12-05 01:25

This is the python code for the api

files = {\'path\': open(\'your_file_path_here\', \'rb\')}
data = {\'random\': \'somethingrandom\'}

r = requests.post(url,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题