huxiaoqiang %!s(int64=4) %!d(string=hai) anos
pai
achega
e7d39d013f
Modificáronse 2 ficheiros con 9 adicións e 2 borrados
  1. 8 1
      lib/my_tools/order.dart
  2. 1 1
      pubspec.yaml

+ 8 - 1
lib/my_tools/order.dart

@@ -383,7 +383,14 @@ List<OrderInfo2> parse2(Map<String, String> info) {
 
 String computeOrderHash(Map<String, String> order) {
   order.remove("dump");
-  order.remove('orderTime');
+  order.remove("dump1");
+  order.remove("dump2");
+  order.remove("id_1");
+  order.remove("id_2");
+  order.remove("id_3");
+  order.remove("id_4");
+
+  // order.remove('orderTime');
   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.96+1
+version: 1.0.97+1
 
 environment:
   sdk: ">=2.7.0 <3.0.0"