Giter VIP home page Giter VIP logo

h5tomin's Introduction

2022 年 4 月 11 日起 小程序自 2022 年 4 月 11 日起,URL Scheme 和 URL Link (以下统称为 “链接” )接口能力进行了调整,调整后本项目的游览器打开小程序将无法使用,用户访问的链接必须由接口返回

更具新新规则给出如下三种方法

  1. 先生成好URL Scheme 或 URL Link 然后每个用户发一条(一天限制50万条)
  2. 后端先生成好一个唯一标识发给用户 然后通过这个唯一标识去做校验 返回URL Scheme 或 URL Link(可以保证五十万用户打开)(微信方案1:每个用户发送不同链接) 这两个方案可以 防止刷接口
  3. 前端做游览器缓存(可能会被刷接口)(微信方案2:每个用户发送相同链接)

H5ToMinWechat.html 中的微信中打开可以继续使用

后面有时间本项目会实现方法3

h5tomin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

h5tomin's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.