Future<Map?> queryTreasuryProposal(String id) async { final Map? data = await service.queryTreasuryProposal(id); return data; }