绿满眶商城微信小程序-uniapp
zxl
2 天以前 883630c60e9a941d6cf721cfb4b9160ab406a7dd
api/userAction.js
@@ -30,4 +30,16 @@
   data:data
  });
}
/**
 * 分享和点击分享
 *
 * @param params
 */
 export function userShare(data) {
  return http.request({
    url: "/lmk/action-record/share",
    method: Method.POST,
    needToken: true,
   data:data
  });
}