123456789101112131415161718192021222324252627282930313233343536 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Document</title>
- <style>
- li {
- padding: 20px 10px;
- }
- </style>
- </head>
- <body>
- <ul>
- <li>
- <a
- 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"
- >/super_cloud/main</a
- >
- </li>
- <li>
- <a
- 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"
- >/merge_cloud/main</a
- >
- </li>
- <li>
- <a
- 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"
- >/merge_cloud/huarong</a
- >
- </li>
- </ul>
- </body>
- </html>
|