【update】 起草组报名
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user