dataprocessing.js 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export function deleteCollectBiz (bsmSqyw) { return request({ url: SERVER.SERVERAPI + '/rest/ywbl/BusinessApply/deleteCollectBiz?bsmSqyw=' + bsmSqyw, method: 'post' }) }