OfficeApp/api/newTask.js

10 lines
354 B
JavaScript
Raw Permalink Normal View History

2024-01-02 13:35:52 +08:00
import oahttp from "@/utils/oahttp.js";
/**
* 公告列表
*/
2024-01-21 18:15:55 +08:00
export const getTradeTaskInfo = (data) => oahttp.get('/user/getTradeTaskInfo', data)
// 收单消费金额详情
export const getFirstOrderLog = (data) => oahttp.get('/user/getFirstOrderLog', data)
// 收益明细
export const account_log = (data) => oahttp.get('/account_log/lists', data)