index.html 1.5 KB

123456789101112131415161718192021222324252627
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <title>接口首页</title>
  5. <meta name="renderer" content="webkit|ie-comp|ie-stand">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  8. </head>
  9. <body>
  10. <style>
  11. a:link {
  12. display:block;
  13. text-decoration:none;
  14. margin-top:8px;
  15. }
  16. </style>
  17. <div>---【快来优】-------------------------------------------------</div>
  18. <a href="javascript:location.href='klyUnitTestWorker.html?t='+(new Date()).getTime();" >快来优会员侧接口页面</a>
  19. <a href="javascript:location.href='klyUnitTestTrader.html?t='+(new Date()).getTime();" >快来优商家侧接口页面</a>
  20. <a href="javascript:location.href='klyUnitTestTrader2.html?t='+(new Date()).getTime();" >快来优现场经理侧接口页面</a>
  21. <a href="javascript:location.href='klyUnitTestPlat.html?t='+(new Date()).getTime();" >快来优PC平台侧接口页面</a>
  22. <br/>
  23. <div>----【优信聘】------------------------------------------------</div>
  24. <a href="javascript:location.href='yxpUnitTestAPP.html?t='+(new Date()).getTime();" >优信聘APP侧接口页面</a>
  25. <a href="javascript:location.href='yxpUnitTestPlat.html?t='+(new Date()).getTime();" >优信聘PC侧接口页面</a>
  26. </body>
  27. </html>