wangshan 3 năm trước cách đây
mục cha
commit
37ed714f7a

+ 1 - 1
src/jfw/modules/publicapply/src/adLeague/service/service.go

@@ -48,7 +48,7 @@ func (this *Ad) AdL(typ string) {
 		}
 		defer res.Body.Close()
 		bs, _ := ioutil.ReadAll(res.Body)
-		log.Println("返回内容:" + string(bs))
+		// log.Println("返回内容:" + string(bs))
 		if len(bs) > 0 {
 			resMap := map[string]interface{}{}
 			err = json.Unmarshal([]byte(bs), &resMap)