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"