cnf
2 天以前 1ff3526312e320509b2522a0295e95169fafcd8f
Scripts/config.js
@@ -86,6 +86,8 @@
        url = (APIURL_PC + url);
    }
    let headers = { 'Content-Type': 'application/json', }
    var orgId = Cookies.get('orgId')
    headers['OrgId'] = orgId;
    if (isToken) {
        var timestamp = (new Date()).getTime();
        var token = Cookies.get('loginGuid')