Commit 9b50e3d5 by liguokang

feat:

parent b4d4e909
/*
* @Author: liguokang
* @Date: 2021-07-14 21:28:01
* @LastEditors: liguokang
* @LastEditTime: 2021-07-14 21:28:39
* @Description:
* @Copyrigh: ©2021 杭州杰竞科技有限公司 版权所有
*/
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction
import request from '@/utils/request';
import { getHeaders } from '@/utils/headers';
// 约课相关接口
export default (req, res) => {
res.status(200).json({ name: 'John Doe' })
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment