绿满眶商城微信小程序-uniapp
peng
2 天以前 0b23a4f1cae5dd34b407614baa88dee3af162f29
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
  });
}