MCPcopy Create free account
hub / github.com/chavyleung/scripts / loginweb

Function loginweb

sfexpress/sfexpress.js:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31function loginweb() {
32 const sign = encodeURIComponent($.login.obj.sign)
33 const loginOpts = {
34 url: `https://mcs-mimp-web.sf-express.com/mcs-mimp/share/app/shareRedirect?sign=${sign}&source=SFAPP&bizCode=647@RnlvejM1R3VTSVZ6d3BNaXJxRFpOUVVtQkp0ZnFpNDBKdytobm5TQWxMeHpVUXVrVzVGMHVmTU5BVFA1bXlwcw==`
35 }
36 return $.http.get(loginOpts)
37}
38
39function sign() {
40 const signOpts = {

Callers 1

sfexpress.jsFile · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected