var details = {
api_token: api_token,
id: id,
type: 'zaishou',
};
$.ajax({
type: "GET",
url: webConfig.nonghunonghuTypeList,
data: details,
dataType: "json",
success: function(json) {
console.log(json);
if (json) {
try {
for(var i = 0;i
}
} catch (e) {
}
}
}
});
我的api_token 等于你的 cookie中存在的token?
这样紫能明白不
data{} 里面要传你的token参数 你没有传参