南骏 池
2025-08-30 ee117223c66f959599a11769bc2645879b39637f
Scripts/config.js
@@ -82,6 +82,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')