Function
getShowBody
(node, channel,adiu, userId, sign, actID, playIDs)
Source from the content-addressed store, hash-verified
| 141 | } |
| 142 | } |
| 143 | function 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 | } |
| 168 | function getSigBody(node, channel, adiu, userId, sign, actID, playID, signTerm, signDay) { |
| 169 | return{ |
| 170 | "bizVersion": "060800", |
Tested by
no test coverage detected