curl --location '/admin/sys-file/upload/customer-file' \ --header 'authorization: Bearer xxxxx' \ --header 'tenant-id;' \ --form 'file=@"C:\\Users\\朱晓凯\\Pictures\\5 - 副本.png"'
{ "code": null, "msg": "", "data": {}, "timestamp": 0 }