test_lgq/niucloud/addon/carmi/uni-app/api/hello_world.ts
2024-01-24 17:36:08 +08:00

9 lines
242 B
TypeScript

import request from '@/utils/request'
/***************************************************** hello world ****************************************************/
export function getHelloWorld() {
return request.get(`carmi/hello_world`)
}