Activity3GoodsConfig.lua 363 B

123456789101112131415161718192021
  1. local root = {
  2. {
  3. goodsConfigId = 1,
  4. qa = 1,
  5. price = {id=102,count=200},
  6. weight = 70
  7. },
  8. {
  9. goodsConfigId = 1,
  10. qa = 2,
  11. price = {id=102,count=300},
  12. weight = 20
  13. },
  14. {
  15. goodsConfigId = 1,
  16. qa = 3,
  17. price = {id=102,count=500},
  18. weight = 10
  19. }
  20. }
  21. return root