MCPcopy Create free account
hub / github.com/ClydeTime/Surge / getShowBody

Function getShowBody

Script/Task/amap.js:143–167  ·  view source on GitHub ↗
(node, channel,adiu, userId, sign, actID, playIDs)

Source from the content-addressed store, hash-verified

141 }
142}
143function getShowBody(node, channel,adiu, userId, sign, actID, playIDs) {
144 return {
145 "bizVersion": "060800",
146 "h5version": "6.35.14",
147 "platform": "ios",
148 "tid": adiu,
149 "eId": "",
150 "adiu": adiu,
151 "diu": adiu,
152 "imei": adiu,
153 "idfa": adiu,
154 "enterprise": "0",
155 "ts": new Date().getTime(),
156 "uid": userId,
157 "userId": userId,
158 "channel": channel,
159 "dip": "20020",
160 "adCode": "",
161 "actID": actID,
162 "playTypes": "dailySign",
163 "playIDs": playIDs,
164 "node": node,
165 "sign": sign
166 }
167}
168function getSigBody(node, channel, adiu, userId, sign, actID, playID, signTerm, signDay) {
169 return{
170 "bizVersion": "060800",

Callers 1

checkInFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected