We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de41a6d commit a3c953dCopy full SHA for a3c953d
lib/common/dao/UserDao.dart
@@ -38,7 +38,7 @@ class UserDao {
38
};
39
HttpManager.clearAuthorization();
40
41
- var res = await HttpManager.netFetch(Address.getAuthorization(), json.encode(requestParams), null, new Options(method: "post"));
+ var res = await HttpManager.netFetch(Address.getAuthorization(), json.encode(requestParams), null, new Options(method: "get"));
42
var resultData = null;
43
if (res != null && res.result) {
44
await LocalStorage.save(Config.PW_KEY, password);
0 commit comments