87,997
社区成员




$.ajax({
async:false,
type:'POST',
url:'http://192.168.0.250:9001/BridgeService/services/bridge?wsdl/queryFileStansferStatus',
data:{formID:objectCode,formRevID:objectRev},
xhrFields: {
withCredentials: true
},
dataType : "json",
success:function(data) {
console.log(data);
}
});