|
@@ -196,7 +196,7 @@ export interface GetAppTrendListProps extends Paging, SortProps {
|
|
* @returns
|
|
* @returns
|
|
*/
|
|
*/
|
|
export async function getAppTrendListApi(data: GetAppTrendListProps) {
|
|
export async function getAppTrendListApi(data: GetAppTrendListProps) {
|
|
- return request(wapi + `/monitor/app/trend/listOfPage`, {
|
|
|
|
|
|
+ return request(wapi + `/monitor/app/trend/listOfPage/new`, {
|
|
method: 'POST',
|
|
method: 'POST',
|
|
data
|
|
data
|
|
});
|
|
});
|
|
@@ -208,7 +208,7 @@ export async function getAppTrendListApi(data: GetAppTrendListProps) {
|
|
* @returns
|
|
* @returns
|
|
*/
|
|
*/
|
|
export async function getAppTrendTotalApi(data: GetAppTrendListProps) {
|
|
export async function getAppTrendTotalApi(data: GetAppTrendListProps) {
|
|
- return request(wapi + `/monitor/app/trend/total`, {
|
|
|
|
|
|
+ return request(wapi + `/monitor/app/trend/total/new`, {
|
|
method: 'POST',
|
|
method: 'POST',
|
|
data
|
|
data
|
|
});
|
|
});
|