feat: 技术支持工单/企微权限/开发版本管理/消息推送等迭代
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import type { PartnerWeeklyReportResponse } from '@dukang/shared-types';
|
||||
import { request } from './api';
|
||||
|
||||
export function fetchPartnerWeeklyReport(startDate?: string) {
|
||||
const query = startDate ? `?startDate=${encodeURIComponent(startDate)}` : '';
|
||||
return request<PartnerWeeklyReportResponse>('PARTNER_H5', `/partner/reports/weekly${query}`);
|
||||
}
|
||||
|
||||
export type { PartnerWeeklyReportResponse };
|
||||
Reference in New Issue
Block a user