@@ -13,4 +13,12 @@ export function GetMaoGaoDetail(v,month) {
method: "get",
params: {month:month}
})
+}
+
+export function GetMgoGaoTrend(month){
+ return request({
+ url : `/api/formula/calc/`+month,
+ method:"get",
+ params:null
+ });
}