你好,为了保持社区良好的氛围,请勿发和社区无关的帖子,此贴先隐藏,感谢配合。
发大财?发大财 [图片] [图片] [图片]
2020-10-04你好,请确保回调地址的可用性哈,post请求后需要正常返回success字符串哈,请你检查后重试,详情请参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/component_verify_ticket.html,如有问题再及时反馈哈。 [图片]
微信开放平台的第三方平台 消息与事件接收不到推送?appid:wx50cf20501d638dba 消息与事件接收url:http://2443u06p21.wicp.vip/wx/event/$APPID$/callback
2020-10-04你好,服务商入驻的入口可以点击右上角头像-切换账号-创建新的企业主页来完成哈 [图片]
这个服务商入驻的入口找不到了?[图片] 入驻服务平台的入口找不到了,请问是关闭了吗
2020-09-30你好,快速创建小程序的接口暂时不支持注册境外主体小程序。
香港企业注册小程序账号相关问题一个香港客户,他的企业已经注册了。在香港相关网站上也可以正常查询到。 我们通过微信开放平台提交小程序注册,但是一直报错:enterprise code invalid rid: 5f731938-036f906d-12cfaff9 填写的信息也是没有错误的,看了开放平台说是: 89255 enterprise code invalidcode参数无效,请检查code长度以及内容是否正确 ;注意code_type的值不同需要传的code长度不一样 香港的营业执照上的位数只有7位。请问能否通过快速注册接口来注册香港的企业。
2020-09-30你好,麻烦提供一下第三方平台appid哈
授权事件接收URL收不到微信服务器推送的component_verify_ticket?授权事件接收URL收不到微信服务器推送的component_verify_ticket,这个要怎么解决?
2020-09-30你好,麻烦提供一下接口报错返回的rid哈
组合模板并添加到个人模板库报错?调用 :https://api.weixin.qq.com/cgi-bin/wxopen/template/add?接口报错,template num exceeds limit 45026 AppID:wxd5dace94df873b6b 实际上这个小程序模板中一个模板也没有添加,但用https://api.weixin.qq.com/cgi-bin/wxopen/template/library/list 会有如下模板出现? { "errcode": 0, "errmsg": "ok", "list": [ { "id": "AT0002", "title": "购买成功通知" }, { "id": "AT0003", "title": "购买失败通知" }, { "id": "AT0004", "title": "交易提醒" }, { "id": "AT0005", "title": "付款成功通知" }, { "id": "AT0006", "title": "付款失败通知" }, { "id": "AT0007", "title": "订单发货提醒" }, { "id": "AT0008", "title": "待付款提醒" }, { "id": "AT0009", "title": "订单支付成功通知" }, { "id": "AT0010", "title": "订单支付失败通知" }, { "id": "AT0011", "title": "酒店预订成功通知" }, { "id": "AT0012", "title": "酒店预订失败通知" }, { "id": "AT0013", "title": "机票预订成功通知" }, { "id": "AT0014", "title": "机票预订失败通知" }, { "id": "AT0015", "title": "航班延误提醒" }, { "id": "AT0016", "title": "充值成功通知" }, { "id": "AT0017", "title": "充值失败通知" }, { "id": "AT0018", "title": "火车票预订成功通知" }, { "id": "AT0019", "title": "火车票预订失败通知" }, { "id": "AT0020", "title": "取票成功通知" }, { "id": "AT0021", "title": "续费成功通知" } ], "total_count": 3237
2020-09-30你好,返回0说明没有加急次数,可通过发邮件的形式申请临时加急额度,详情请查看:https://developers.weixin.qq.com/community/minihome/doc/000228610c8d702b5d5a4116d51801?blockType=99
我们第三方平台调用查询服务商的当月提审限额和加急次数接口返回当月分配加急次数一直为0呢?[图片] 第三方平台APPID:wxd1b750ded4d2bb68 请帮我查一下,感谢~
2020-09-30你好,授权注册页面中redirect_uri必填,请按照接口文档正确填写参数后重试,如有问题请及时反馈。 接口请查看:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Authorization_Process_Technical_Description.html
微信开放平台 授权入口页所在域名?请确认授权入口页所在域名,与授权后回调页所在域名相同,并且,此两者都必须与申请第三方平台时填写的授权发起页域名相同。授权入口页所在域名:www.xiaochengxu2019.com,有问题 [图片] APPID wx5f3726e4a21fdf8b
2020-09-29你好,当时系统有些不稳定,请重试。如果后续有问题请及时反馈哈
用第三方平台调用上传小程序代码接口出现-206,是什么原因?用第三方平台调用上传小程序代码接口出现-206 文档地址:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/code/commit.html {"errcode"=>-206, "errmsg"=>" rid: 5f699612-15cc7b11-72acf638"}
2020-09-29你好,可以通过检查下该公众号/小程序是否已经给第三方平台授予了该接口对应的权限集。可通过调用api_get_authorizer_info接口查询,返回的func_info中是否包含了对应的权限id 补充1,api_get_authorizer_info接口文档请查看:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/api/api_get_authorizer_info.html 补充2,权限集说明文档请参考:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Before_Develop/third_party_authority_instructions.html
用户个人小程序授权到第三方平台上,用户显示已经授权了,但是在三方平台上无法看到是否可以授权上?[图片][图片][图片][图片] 小程序名称:房产婚姻交通劳动刑事王律师 小程序appid:wx6c7429d933bd8264
2020-09-29