账户接口对接

This commit is contained in:
唐明明
2022-06-08 12:01:28 +08:00
parent a0c4163f12
commit bc8ff42533
7 changed files with 408 additions and 301 deletions

View File

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