weixin_menu.txt 497 B

12345678910111213141516
  1. {
  2. "button":[
  3. {
  4. "name":"进入云照护",
  5. "type":"view",
  6. "url":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx2c55f5b7b2f3cb56&redirect_uri=https%3A%2F%2Fzhyzh.gongshu.gov.cn%2Fmedical-care-patient%2Fhome%2Findex&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
  7. },
  8. {
  9. "name":"线上商城",
  10. "type":"miniprogram",
  11. "url":"http://mp.weixin.qq.com",
  12. "appid": "wxd845553a12f84efc",
  13. "pagepath": "pages/index/index"
  14. }
  15. ]
  16. }