问题标签 [symfony-http-client]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
51 浏览

php - httpClient Symfony 中的 Json 选项抛出错误

我在 symfony 上使用 httpClient 我正在调用一个 API 我想使用 json 选项而不是使用 body 但它不起作用,当我使用 body 并输入 json 格式时一切正常但我找不到它很干净,所以我不想使用 json 选项,它只适用于简单的变量,如 json => ['var1' => 'value1, 'var2' => 'value2'...]

但是,一旦我使用数组,它就无法工作,并且出现此错误:

The type of the key "firstname" must be "int", "string" given.

请参阅下面的代码