修复更新密码失败
This commit is contained in:
@@ -109,7 +109,7 @@ class UpdatePasswordController extends GetControllerEx<UpdatePasswordModel> {
|
||||
};
|
||||
await requestWithLog(
|
||||
logTitle: "修改密码",
|
||||
method: MyHttpMethod.post,
|
||||
method: MyHttpMethod.put,
|
||||
queryUrl: queryUrl,
|
||||
data: data,
|
||||
onSuccess: (res) {
|
||||
|
||||
Reference in New Issue
Block a user