浏览代码

6.3 1.0.98

huxiaoqiang 4 年之前
父节点
当前提交
c3a10856aa
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      lib/my_tools/order.dart
  2. 1 1
      pubspec.yaml

+ 1 - 0
lib/my_tools/order.dart

@@ -385,6 +385,7 @@ String computeOrderHash(Map<String, String> order) {
 
   order.removeWhere((key, value) => key.contains('id'));
   order.removeWhere((key, value) => key.contains('dump'));
+  order.removeWhere((key, value) => key.contains('person'));
   var sortedKeys = order.keys.toList()..sort();
   List values = new List();
   sortedKeys.forEach((key) {

+ 1 - 1
pubspec.yaml

@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 1.0.97+1
+version: 1.0.98+1
 
 environment:
   sdk: ">=2.7.0 <3.0.0"