{ "stockId": 16, "name": "克解需儿格", "type": "nisi Ut sit", "stock": 40 }
curl --location --request POST 'http://127.0.0.1:5000/api/store/editStore' \ --header 'Content-Type: application/json' \ --data-raw '{ "stockId": 16, "name": "克解需儿格", "type": "nisi Ut sit", "stock": 40 }'
{"status":200,"msg":"编辑库存成功","data":{"fieldCount":0,"affectedRows":1,"insertId":0,"serverStatus":2,"warningCount":0,"message":"(Rows matched: 1 Changed: 0 Warnings: 0","protocol41":true,"changedRows":0}}