迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
做微信小程序留言,请求方式method 为post的时候,success里面打印提示msg: "禁止提交,请检查提交地址是否有误" 帮忙看下怎么回事呢 谢谢
插件版权:官方插件插件名称:API接口
插件教程:https://www.xunruicms.com/doc/app-361.html
需要是表单的地址
可以了,以下格式 一个都不能错了 🙄 感谢你的帮助
uni.request({ url: "xxx/index.php?v=1&appid=1&appsecret=xxx&s=form&c=liuyan&m=post", method: 'post', data: { "data[title]": that.formName, "data[gender]": that.is_gender, "data[author]": that.formTel, }, header: { 'Content-Type': 'application/x-www-form-urlencoded', }, success:function(pp){ console.log(44, pp) } })