【update】 起草组报名

This commit is contained in:
danshihao
2024-01-15 17:00:02 +08:00
parent d2a8498a27
commit b181a9ea2a
5 changed files with 21 additions and 9 deletions
+4 -1
View File
@@ -95,7 +95,10 @@ const UserApi = {
getDraftContactsInfo: (params) => http.get(`${URL_CONFIG}drafting/payDraftingGroupSubitem/getItemById`, params),
// 起草组联系人提交
editDraftContactsInfo: (params) => http.post(`${URL_CONFIG}drafting/payDraftingGroupSubitem/editCompany`, params),
// 通过id查起草组信息(无权限接口)
getDraftGroupInfoById: (params) => http.get(`${URL_CONFIG}drafting/payDraftingGroup/applyQueryById`, params),
// 起草组报名(无权限接口)
draftingGroupRegistration: (params) => http.post(`${URL_CONFIG}/drafting/payDraftingGroupSubitem/addByQRCode`, params)
}
export default UserApi