## Opt - 浏览器微信支付

This commit is contained in:
sangelxiu1 2025-07-05 11:11:35 +08:00 committed by cabbage
parent b86ac6c632
commit 815d0f8a0a
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ public class JdPayServiceImpl implements IJdPayService {
.tradeType(tradeType) .tradeType(tradeType)
// 交易场景ONLINE_APP线上移动端 ONLINE_PC:线上PC // 交易场景ONLINE_APP线上移动端 ONLINE_PC:线上PC
.sceneType(sceneType) .sceneType(sceneType)
.accessType("MINIAPP")
.build(); .build();