shuishen
2021-12-21 0b9095227438cb35f5a8759aee8f3b32a732151c
src/api/pc/public/arc.js
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-15 11:57:20
 * @Last Modified time: 2021-12-21 14:31:00
 */
// 校区
import request from '@/router/axios'
@@ -30,3 +30,11 @@
        params: params
    })
}
export const getMechanismDetail = (params) => {
    return request({
        url: '/blade-mechanism/mechanism/detail',
        method: 'get',
        params: params
    })
}