@@ -556,6 +556,9 @@ export async function GetMPSSchoolCollect(ctx) {
const param = {
UserID: ctx.query.UserID || 0,
};
+ if (param.UserID=="undefined")
+ param.UserID=0;
+
const result = {};
result.收藏的高中 = [];
result.收藏的初中 = [];