fileUrls -> imgUrls

pull/1/head
张萌 3 years ago
parent 4e6999acfb
commit ad32f713fc

@ -163,7 +163,7 @@ class UserProvider extends ChangeNotifier {
BaseModel model = await NetUtil().post(
SAASAPI.user.updateAvatar,
params: {
'fileUrls': [path]
'imgUrls': [path]
},
showMessage: true,
);

Loading…
Cancel
Save