mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-25 19:04:43 +00:00
54 lines
732 B
JSON
54 lines
732 B
JSON
[
|
|
{
|
|
"id": 10000,
|
|
"name": "发型",
|
|
"price": 100
|
|
},
|
|
{
|
|
"id": 10001,
|
|
"name": "外套",
|
|
"price": 100
|
|
},
|
|
{
|
|
"id": 10002,
|
|
"name": "上衣",
|
|
"price": 100
|
|
},
|
|
{
|
|
"id": 10003,
|
|
"name": "裙子",
|
|
"price": 100
|
|
},
|
|
{
|
|
"id": 10004,
|
|
"name": "袜子",
|
|
"price": 100
|
|
},
|
|
{
|
|
"id": 10005,
|
|
"name": "鞋子",
|
|
"price": 100
|
|
},
|
|
{
|
|
"id": 10006,
|
|
"name": "发饰",
|
|
"price": 100
|
|
},
|
|
{
|
|
"id": 10007,
|
|
"name": "中秋节发饰",
|
|
"price": 200,
|
|
"expire_time": 1633881599
|
|
},
|
|
{
|
|
"id": 10008,
|
|
"name": "中秋节鞋子",
|
|
"price": 300,
|
|
"expire_time": 1633967999
|
|
},
|
|
{
|
|
"id": 10009,
|
|
"name": "礼包",
|
|
"price": 100
|
|
}
|
|
] |