2024-04-20 14:58:10 +08:00
|
|
|
import request from '@/util/request';
|
|
|
|
export const newsGoryList = data => request.post('/move/news/gory', data, false);
|
|
|
|
export const newsList = data => request.post('/move/news/index', data, false);
|
|
|
|
export const activityList = data => request.post('/move/activity/list', data, false);
|
|
|
|
export const activityIndex = data => request.post('/move/activity/index', data, false);
|
|
|
|
export const associationIndex = data => request.post('/move/association/index', data, false);
|
2024-04-23 11:58:07 +08:00
|
|
|
export const newsInfo = data => request.post('/move/news/find', data, false);
|
|
|
|
export const eventInfo = data => request.post('/move/activity/find', data, false);
|
|
|
|
export const associationInfo = data => request.post('/move/association/find', data, false);
|
|
|
|
export const architectureList = data => request.post('/move/address/architecture', data, false);
|
|
|
|
export const positionList = data => request.post('/position', data, false);
|
|
|
|
export const IndustryList = data => request.post('/industry', data, false);
|
2024-06-04 18:04:09 +08:00
|
|
|
|
2024-04-23 11:58:07 +08:00
|
|
|
export const loginAdd = data => request.post('/move/login/add', data, false);
|
2024-06-04 18:04:09 +08:00
|
|
|
|
2024-08-19 18:15:03 +08:00
|
|
|
export const applyInAdd = data => request.post('/move/member/shenqing', data, false);
|
|
|
|
|
2024-04-23 11:58:07 +08:00
|
|
|
export const loginDo = data => request.post('/move/login/login', data, false);
|
2024-04-24 17:34:38 +08:00
|
|
|
export const addressList = data => request.post('/move/address', data, false);
|
|
|
|
export const newIndustryIndex = data => request.post('/move/industry/index', data, false);
|
|
|
|
export const getUserIndex = data => request.post('/move/member/find', data, false);
|
2024-04-24 18:03:24 +08:00
|
|
|
export const UserApplication = data => request.post('/move/application', data, false);
|
2024-05-08 18:14:41 +08:00
|
|
|
export const applicationAdd = data => request.post('/move/application/add', data, false);
|
|
|
|
export const messageAdd = data => request.post('/move/message/add', data, false);
|
|
|
|
|
2024-05-11 18:14:49 +08:00
|
|
|
export const UserLogin = data => request.post('/move/login/wxlogin', data, false);
|
|
|
|
|
2024-05-14 10:20:09 +08:00
|
|
|
export const carouselIndex = data => request.post('/move/carousel', data, false);
|
|
|
|
|
|
|
|
export const setMaillogAdd = data => request.post('/move/maillog/add', data, false);
|
|
|
|
export const MaillogIndex = data => request.post('/move/maillog/index', data, false);
|
|
|
|
export const MaillogUpdate = data => request.post('/move/maillog/update', data, false);
|
|
|
|
|
2024-05-15 17:54:48 +08:00
|
|
|
export const MaillogUpdateState = data => request.post('/move/maillog/updatestate', data, false);
|
|
|
|
|
|
|
|
export const questionnaireFind = data => request.post('/move/questionnaire/questionnairefind', data, false);
|
|
|
|
export const questionnaireAdd = data => request.post('/move/questionnaire/appAdd', data, false);
|
|
|
|
export const moneyLogAdd = data => request.post('/move/money_log/add', data, false);
|
|
|
|
export const Mailcoent = data => request.post('/move/Maillog/mailcoent', data, false);
|
|
|
|
export const MemberList = data => request.post('/move/association/memberList', data, false);
|
2024-05-27 17:40:54 +08:00
|
|
|
export const getQrcode = data => request.post('/move/login/getUnlimitedQRCode', data, false);
|
|
|
|
//getSerachIndex
|
|
|
|
export const getSerachIndex = data => request.post('/move/index/index', data, false);
|
|
|
|
|
2024-05-31 18:06:24 +08:00
|
|
|
export const setUserEdit = data => request.post('/move/member_log/add', data, false);
|
|
|
|
export const businessCard = data => request.post('/move/member/businessCard', data, false);
|
|
|
|
|
|
|
|
export const getPosition = data => request.post('/move/position', data, false);
|
|
|
|
|
|
|
|
export const getArticlePolicy = data => request.post('/move/Article/gory', data, false);
|
|
|
|
export const getArticlePolicyList = data => request.post('/move/Article/index', data, false);
|
2024-06-03 18:19:31 +08:00
|
|
|
export const getArticlePolicyInfo = data => request.post('/move/Article/find', data, false);
|
2024-06-21 16:15:26 +08:00
|
|
|
export const getRegion = data => request.post('/move/region', data, false);
|
|
|
|
|
|
|
|
export const getAuditing = data => request.post('/move/auditing', data, false);
|
|
|
|
|
|
|
|
export const getAuditingFind = data => request.post('/move/auditing/find', data, false);
|
|
|
|
|
|
|
|
export const auditingUpadte = data => request.post('/move/auditing/auditing', data, false);
|
|
|
|
|
|
|
|
export const activityAdd = data => request.post('/move/activity/activityAdd', data, false);
|
|
|
|
|
|
|
|
export const wxphoneLogin = data => request.post('/move/login/wxphone', data, false);
|
|
|
|
|
2024-06-26 14:17:06 +08:00
|
|
|
export const activitySign = data => request.post('/move/activity_sign/index', data, false);
|
|
|
|
|
|
|
|
export const businesstypeList = data => request.post('/move/business/businesstypeList', data, false);
|
|
|
|
|
|
|
|
export const businessList = data => request.post('/move/business/businessList', data, false);
|
|
|
|
|
|
|
|
export const businessFind = data => request.post('/move/business/businessFind', data, false);
|
|
|
|
|
|
|
|
export const clerkListByBusiness = data => request.post('/move/business/getClerkListByBusinessId', data, false);
|
|
|
|
|
2024-06-28 08:50:34 +08:00
|
|
|
export const addClerk = data => request.post('/move/business/addClerk', data, false);
|
|
|
|
|
|
|
|
export const businessListByMember = data => request.post('/move/business/getBusinessListByMemberId', data, false);
|
|
|
|
|
|
|
|
export const deleteClerk = data => request.post('/move/business/deleteClerk', data, false);
|
|
|
|
|
|
|
|
export const handleMembercode = data => request.post('/move/Membercode/handleMembercode', data, false);
|
|
|
|
|
|
|
|
export const ifRightToExamine = data => request.post('/move/Writeoff/ifRightToExamine', data, false);
|
|
|
|
|
2024-07-09 18:11:31 +08:00
|
|
|
export const addWriteoff = data => request.post('/move/Writeoff/addWriteoff', data, false);
|
|
|
|
|
|
|
|
export const findMemberID = data => request.post('/move/invoice_header/findMemberID', data, false);
|
|
|
|
|
|
|
|
export const addInvoiceHeader = data => request.post('/move/invoice_header/addInvoiceHeader', data, false);
|
|
|
|
|
|
|
|
export const addInvoiceLog = data => request.post('/move/invoice_header/addInvoiceLog', data, false);
|
|
|
|
|
|
|
|
export const someMethod = data => request.post('/move/invoice_header/someMethod', data, false);
|
|
|
|
|
|
|
|
export const getInvoiceLogWithHeader = data => request.post('/move/invoice_header/getInvoiceLogWithHeader', data,
|
2024-07-30 18:16:46 +08:00
|
|
|
false);
|
|
|
|
|
|
|
|
export const likeDo = data => request.post('/move/like/do', data, false);
|
|
|
|
export const likeRevoke = data => request.post('/move/like/revoke', data, false);
|
|
|
|
|
|
|
|
export const favsDo = data => request.post('/move/favs/do', data, false);
|
|
|
|
|
|
|
|
export const favsRevoke = data => request.post('/move/favs/revoke', data, false);
|
|
|
|
|
|
|
|
export const favsIndex = data => request.post('/move/favs/index', data, false);
|
|
|
|
|
|
|
|
export const tweetsPostAdd = data => request.post('/move/tweets/post', data, false);
|
|
|
|
|
|
|
|
export const tweetsList = data => request.post('/move/tweets/plaza', data, false);
|
|
|
|
|
|
|
|
export const tweetsInfo = data => request.post('/move/tweets/detail', data, false);
|
|
|
|
|
|
|
|
export const postComment = data => request.post('/move/tweets/post_comment', data, false);
|
|
|
|
|
|
|
|
export const commentList = data => request.post('/move/tweets/comments', data, false);
|
|
|
|
|
|
|
|
export const addComment = data => request.post('/move/tweets/post_comment', data, false);
|
|
|
|
|
|
|
|
export const removeComment = data => request.post('/move/tweets/remove_comment', data, false);
|
|
|
|
|
2024-08-19 18:15:03 +08:00
|
|
|
export const tweetsDel = data => request.post('/move/tweets/destroy', data, false);
|
|
|
|
|
|
|
|
export const examineType = data => request.post('/move/member/examineType', data, false);
|
|
|
|
|
|
|
|
export const msgTypeList = data => request.post('/move/Maillog/groupList', data, false);
|
|
|
|
|
|
|
|
export const interactionlIndex = data => request.post('/move/Maillog/interactionlIndex', data, false);
|
|
|
|
|
|
|
|
export const mailMyMemberPost = data => request.post('/move/Maillog/mailMyMemberPost', data, false);
|
|
|
|
|
|
|
|
export const getApplyToken = data => request.post('/move/temporary_token/token', data, false);
|