feat(app): update

This commit is contained in:
Yangtao
2025-11-19 14:24:13 +08:00
parent 1eac66d7fd
commit 0c34585649
329 changed files with 10760 additions and 281 deletions

View File

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