This commit is contained in:
2022-06-08 12:04:27 +08:00
5 changed files with 407 additions and 305 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
}