feat(app): update
This commit is contained in:
@ -280,7 +280,7 @@ func (client *WxPayClient) CheckRefundNotifySign(request *http.Request) (*WxRefu
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
content := new(map[string]interface{})
|
||||
content := new(map[string]any)
|
||||
notifyReq, err := handler.ParseNotifyRequest(context.Background(), request, &content)
|
||||
// 如果验签未通过,或者解密失败
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user