diff --git a/src/api/login.js b/src/api/login.js index 6c51b68..af0988b 100644 --- a/src/api/login.js +++ b/src/api/login.js @@ -2,7 +2,7 @@ import request from "../utils/request"; import { LOGIN, GET_PHONE, USER_SHARE,USER_WALLET,RECHARGE_WALLET,USER_WXPAY,USER_TRANSACTION,USER_ADDITIONAL,MEMBER_TYPES, USER_RECHARGE,USER_REDEEM,USER_HolderList,USER_MEMBERSHIP,USER_BINDPETS,USER_PETBINDING,USER_DISCOUNTFEE,USER_COUPONLIST,CANCEL_PET_ORDER, GET_VIP_PRICE,POINTS_RECHARGE_LIST,POINTS_DONATE,POINTS_RECORDS,POINTS_RANK,OSS_STS,DONATION_SUMMARY, - USER_DISPATCHFEE,CANCEL_MALL_ORDER + USER_DISPATCHFEE,CANCEL_MALL_ORDER,DOUY_REVIEW } from "./url"; // 微信登陆 export const getCodeByWxLogin = () => { @@ -163,6 +163,14 @@ export const getDonationSummary = () => { }); }; +// 抖音审核 +export const getdouyReview = () => { + return request({ + url: DOUY_REVIEW, + method: "GET" + }); +}; + // 获取OSS配置 export const getOssConfig = () => { return request({ diff --git a/src/api/url.js b/src/api/url.js index bec656a..4342b19 100644 --- a/src/api/url.js +++ b/src/api/url.js @@ -53,9 +53,8 @@ export const ADDITIONAL_SERVICES_APPEND = '/order/additional_services/append' // 取消预约订单接口 export const CANCEL_PET_ORDER = '/order/pet/cancel' - - - +// 抖音审核接口 +export const DOUY_REVIEW = '/douyin/goods/order/appointment' // 取消商城接口 export const CANCEL_MALL_ORDER = '/douyin/goods/order/cancel' diff --git a/src/page-reser/reservation/index.vue b/src/page-reser/reservation/index.vue index 550dbc1..f78f7f3 100644 --- a/src/page-reser/reservation/index.vue +++ b/src/page-reser/reservation/index.vue @@ -119,7 +119,8 @@