|
|
@@ -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)))
|