增加
This commit is contained in:
@@ -6,4 +6,12 @@ export class PubService {
|
||||
static async GetMain(sid: string) {
|
||||
return await ApiService.Request("get", "/Pub/GetMain", { sid });
|
||||
}
|
||||
|
||||
/**
|
||||
* GetNoticeData
|
||||
* GET /Pub/GetNoticeData
|
||||
*/
|
||||
static async GetNoticeData(page: number, limit: number) {
|
||||
return await ApiService.Request("get", "/Pub/GetNoticeData", { page, limit });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user