fix(partner): 修正微信选图 JSSDK 签名 URL 含 query 参数
录店页 ?step= 变化时重新 wx.config,微信内上传仅走 chooseImage 接口。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -71,6 +71,7 @@ async function reportChooseImageEvent(
|
||||
sourceType: payload.sourceType,
|
||||
stage: payload.stage,
|
||||
pageUrl: typeof window !== 'undefined' ? normalizeJssdkPageUrl(window.location.href) : undefined,
|
||||
signUrl: typeof window !== 'undefined' ? getJssdkSignUrl() : undefined,
|
||||
}),
|
||||
});
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user