# 查询P2P联机搭桥服务器地址

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /software/p2p_server:
    get:
      summary: 查询P2P联机搭桥服务器地址
      deprecated: false
      description: ''
      tags:
        - MSL本体
      parameters:
        - name: User-Agent
          in: header
          description: ''
          example: MSL API Test
          schema:
            type: string
            default: MSL API Test
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apifox-orders: []
              example:
                code: 200
                message: ''
                data:
                  ip: 0.0.0.0
                  port: 7000
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: MSL本体
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/7956474/apis/api-429587265-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
