Tagged: 一系列值

现在请求参数如下,只有当 config.item_logistics_feature.value.*.invert_select 全部等于 0 时,才允许 config.item_logistics_feature.and_select 等于 1 ,否则,只能够等于 0 0

In Laravel 9, the implementation of complex conditional validation, based on a series of values in the nested array, confirms whether the value of the outer layer of the nested array is verified

浏览量: 1 1. Now the request parameters are as follows, only if config.item_logistics_feature.value.*.invert_select is all equal to 0, is it allowed config.item_logistics_feature.and_select is equal to 1 , otherwise, it can only be equal to...