fuliqi
2024-01-24 29c1e7eb5ac16e90d8991a86c1c071bc312ec8d9
1
2
3
4
5
6
7
8
9
import service from './service'
// 评价管理api
export class dictApi {
    //获取渠道数据字典
    getChanneldict = (params, showLoading = false) => {
        return service.get('/awl-basecommon-service/comDict/findByParams?dictGroup=stock_channel', { params, showLoading })
    }
}
export default new dictApi()