Closed voicerecordist closed 5 years ago
سلام من برای این متد مقادیر زیر رو ارسال میکنم
$data=[ 'chat_id'=>"{chat_id}", 'title'=>"title", 'description'=>"description", 'provider_token'=>"provider_token", 'prices'=>[ 'label'=>"label", 'amount'=>"278900" ] ];
ولی این ارور رو میده
{ "ok": false, "description": "Bad Request : prices is empty", "errorCode": 400 }
مشکل کجاست؟
prices باید تغییر کنه $data=[ 'chat_id'=>"{chat_id}", 'title'=>"title", 'description'=>"description", 'provider_token'=>"provider_token", 'prices'=>[[ 'label'=>"label", 'amount'=>"278900" ]] ];
$data=[ 'chat_id'=>"{chat_id}", 'title'=>"title", 'description'=>"description", 'provider_token'=>"provider_token", 'prices'=>[[ 'label'=>"label", 'amount'=>"278900" ]] ];
سلام من برای این متد مقادیر زیر رو ارسال میکنم
ولی این ارور رو میده
مشکل کجاست؟