Commit cefae205 by lmf

优化上传产品限制改为30个

parent 6400dcd9
...@@ -1946,7 +1946,7 @@ ...@@ -1946,7 +1946,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