绿满眶商城微信小程序-uniapp
peng
1 天以前 89efee9a2e20fc04b4537d859917b47cf68a814c
api/user.js
@@ -77,3 +77,16 @@
  });
}
/**
 * 我的关注分页
 *
 * @param params
 */
 export function mySubscribePage(params) {
  return http.request({
    url: "/lmk/my-subscribe/page",
    method: Method.GET,
    needToken: true,
   params: params
  });
}