使用curl进行post formdata多个参数可以使用-F进行串接curl -X POST -F 'accountId=xxxxxx' -F 'meetingId=xxxx' -F 'type=1' ...
確定! 回上一頁