修正上架時 Google Play 檢查出的 issue
This commit is contained in:
@@ -191,7 +191,7 @@ class LeaveApiService {
|
||||
return await _apiService.fetchProcedure<Map<String, dynamic>>(
|
||||
procedureEndpoint: "bpm_sign_history",
|
||||
params: params,
|
||||
fromJson: (json) => json as Map<String, dynamic>,
|
||||
fromJson: (json) => json,
|
||||
);
|
||||
} catch (e) {
|
||||
print("LeaveApiService.fetchSignHistory 異常: $e");
|
||||
|
||||
Reference in New Issue
Block a user