fix:新增接口声明

This commit is contained in:
shijing 2025-05-13 13:41:52 +08:00
parent 31cee8b901
commit 8c3aa5f28a
1 changed files with 6 additions and 0 deletions

View File

@ -559,5 +559,11 @@ export default {
return await http.get(`${config.API_URL}/wpmw/wpr/${id}/`);
},
},
newNumber: {
name: "最新编号",
req: async function (data) {
return await http.post(`${config.API_URL}/wpmw/wpr/new_number/`, data);
}
}
},
};