api

postman

結果
{ "code": 400, "message": "Content type 'multipart/form-data;boundary=--------------------------043259503089931000115304;charset=UTF-8' not supported" }
問題解決,重新設置postman

數據
{"id":13,"username":"bbb","password":"123","nickName":"bb1"}
可以正確獲取數據進行更新了
{ "code": 200, "data": null, "message": "SUCCESS" }
