|
|
|
@ -77,10 +77,20 @@ export function vocationalBillApi(data) {
|
|
|
|
// headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
|
|
// headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// // 自有职位报名
|
|
|
|
|
|
|
|
// export function recordSelfBillApi (data) {
|
|
|
|
|
|
|
|
// return request({
|
|
|
|
|
|
|
|
// url: "/yishoudan/common/order/add",
|
|
|
|
|
|
|
|
// method: "post",
|
|
|
|
|
|
|
|
// data: data,
|
|
|
|
|
|
|
|
// headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
// }
|
|
|
|
// 一才录单报名
|
|
|
|
// 一才录单报名
|
|
|
|
export function recordBillYicaiApi(data) {
|
|
|
|
export function recordBillYicaiApi(data) {
|
|
|
|
return request({
|
|
|
|
return request({
|
|
|
|
url: "/assistant/apply/handler/add",
|
|
|
|
url: "/yishoudan/common/order/add",
|
|
|
|
method: "post",
|
|
|
|
method: "post",
|
|
|
|
data:data,
|
|
|
|
data:data,
|
|
|
|
headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
|
|
headers: { "Content-Type": "application/x-www-form-urlencoded" },
|
|
|
|
|