init from origin + update
This commit is contained in:
23
server/routers/basket/json/categories/add/success.json
Normal file
23
server/routers/basket/json/categories/add/success.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"success": true,
|
||||
"data":
|
||||
{
|
||||
"category":[
|
||||
{
|
||||
"id":1,
|
||||
"name": "Продукты",
|
||||
"color": "#08AE0F"
|
||||
},
|
||||
{
|
||||
"id":2,
|
||||
"name": "Бытовая химия",
|
||||
"color": "#3414F5"
|
||||
},
|
||||
{
|
||||
"id":3,
|
||||
"name": "Одежда",
|
||||
"color": "#FA8803"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user