6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
|
|
import { http } from 'uview-plus'
|
||
|
|
|
||
|
|
//
|
||
|
|
export const helloWordApi = (params) => http.get('/api/demo/helloWord', params)
|
||
|
|
|