9 lines
148 B
TypeScript
Raw Normal View History

2025-10-15 16:03:42 +08:00
import { http } from '@/http/http'
/**
*
*/
export function getCode() {
return http.get<any>('/staff/ebikeDicValue/list')
}