Commit d29b8d09 by OFFICE\dingda.li

1.xml支持子商品

parent f6240e14
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
<amountRec type="string" okey="order_amount"/> <amountRec type="string" okey="order_amount"/>
<amountPaid type="int" okey="order_amount"/> <amountPaid type="int" okey="order_amount"/>
<orderProducts type="array" okey="products"> <orderProducts type="array" okey="products">
<sub_items type="array" okey="products/sub_items">
<name type="string" okey="products/sub_items/name"/>
<nowPrice type="int" okey="products/sub_items/price"/>
<quantity type="int" okey="products/sub_items/qty"/>
</sub_items>
<lineNumber type="int" okey="products/seq"/> <lineNumber type="int" okey="products/seq"/>
<productNumber type="string" okey="products/pid"/> <productNumber type="string" okey="products/pid"/>
<productName type="string" okey="products/name"/> <productName type="string" okey="products/name"/>
......
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