## Opt - 浏览器微信支付
This commit is contained in:
parent
b86ac6c632
commit
815d0f8a0a
|
|
@ -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();
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue