entry.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>Document</title>
  8. <style>
  9. li {
  10. padding: 20px 10px;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <ul>
  16. <li>
  17. <a
  18. href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23c14df881a4edea&redirect_uri=https%3A%2F%2Fwx.palmnest.com%2Fsuper_cloud%2Fapi%2Fwechat%2Ffront%2Fauth2%3FredirectUrl%3Dhttps%3A%2F%2Fwx.palmnest.com%2Fsuper_cloud%2Fwx%2Fmain&response_type=code&scope=snsapi_base&state=56#wechat_redirect"
  19. >/super_cloud/main</a
  20. >
  21. </li>
  22. <li>
  23. <a
  24. href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23c14df881a4edea&redirect_uri=https%3A%2F%2Fwx.palmnest.com%2Fmerge_cloud%2Fapi%2Fwechat%2Ffront%2Fauth2%3FredirectUrl%3Dhttps%3A%2F%2Fwx.palmnest.com%2Fmerge_cloud%2Fwx%2Fmain&response_type=code&scope=snsapi_base&state=56#wechat_redirect"
  25. >/merge_cloud/main</a
  26. >
  27. </li>
  28. <li>
  29. <a
  30. href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23c14df881a4edea&redirect_uri=https%3A%2F%2Fwx.palmnest.com%2Fmerge_cloud%2Fapi%2Fwechat%2Ffront%2Fauth2%3FredirectUrl%3Dhttps%3A%2F%2Fwx.palmnest.com%2Fmerge_cloud%2Fwx%2Fhuarong&response_type=code&scope=snsapi_base&state=56#wechat_redirect"
  31. >/merge_cloud/huarong</a
  32. >
  33. </li>
  34. </ul>
  35. </body>
  36. </html>