@@ -11,7 +11,7 @@ export default (options) => {
// 保存分享表
const url = GET_SHARE_API(eventType) + '/' + options.targetId
- fetch({ url, showToast: false }).catch((err) => console.error(err))
+ fetch({ url, method: 'POST', showToast: false }).catch((err) => console.error(err))
track({
event: 'share',