fix(partner): 修正微信选图 JSSDK 签名 URL 含 query 参数

录店页 ?step= 变化时重新 wx.config,微信内上传仅走 chooseImage 接口。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-12 16:24:42 +08:00
parent 656e906254
commit 076455944e
4 changed files with 54 additions and 68 deletions
+1
View File
@@ -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 {