绿满眶商城微信小程序-uniapp
peng
21 小时以前 818fbcd2dc3073ab4dacdff2b19cea56552f32fc
api/video.js
@@ -26,7 +26,7 @@
 * 
 * @param params
 */
 export function getRecommendVideos(params) {
 export async function getRecommendVideos(params) {
  return http.request({
    url: "/lmk/video/recommend",
    method: Method.GET,
@@ -235,4 +235,4 @@
    method: Method.POST,
    needToken: true
  });
}
}