绿满眶商城微信小程序-uniapp
peng
2025-10-30 c61f03cfe1fcf023c7128f77f3d692aef309f77f
api/popup.js
@@ -17,4 +17,12 @@
    method: Method.GET,
    needToken: true,
  });
}
export function hideActivityPopupToday(){
     return http.request({
         url: "/lmk/popup/hideActivityPopupToday",
         method: Method.GET,
         needToken: true,
     })
}