我在寄出Guzzle:生产岗位申请时,有同样的数据,有同样的代码,在当地成功地应对了这一问题?
$response = $client->request( POST ,$ur,[
form_params => [
//data
]
]);
I have tried to using the exactly code in local to production and its expected to return success response instead of this error 415 Unsupported Media Type. I also try to extend header application/json and accept but same error.