我收到以下错误,向ServiceM8发出POST请求:
std::set<Person, Person_Compare> people;
我目前正在使用:
{'Content-Type': 'text/html;charset=UTF-8', 'Content-Length': '343', 'Connection': 'keep-alive', 'Date': 'Wed, 04 Jan 2017 16:57:31 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'X-Cache': 'Error from cloudfront', 'Via': '1.1 49ccc390fa499ab821b632cf67d38720.cloudfront.net (CloudFront)', 'X-Amz-Cf-Id': 'DCkbBH5hfQ-ZyeyefPZJAyaVhKar_oD3n_VDZ8TYS97CyLpG4r5YGQ=='}
Django==1.10.4
答案 0 :(得分:1)
我试图将公司ID传递给company_uuid
。我将其更改为company_id
,并且效果非常好。