(body)
| 438 | return $.md5(str); |
| 439 | } |
| 440 | function shareSign(body) { |
| 441 | // timestamp = 1623470148350; // sign=a45cb6667750320e9f5c53102817654d |
| 442 | let str = `${$.appId}_${$.appMD5Key}_{"actId":9,"randomStr":"${body}","relation":2}_${timestamp}`; |
| 443 | return $.md5(str); |
| 444 | } |
| 445 | function getshareSign() { |
| 446 | // dafbe42d5bff9d82298e5230eb8c3f79_34e1e81ae8122ca039ec5738d33b4eee__1625308560254 |
| 447 | //https://pengyougou.m.jd.com/open/api/like/jxz/jdShareRandom?actId=9&lkToken=4b670e7bff7c43948c4856712a97c8fa&appId=dafbe42d5bff9d82298e5230eb8c3f79&lkEPin=d65bfc2689d565a93584ce2cdf9f754e0f296a206a12473f57d63d95f3be0534&sign=3e452d9a49c10d874f074325801251c2&t=1625308456790 |
no outgoing calls
no test coverage detected