test_lgq/niucloud/addon/carmi/web/api/hello_world.ts

9 lines
105 B
TypeScript
Raw Normal View History

2024-01-24 17:36:08 +08:00
/**
* hello world
*/
export function getHelloWorld() {
return request.get('carmi/hello_world')
}