huangchundi il y a 1 jour
Parent
commit
825c86b2f7
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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{