闫增涛
2024-03-28 0b523220931d70aa752c3beaca5ed32ca85511c5
assets/js/middleGround/api/ugc.js
@@ -3,7 +3,7 @@
  tokenKey
} from "../../config";
import toolClass from "../../toolClass";
let token = wx.getStorageSync(tokenKey) ? wx.getStorageSync(tokenKey) : ''
let token = wx.getStorageSync(tokenKey) ? wx.getStorageSync(tokenKey) : '';
const ugcApi = {
  // 获取商品点赞Topic
  getProductLikesTopic(data) {