- 请求后台服务传递的参数经常为null
wx.request({ url: fullUrl, data: params, method: httpMethod, header: { "content-type": "application/x-www-form-urlencoded", 'PlatForm': config.platform, 'PlatFormDesc': config.platformDesc, 'Token': token, }, 通过这个方法,post参数, data: params偶发性的为空,token也会偶发性的为空, 后台是c#的,会报异常 2019-07-05 16:32:22,665 [12] ERROR LoHas.Logger - 异常 ---> signs->setMomentTimes System.ArgumentException: 对于“LoHas.Web.Api.Areas.Api.Controllers.SignsController”中方法“System.Web.Mvc.ActionResult setMomentTimes(Int32, LoHas.Model.SignInfoModel, System.String)”的不可以为 null 的类型“System.Int32”的参数“signId”,参数字典包含一个 null 项。可选参数必须为引用类型、可以为 null 的类型或声明为可选参数。 参数名: parameters
2019-07-05 - 请问一下为什么取不到组件的高
[图片] 代码片段:https://developers.weixin.qq.com/s/0hFtrmmt7i9w
2019-06-24 - 在组件中调用wx.createSelectorQuery().为null
onEditorReady() { const that = this; wx.createSelectorQuery().select('#editor').context(function (res) { that.editorCtx = res.context; res.context.setContents({ html: that.data.value }) }).exec() }, imageOnLoad: function(e) { var that = this; wx.createSelectorQuery().in(this).select(".classTaskDetail").boundingClientRect(function(e) { if (e) { that.setData({ height: e.height.toFixed(0) }); } }).exec(); }, 请问下怎么才能正确获取,
2019-06-17 - 敏感词检测msg_sec_check 提示47001
\"errcode\":47001,\"errmsg\":\"data format error hint: [eRgjqa0035b464]\"} 我的后台是C#的 请帮我看看,我这个data format 是指传参数的格式,还是什么格式不对啊 string url = "https://api.weixin.qq.com/wxa/msg_sec_check?access_token=" + JsCode2Session(); JObject jsonObject = new JObject(); jsonObject.Add("content", msg); string content = jsonObject.ToString(); string str = HttpHelper.doHttpPost(url, content); JObject jobj = JObject.Parse(str);[图片]
2019-06-17 - 富文本初始值问题
用户分享小程序,从分享的卡片点击进入,第一次打开 自定义的参数丢失 不能正常打开,再点击分享的卡片又正常,这种情况不是必然出现的。现在这种情况出现的频率还比较高 [图片] 这个就是官方的demo 都是这样的问题
2019-06-04 - 广告的bindload不是每次广告显示都调用
广告的bindload不是每次广告显示都调用
2018-10-28 - 关于转发参数丢失问题
用户分享小程序,从分享的卡片点击进入,第一次打开 自定义的参数丢失 不能正常打开,再点击分享的卡片又正常,这种情况不是必然出现的。现在这种情况出现的频率还比较高
2018-10-28