com.taptap.sdk.compliance 4.5.4 → 4.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,12 +4,12 @@
4
4
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-compliance:4.5.4"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-compliance:4.5.5"/>
8
8
  </androidPackages>
9
9
  <iosPods>
10
10
  <sources>
11
11
  <source>https://github.com/CocoaPods/Specs.git</source>
12
12
  </sources>
13
- <iosPod name="TapTapComplianceSDK" version="~> 4.5.4" bitcodeEnabled="false" addToAllTargets="false"/>
13
+ <iosPod name="TapTapComplianceSDK" version="~> 4.5.5" bitcodeEnabled="false" addToAllTargets="false"/>
14
14
  </iosPods>
15
15
  </dependencies>
@@ -10,7 +10,7 @@ namespace TapSDK.Compliance
10
10
  public static class TapTapCompliance
11
11
  {
12
12
 
13
- public static readonly string Version = "4.5.4";
13
+ public static readonly string Version = "4.5.6";
14
14
 
15
15
  public static void RegisterComplianceCallback(Action<int, string> callback)
16
16
  {
@@ -48,7 +48,7 @@ namespace TapSDK.Compliance.Standalone.Internal
48
48
  Dictionary<string, string> parameters = new Dictionary<string, string>
49
49
  {
50
50
  { "func_name", funcNace },
51
- { "seesion_id", seesionId },
51
+ { "session_id", seesionId },
52
52
  };
53
53
  ReportLog(ACTION_START, new Dictionary<string, string>()
54
54
  {
@@ -61,7 +61,7 @@ namespace TapSDK.Compliance.Standalone.Internal
61
61
  Dictionary<string, string> parameters = new Dictionary<string, string>
62
62
  {
63
63
  { "func_name", funcNace },
64
- { "seesion_id", seesionId },
64
+ { "session_id", seesionId },
65
65
  { "identity_verify_type", currentVerifyType }
66
66
  };
67
67
  ReportLog(ACTION_SUCCESS, new Dictionary<string, string>()
@@ -75,7 +75,7 @@ namespace TapSDK.Compliance.Standalone.Internal
75
75
  Dictionary<string, string> parameters = new Dictionary<string, string>
76
76
  {
77
77
  { "func_name", funcNace },
78
- { "seesion_id", seesionId },
78
+ { "session_id", seesionId },
79
79
  { "identity_verify_type", currentVerifyType }
80
80
  };
81
81
  ReportLog(ACTION_CANCEL, new Dictionary<string, string>()
@@ -89,7 +89,7 @@ namespace TapSDK.Compliance.Standalone.Internal
89
89
  Dictionary<string, string> parameters = new Dictionary<string, string>
90
90
  {
91
91
  { "func_name", funcNace },
92
- { "seesion_id", seesionId },
92
+ { "session_id", seesionId },
93
93
  { "error_code", errorCode.ToString() },
94
94
  { "error_msg", errorMessage },
95
95
  { "identity_verify_type", currentVerifyType }
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "com.taptap.sdk.compliance",
3
3
  "displayName": "TapTapSDK Compliance",
4
4
  "description": "TapTapSDK Compliance",
5
- "version": "4.5.4",
5
+ "version": "4.5.6",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.5.4",
10
- "com.taptap.sdk.login": "4.5.4"
9
+ "com.taptap.sdk.core": "4.5.6",
10
+ "com.taptap.sdk.login": "4.5.6"
11
11
  }
12
12
  }