mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-22 02:58:10 +00:00
9 lines
154 B
TypeScript
9 lines
154 B
TypeScript
import request from '@/utils/request'
|
|
|
|
/**
|
|
* 获取发票配置
|
|
*/
|
|
export function getInvoiceConfig() {
|
|
return request.get(`shop/config/invoice`)
|
|
}
|