cup 2 ani în urmă
părinte
comite
e29c3d46a6

+ 2 - 2
mp-service/src/main/java/com/qs/mp/pay/service/impl/WalletServiceImpl.java

@@ -299,8 +299,8 @@ public class WalletServiceImpl implements IWalletService {
       sendData.put("shop_no", channelPayShopNo);
       sendData.put("sign",channelPaySign);
     } else {
-      sendData.put("shop_no", userPayShopNo);
-      sendData.put("sign",userPaySign);
+      sendData.put("shop_no", msdqPayShopNo);
+      sendData.put("sign", msdqPaySign);
     }
     sendData.put("timestamp",System.currentTimeMillis());
     sendData.put("order_no",payOrder.getOrderId());