小程序
小游戏
企业微信
微信支付
扫描小程序码分享
您们好!
实属无奈,QQ小程序没有地方反馈,想来这里问问各位有没有遇到这个问题
今天我发布的审核的时候弹出一个框框,说我《校验调用内容安全接口失敗》,但其实我是用了微信的api呀,而且就算我有没有人他没有测试怎么知道呀,~~~~~~~~~~~~~~~~~~~~,请问有用过qq小程序的大佬知道怎么解决吗?谢谢。
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
QQ小程序在这里反馈没用的,这个是微信小程序的地盘
QQ小程序可以通过邮箱反馈,不过需要一堆资料,还要公司银行和对公账户,懒得搞
你看看吧
qq-miniprogram@tencent.com
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
import json import requests url = "https://api.q.qq.com/api/json/security/MsgSecCheck" headers = { "Content-Type": "application/json", } data = { "access_token": "***", "appid": "****", "content": "hello world!", } resp = requests.post(url, headers=headers, data=json.dumps(data)) print(resp.content.decode("utf-8"))
楼主,解决了吗?这个是什么
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
QQ小程序在这里反馈没用的,这个是微信小程序的地盘
QQ小程序可以通过邮箱反馈,不过需要一堆资料,还要公司银行和对公账户,懒得搞
你看看吧
qq-miniprogram@tencent.com
import json import requests url = "https://api.q.qq.com/api/json/security/MsgSecCheck" headers = { "Content-Type": "application/json", } data = { "access_token": "***", "appid": "****", "content": "hello world!", } resp = requests.post(url, headers=headers, data=json.dumps(data)) print(resp.content.decode("utf-8"))
楼主,解决了吗?这个是什么