From 12b944739b012342b2d5c3e44545dbb109ff367d Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Fri, 21 Jan 2022 13:49:20 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit082=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BAversion:=201.4.13+?= =?UTF-8?q?20220121=EF=BC=8C=E8=A7=A3=E5=86=B3LED=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/release/output.json | 2 +- lib/components/dioFun.dart | 1 + pubspec.yaml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/android/app/release/output.json b/android/app/release/output.json index 1b3d7ec..2b07330 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220107,"versionName":"1.4.12","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220121,"versionName":"1.4.13","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/lib/components/dioFun.dart b/lib/components/dioFun.dart index 37bc385..ea2edff 100644 --- a/lib/components/dioFun.dart +++ b/lib/components/dioFun.dart @@ -361,6 +361,7 @@ Future updateLedData({@required int id, @required String theSbgllx, @required Ma "id": id.toString(), "sign": GenerateMd5(APPkey + random), "random": random, + "qxdm": qx_code, }); if (!map.containsKey('xsnr')) { diff --git a/pubspec.yaml b/pubspec.yaml index 41b73d8..5744dab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,7 +48,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # version: 1.4.9+20220103 # version: 1.4.10+20220104 # version: 1.4.11+20220106 -version: 1.4.12+20220107 +#version: 1.4.12+20220107 +version: 1.4.13+20220121 environment: sdk: ">=2.7.0 <3.0.0"