Commit d8b01b81 by 严久程

flutter埋点的id作md5编码处理

parent 6f70fbce
...@@ -3,6 +3,7 @@ package com.channel.ydl_flutter_base.plugin ...@@ -3,6 +3,7 @@ package com.channel.ydl_flutter_base.plugin
import android.text.TextUtils import android.text.TextUtils
import com.channel.ydl_flutter_base.base.BaseFlutterFragment import com.channel.ydl_flutter_base.base.BaseFlutterFragment
import com.ydl.burypointlib.BuryPointHelper import com.ydl.burypointlib.BuryPointHelper
import com.ydl.burypointlib.MD5Util
import com.ydl.ydlcommon.base.BaseApp import com.ydl.ydlcommon.base.BaseApp
import com.ydl.ydlcommon.data.PlatformDataManager import com.ydl.ydlcommon.data.PlatformDataManager
import com.ydl.ydlcommon.modular.ModularServiceManager import com.ydl.ydlcommon.modular.ModularServiceManager
...@@ -92,7 +93,7 @@ class YDLCommonPlugin : MethodChannel.MethodCallHandler { ...@@ -92,7 +93,7 @@ class YDLCommonPlugin : MethodChannel.MethodCallHandler {
} }
YdlBuryPointUtil.sendClick(clickPath) YdlBuryPointUtil.sendClick(MD5Util.md5(clickPath))
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment