temple.js
420 Bytes
/*
* @Date: 2022-06-17 14:54:29
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-08-04 14:49:05
* @FilePath: /web/src/api/temple.js
* @Description: 走进寺庙接口
*/
import { fn, fetch } from '@/api/fn';
const Api = {
TEMPLE_INFO: '/srv/?a=temple_info',
}
/**
* @description: 走进寺庙
* @returns
*/
export const templeInfoAPI = (params) => fn(fetch.get(Api.TEMPLE_INFO, params));