87,990
社区成员
发帖
与我相关
我的任务
分享
$.ajax({
type: "post",
url: "/loan/actGetCouponInterests.do",
data:{type:"0",type:"1",type:"2"},
dataType: "json",
contentType: "application/x-www-form-urlencoded; charset=UTF-8",
success: function(data){
}
}
});