huangchundi 1 天之前
父節點
當前提交
825c86b2f7
共有 1 個文件被更改,包括 0 次插入2 次删除
  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{