充值,共力人生

This commit is contained in:
唐明明
2022-06-08 19:26:51 +08:00
parent bc8ff42533
commit 64ddd2547d
157 changed files with 2441 additions and 2001 deletions

21
apis/interfaces/life.js Normal file
View File

@@ -0,0 +1,21 @@
/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
* moduleName: 共力人生
*/
import { request } from '../index'
// 共力人生
const life = () =>{
return request({
url: "user/life"
})
}
export {
life
}