Browse Source

重复了.

Roc 7 years ago
parent
commit
792fb99dc0
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/Essensoft.AspNetCore.Payment.WeChatPay/WeChatPayClient.cs

+ 0 - 9
src/Essensoft.AspNetCore.Payment.WeChatPay/WeChatPayClient.cs

@@ -212,15 +212,6 @@ namespace Essensoft.AspNetCore.Payment.WeChatPay
 
                 sortedTxtParams.Add(workwx_sign, WeChatPaySignature.SignWithSecret(sortedTxtParams, options.Secret, sign_list));
             }
-            else if (request is WeChatPayQueryWorkWxRedPackRequest)
-            {
-                if (string.IsNullOrEmpty(sortedTxtParams.GetValue(appid)))
-                {
-                    sortedTxtParams.Add(appid, options.AppId);
-                }
-
-                sortedTxtParams.Add(mch_id, options.MchId);
-            }
             else if (request is WeChatPayPayWwSpTrans2PockeRequest)
             {
                 if (string.IsNullOrEmpty(sortedTxtParams.GetValue(appid)))