Browse Source

feed: 测试配方下发2

Yi 1 năm trước cách đây
mục cha
commit
2cad9bf1b0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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))