明显恶意投诉的,我也被投诉了
小程序被恶意投诉下架,描述原因无实质服务内容与我小程序不符,申述被驳回?小程序(appid=wxb6f13bc428cbfd6c)站内信的截图如下,理由是无实服务内容,已按照《微信小程序平台运营规范》配合官方积极整改,丰富了简介等信息。小程序内每个功能都有文字描述,功能也一切正常,现在只是部分功能还在开发中,麻烦管理解封一下,若仍有做得不到位的地方,请多多指教![图片]
2023-12-20如题,这样子应该怎么搞啊,求求了
openapi.security.msgSecCheck 使用不成功,一直提示正确,怎么办?const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) => { try { const result = await cloud.openapi.security.msgSecCheck({ "openid": 'o5EaQ5eM6RWreXTqCGmB8aRrFJVk', "scene": 1, "version": 2, "content": event.content }) return result } catch (err) { return err } }微信端 wx.cloud.callFunction({ name: 'contentcheck', data: { content: "sh" } }).then((res) => { console.log(res) if (res.result.code == "200") { //检测通过 console.log('监测通过') } else { //执行不通过 wx.showToast({ title: '包含敏感字哦。', icon: 'none', duration: 3000 }) } })
2021-11-25