0

我有一组具有不同动态参数的对象。我正在尝试找到一种基于对象类型值来验证它的方法。有什么办法可以使用 FormRequest 吗?

[
  {
    type: “link”, 
    url: “https://link.com”, 
    ...
  }, 
  {
    type: “image”, 
    id: “drre-ggre-765”, 
    image: “url”
    ...
  }
]
4

0 回答 0