看一下小程序后台
由于小程序违规支付功能暂时无法使用?微信小程序支付显示违规,登录上去微信支付消息那里又没有消息,新开的微信商户号,订单path那些都设置了
03-14[图片]icons
一直显示app.json不正确,我写了好几个程序都是这样。为什么?{ "pages": [ "pages/home/index", "pages/book-list/index", "pages/book-detail/index", "pages/sell-book/index", "pages/cart/index", "pages/order/index", "pages/profile/index", "pages/location/index" ], "windowBackgroundTextStyle": "light", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "navigationBarTitleText": "Book Bazaar", "backgroundColor": "#eeeeee", "backgroundTextStyle": "light", "tabBar": { "color": "#8a8a8a", "selectedColor": "#ff5a5a", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/home/index", "text": "首页", "iconPath": "resources/icon/home.png", "selectedIconPath": "resources/icon/home-active.png" }, { "pagePath": "pages/cart/index", "text": "购物车", "iconPath": "resources/icon/cart.png", "selectedIconPath": "resources/icon/cart-active.png" }, { "pagePath": "pages/profile/index", "text": "我的", "iconPath": "resources/icon/mine.png", "selectedIconPath": "resources/icon/mine-active.png" } ] } } [ app.json 文件内容错误] app.json: ["tabBar"]["list"][0]["iconPath"]: "resources/icon/home.png" not found ["tabBar"]["list"][0]["selectedIconPath"]: "resources/icon/home-active.png" not found ["tabBar"]["list"][1]["iconPath"]: "resources/icon/cart.png" not found ["tabBar"]["list"][1]["selectedIconPath"]: "resources/icon/cart-active.png" not found ["tabBar"]["list"][2]["iconPath"]: "resources/icon/mine.png" not found ["tabBar"]["list"][2]["selectedIconPath"]: "resources/icon/mine-active.png" not found(env: Windows,mp,1.06.2412050; lib: 3.7.11) 这个是说我这些地方错了 [图片]所有东西我都有,不知道哪里错了。
03-14关注公众号时候会返回openid和unionid,通过unionid匹配用户就可以了
微信OAuth2.0授权登录能否拿到已绑定公众号的openid?微信OAuth2.0授权登录机制,我方系统的登录页通过开放平台的网站应用来让微信用户扫码登录,服务端拿到的openid是微信用户在微信开放平台的unionid,但我需要拿到微信用户的公众号的openid,因为微信开放平台已经绑定了微信公众号,微信开放平台和微信公众号都同属一个主体,并且该微信用户已经关注了微信公众号,此时微信用户在网页进行微信扫码登录时,能否拿到微信公众号的openid?急急急!!!
03-14https://mp.weixin.qq.com/ [图片]
请问这个怎么注销?找不到地方点注销 [图片]
03-11检查一下用的是不是公众号token,如果是的话是不是已认证的服务号
调用/cgi-bin/message/mass/send接口返回48001?https://api.weixin.qq.com/cgi-bin/message/mass/send,返回{"errcode": 48001,"errmsg": "api unauthorized rid: 67cfd7a3-79b6c0f9-3ff52ae9"} }
03-11代码审核通过之后发布就结束了
我的微信小程序代码发布已经通过了,下一步是什么?我的微信小程序代码发布已经通过了,下一个审核是不是管局???已经差不多十天了,中间重新提交了一次。有没有好心人帮我解答一下啊,谢谢你。
03-07https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/order-shipping/order-shipping.html#%E4%B8%80%E3%80%81%E5%8F%91%E8%B4%A7%E4%BF%A1%E6%81%AF%E5%BD%95%E5%85%A5%E6%8E%A5%E5%8F%A3
https://developers.weixin.qq.com/miniprogram/produhttps://developers.weixin.qq.com/miniprogram/product/jiaoyilei/yunyingguifan.html 接入发货功能的接口在哪里
2024-12-13点底部的申请恢复,没有其他渠道
http://www.wonderflower.net 无法确认该网页的安全性,请谨慎访问?http://www.wonderflower.net 网站微信访问/扫码出现:无法确认该网页的安全性,请谨慎访问。请删除拦截,我司网站是展示产品,介绍公司内容 [图片]
2024-12-13检查获取code的appid和请求接口的appid是否一致
invalid code, rid: 675aad92-1b55031d-766d3a2ahttps://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.html 都检查过了 为啥还是一直报code无效
2024-12-12检查一下token是不是微信小店的
调用微信小店下获取订单列表API返回48001(没有权限)。联系了腾讯客服人员,未找到接口授权入口。调用接口信息如下: https://developers.weixin.qq.com/doc/store/API/order/list_get.html 返回结果: { "errcode": 48001, "errmsg": "api unauthorized rid: 675aa467-495d0c86-407bea05" }
2024-12-12