huangchundi 1 dienu atpakaļ
vecāks
revīzija
825c86b2f7
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      controllers/api/CommunityListController.go

+ 0 - 2
controllers/api/CommunityListController.go

@@ -100,8 +100,6 @@ func (c *CommunityListController) GetExternalCommunityList() {
 
 	// 遍历列表
 	for _, item := range externalResp.Data.List {
-		fmt.Printf("用户: %s, 用户名: %s, 销售额: %s\n",
-			item.UserID, item.Username, item.Sales)
 
 		// 取 count
 		info := &services.CommunityInfo{