This commit is contained in:
shijing 2025-07-09 14:05:05 +08:00
parent e1cb3faf4c
commit 69e7513a77
1 changed files with 7 additions and 1 deletions

View File

@ -591,6 +591,12 @@ export default {
req: async function (data) { req: async function (data) {
return await http.post(`${config.API_URL}/wpmw/wpr/new_number/`, data); return await http.post(`${config.API_URL}/wpmw/wpr/new_number/`, data);
} }
} },
query: {
name: "动态产品",
req: async function (data) {
return await http.post(`${config.API_URL}/wpmw/wpr/cquery/`, data);
},
},
}, },
}; };