As shown in the figure, the parameter in ajax is added with "@ web". Why does the front end still not appear to be added?


    function createChat(callback) {
        sessionId=sessionStorage.sessionId;
        customno =sessionStorage.customno;
        
        
        $.ajax({
                    url : "../hf/chat/conn",
                    type : "post",
                    data : {
                        sessionId :sessionId,
                        customno : customno+"@web",
                        srcChannel : sessionStorage.channelFlag
                    },
                    success : function(response) {
                        if ($.isFunction(callback))
                            callback(response)
//                         getServerMsg();
                    }
                });
    }

Sep.07,2021

determine the request of this code that your page responds to?
splice it up and try

is your page processed before it reaches the client?


var sessionId = sessionStorage.customno + "@ web"

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c50c-2ba7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c50c-2ba7f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?