Ajax request ashx data is empty

    $.ajax({
        type: "post",
        url: "../../ashx/xtgl/jkdy/jkgl.ashx?action=GET_JK",
        dataType: "json",
        data: {
        jkid: $("-sharpjkid").val(),
        jkmc:$("-sharpjkmc").val()
        },
        success: function(data) {
            console.log(data)
        }
    });

this is the ashx file

clipboard.png

ajax

clipboard.png

Aug.05,2021

check whether the return json on line 30 is also []

.

clipboard.png
in front of the sentence
if you get [], you must return []

.
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-1b3d2c4-2c37c.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-1b3d2c4-2c37c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?