This commit is contained in:
wwz
2024-12-13 14:30:13 +08:00
parent 4d1d6f0425
commit 82d4aa5f6c
2 changed files with 62 additions and 3 deletions

View File

@@ -207,4 +207,8 @@ export default {
userminidymessage(data) { //订阅消息
return uni.api.post("user/minidymessage", data);
},
monthssearch(data) { //根据月份查询
return uni.api.post("hfive/monthssearch", data);
},
}