From 791675b34f84eeded5bfd9507fad53fdd2449ac6 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Mon, 20 Dec 2021 15:54:37 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit037=EF=BC=9A=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E8=A7=A3=E5=86=B3=E5=88=B7=E6=96=B0=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/dioFun.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/components/dioFun.dart b/lib/components/dioFun.dart index d03290b..2508c22 100644 --- a/lib/components/dioFun.dart +++ b/lib/components/dioFun.dart @@ -389,6 +389,9 @@ Future getAllStatisData({String ip = '', String date = ''}) async { map['time'] = date; } + //访问区县后台接口,需要统一添加区县代码参数 + map['qxdm'] = qxdm; + Dio dio = Dio(); String api = ServicePath.getStaAllUrl; print('api = ${api}');