8000 同步swagger 每次同步结果不同 · Issue #71 · easy-mock/easy-mock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

同步swagger 每次同步结果不同 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hooklife opened this issue Sep 19, 2017 · 2 comments
Closed

同步swagger 每次同步结果不同 #71

hooklife opened this issue Sep 19, 2017 · 2 comments
Labels

Comments

@hooklife
Copy link
hooklife commented Sep 19, 2017

OS / Browser Version

deepin/chrome

同步swagger 每次点击同步后 结果不同
点一下同步之后随便查看一个接口

{
  "total_trading_money": "ullamco ex sed",
  "lends": [
    {
      "id": -43566723,
      "title": "eiusmod cupidatat fugiat Duis enim",
      "interest": "sit est ut",
      "deadline": "consequat ea",
      "deadline_unit": "nisi",
      "remaining_money": "labore proident consectetur dolore"
    }
  ]
}

再点击同步然后访问同一个接口,返回数据
{}

再次点击同步后,返回正确数据

{
  "total_trading_money": "irure reprehenderit",
  "lends": [
    {
      "id": -9699194,
      "title": "quis aliquip dolore officia",
      "interest": "adipisicing in magna fug",
      "deadline": "qui in",
      "deadline_unit": "ex sint Excepteur",
      "remaining_money": "nisi"
    },...
  ],
  "banners": [
    {
      "id": 2582976,
      "link": "dolor culpa cupidatat ea adipisicing",
      "title": "quis aliquip culpa",
      "url": "dolore minim",
      "desc": "velit"
    },
   ...
  ]
}

这是什么原因造成的,环境为 https://www.easy-mock.com/

@chuangker
Copy link
Contributor

方便的话,将 Swagger 的 JSON 数据放到 Easy Mock 上,然后附上链接。

@hooklife
Copy link
Author
hooklife commented Sep 19, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0