Commit 3d3a9938 authored by yinjiacheng's avatar yinjiacheng

update C端公共参数新增pkg字段

parent 67a91182
...@@ -56,7 +56,8 @@ class HttpParamsUtils { ...@@ -56,7 +56,8 @@ class HttpParamsUtils {
"net" to result.optString("net"), "net" to result.optString("net"),
"platform" to result.optString("platform"), "platform" to result.optString("platform"),
"device_finger" to getDeviceFinger(), "device_finger" to getDeviceFinger(),
"reqid" to getRequestId(timeStamp) "reqid" to getRequestId(timeStamp),
"pkg" to result.optString("pkg")
) )
}.ship() }.ship()
} }
......
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