绿满眶商城微信小程序-uniapp
xiangpei
13 小时以前 a0070a397253470e2adde8f6800ce67814fc4da2
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
  });
}
}