## Opt - 浏览器微信支付
This commit is contained in:
parent
7b68c4bb0c
commit
945a2cef0f
|
@ -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