fix
This commit is contained in:
parent
234f8399ab
commit
27c571e4a6
|
@ -1,6 +1,8 @@
|
|||
package handler
|
||||
|
||||
import (
|
||||
"github.com/zeromicro/go-zero/core/logx"
|
||||
"io"
|
||||
"net/http"
|
||||
"reflect"
|
||||
|
||||
|
@ -13,7 +15,8 @@ import (
|
|||
|
||||
func RenderNotifyHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
b,_ := io.ReadAll(r.Body)
|
||||
logx.Info("渲染回调数据:",string(b))
|
||||
var req types.RenderNotifyReq
|
||||
userinfo, err := basic.RequestParse(w, r, svcCtx, &req)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user