1234567891011121314151617181920212223242526272829303132 |
- [
- {
- "boxId": 1001,
- "itemId": 10001,
- "count": 1,
- "weightByPrice": 1000000
- },
- {
- "boxId": 1001,
- "itemId": 10101,
- "count": 1,
- "weightByPrice": 1000000
- },
- {
- "boxId": 1001,
- "itemId": 103,
- "count": 1,
- "weightByPrice": 1000000
- },
- {
- "boxId": 1002,
- "itemId": 10001,
- "count": 100,
- "weightByPrice": 100
- },
- {
- "boxId": 1002,
- "itemId": 10003,
- "count": 100,
- "weightByPrice": 100
- }
- ]
|