Commit 9348c202 by lmf

修改api 上传最大子产品数量

parent 84bef168
...@@ -1947,7 +1947,7 @@ ...@@ -1947,7 +1947,7 @@
</type> </type>
<type name="Magento\Framework\Webapi\Validator\EntityArrayValidator"> <type name="Magento\Framework\Webapi\Validator\EntityArrayValidator">
<arguments> <arguments>
<argument name="complexArrayItemLimit" xsi:type="number">20</argument> <argument name="complexArrayItemLimit" xsi:type="number">30</argument>
</arguments> </arguments>
</type> </type>
<type name="Magento\Framework\Webapi\Validator\SearchCriteriaValidator"> <type name="Magento\Framework\Webapi\Validator\SearchCriteriaValidator">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment