curl --location --request POST 'http://www.likeadmin.localhost/adminapi/user.user/edit' \ --header 'token: {{token}}' \ --data-urlencode 'id=1' \ --data-urlencode 'field=' \ --data-urlencode 'value='
{"code":1,"show":1,"msg":"更新成功","data":[]}