请问这个要怎么处理
mui.ajax(myurl, {
data: {
siteid: siteid,
channelid: channelid,
currPage: currPage,
pageSize: 10,
titleLen: 18,
order: ' addtime desc'
},
type: 'post', //HTTP请求类型
timeout: '6000',
success: function(data) {
},
error: function(xhr, type, errorThrown) {
//异常处理;
}
});