{ "name": "百事可乐", "type": "700ml", "stock": 97 }
curl --location --request POST 'http://127.0.0.1:5000/api/store/addStore' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "百事可乐", "type": "700ml", "stock": 97 }'
{ "status": 200, "msg": "新增库存成功", "data": { "fieldCount": 0, "affectedRows": 1, "insertId": 131, "serverStatus": 2, "warningCount": 0, "message": "", "protocol41": true, "changedRows": 0 } }