index.html 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8">
  5. <style type="text/css">
  6. <!--
  7. @import url(md.css);
  8. -->
  9. </style>
  10. </head>
  11. <body>
  12. <h2>SAAS 企业端的接口文档</h2>
  13. <ol>
  14. <li><p><a href="common.html">通 用</a></p></li>
  15. <li><p><a href="User_Account.html">用户 注册 / 登录</a></p></li>
  16. <li><p><a href="company.html">企业资料 / 联系人 / 邮递</a></p></li>
  17. <li><p><a href="city_plan.html">城市方案</a></p></li>
  18. <li><p><a href="shebao_plan.html">员工参缴方案列表 / 修改员工方案 / 快捷设置参缴状态 / 代缴及状态列表</a></p></li>
  19. <li><p><a href="shebao_plan_import.html">导入员工参缴方案</a></p></li>
  20. <li><p><a href="calc_task.html">发起 ( 补缴 ) 数据计算 / 查看 / 导出计算结果数据 / 设置成存档或代缴 / 历史补缴列表</a></p></li>
  21. <li><p><a href="infile.html">查看存档数据 / 导出存档数据</a></p></li>
  22. <li><p><a href="he_dev.html">企业平台开发文档</a></p></li>
  23. <li><p><a href="ho_dev.html">运营后台开发文档</a></p></li>
  24. </ol>
  25. </body>
  26. </html>