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