|
|
@ -2,6 +2,6 @@ import { defHttp } from '@/utils/axios/index' |
|
|
|
|
|
|
|
|
|
|
|
export async function goodsType() { |
|
|
|
export async function goodsType() { |
|
|
|
return defHttp.get({ |
|
|
|
return defHttp.get({ |
|
|
|
url: `/hulk-system/dict/dictionary?code=goods_type`, |
|
|
|
url: `/open-chat/sys/sys/dict/getDictItems/goods_type`, |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|