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