切换主体
This commit is contained in:
parent
5db078e26a
commit
4ec1809383
|
|
@ -73,7 +73,7 @@ func (w *BankMultiActivityImpl) Notify(ctx context.Context, mchId string, header
|
||||||
|
|
||||||
var plainText bo.PlainText
|
var plainText bo.PlainText
|
||||||
if err = json.Unmarshal([]byte(decodeBodyStr), &plainText); err != nil {
|
if err = json.Unmarshal([]byte(decodeBodyStr), &plainText); err != nil {
|
||||||
return nil, err
|
return nil, fmt.Errorf("plainText json.Unmarshal error: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return &bo.WechatVoucherNotifyBo{
|
return &bo.WechatVoucherNotifyBo{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue