迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
获取会员名这个post参数格式对吗?不对的话是哪种格式
test() { const t = new Date().getTime(); const query = { v: 2, appid: 1, signature: md5('1PHPCMF929D189F05276' + t), timestamp: t, s: 'member', c:'login' }; const parmas = { is_ajax: 1, username: 'test', password: 'test' }; this.$http.post(`/index.php?${this.obj2strUrl(query)}`, parmas).then((data) => { console.log(data) }).catch(() => { }); },
headers: { 'Content-Type': 'application/x-www-form-urlencoded', },
test() { const t = new Date().getTime(); const query = { v: 2, appid: 1, signature: md5('1PHPCMF929D189F05276' + t), timestamp: t, s: 'member', c:'login' }; var postParams = "is_ajax=1&data[username]=test&data[password]=test"; this.$http.post(`/index.php?${this.obj2strUrl(query)}`, postParams).then((data) => { console.log(data) }).catch(() => { }); },
不含 {} ,ba
写了N种格式,请求成功,但是返回没有会员信息,唉
你这个请求客户端是什么呢,安卓,苹果,还是小程序?
这是我的代码
官方插件技术-罗老师 $http.post跟ajax一样的原理
这个请求结果有返回,就是member为空,数据不对,你们说post参数格式不对,所以想看下你们你们要求到底哪种格式呢?