fix:fix smms delete error

This commit is contained in:
hackycy
2020-07-30 23:16:44 +08:00
parent ddadecbc2d
commit f9b82dcacf
3 changed files with 11 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ class SMMSApi {
static Future getUploadHistory() async {
var op = await oAuth();
Response res = await NetUtils.getInstance()
.get(BASE_URL + '/upload_history', options: op);
return res;
.get(BASE_URL + 'upload_history', options: op);
return res.data;
}
/// 获取配置中的Token