How do I iterate into an object that I send with ajax to my controller in laravel?

前端 未结 0 1141
南旧
南旧 2020-12-06 13:02

I have this object:

[{cantidad:1,precio_unitario:3}{cantidad:5,precio_unitario:6}]

I need to send it to my laravel controller using post with axi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题