JSD-7837开源任务材料
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
366 B

$.ajax({
type:"GET",
async:false,
url:"localhost:8075/webroot/decision/url/cancelInstances",
data:{
operateName:"returnToStart",
userCode:"用户编码",
sequenceNos:"流水号,逗号分隔"
},
success:function(data){
if(data.data){
//成功
}else{
//失败
}
}
})