{
"name": "鲁滨逊漂流记",
"categoryId": 1,
"price": 22.02,
"author": "丹尼尔·笛福",
"press": "上海交通大学出版社",
"publicationTime": "2022-03-03",
"words": 1200000,
"introduce": "该作讲述了···",
"imgUrl": "https://source.aring.cc/upload/LBXPLJ.png",
"id": 1
}curl --location --request POST 'https://online-bookstore.aring.cc/api/commodity/update' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "鲁滨逊漂流记",
"categoryId": 1,
"price": 22.02,
"author": "丹尼尔·笛福",
"press": "上海交通大学出版社",
"publicationTime": "2022-03-03",
"words": 1200000,
"introduce": "该作讲述了···",
"imgUrl": "https://source.aring.cc/upload/LBXPLJ.png",
"id": 1
}'{
"code": 0,
"message": "成功",
"data": {
"name": "鲁滨逊漂流记",
"categoryId": 1,
"price": 22.02,
"author": "丹尼尔·笛福",
"press": "上海交通大学出版社",
"publicationTime": "2022-03-03",
"words": 1200000,
"introduce": "该作讲述了···",
"imgUrl": "https://source.aring.cc/upload/LBXPLJ.png",
"id": 1,
"delFlag": 0,
"categoryName": "名著"
}
}