-1
こんにちは私はFOSRestBundleを使用してAPIを作成しています。FOSRestBundleを使用してAPIにデータを送信および受信する
"sender"=>array("name"=>"adm","city"=>"Rz")
とより: は、私のようなARRAYとしてデータを送信する必要があります。
ドキュメントを読みましたが、データ配列を受け取る方法がわかりませんでした。
My機能:
/**
* @QueryParam(name="recipient", description="Page of the overview.")
* @QueryParam(name="sender", description="Page of the overview.")
*
*/
public function putDispatchAction(ParamFetcher $params)
{
// $params = $request;
$rec = $params->get('recipient');
$sender = $params->get('sender');
Iは、配列() しかし、どのようなパラメータの送信者をreciveしてみては?
私はきちんとdocumentを通過してくださいsymfonyの2.8