You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shop-app/common/api/index.js

19 lines
359 B

3 years ago
/*
* @Author: ch
* @Date: 2022-03-17 16:37:45
* @LastEditors: ch
* @LastEditTime: 2022-03-22 17:25:29
* @Description: file content
*/
import {Request, ToAsyncAwait} from '@/common/utils';
/**
* 获取测试信息
* @param {*} params
*/
export const ApiGetBannerData = (params) =>
ToAsyncAwait(Request.get('/edu-course/carousel/app',params));