Ver Fonte

feed: 测试配方下发2

Yi há 1 ano atrás
pai
commit
2cad9bf1b0
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      model/group_pasture.go

+ 2 - 0
model/group_pasture.go

@@ -194,6 +194,8 @@ func (p *PastureClient) GetToken() error {
 	if err != nil {
 		return xerr.WithStack(err)
 	}
+
+	fmt.Println("===body==========", string(b))
 	req, err := http.NewRequest(http.MethodPost, url, bytes.NewReader(b))
 	if err != nil {
 		zaplog.Error("PastureClient", zap.Any("GetToken", err))