wangchuanjin il y a 1 an
Parent
commit
2d53e5109e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      api/internal/service/network.go

+ 1 - 0
api/internal/service/network.go

@@ -579,6 +579,7 @@ func (n *network) List(in *types.NetWorkListReq) *types.Reply {
 	}
 	return &types.Reply{
 		Data: map[string]interface{}{
+			"count":            length,
 			"total_page":       total_page,
 			"firstparty_count": firstparty_count,
 			"supplier_count":   supplier_count,