- 发送客服消息 返回1019 状态?
{"code":1019,"errcode":1019,"errmsg":"Mp Verify Token Error, please check the doc.","rid":"a6210174"}。 机器人ID solve783d6。
04-24 - 微信对话开发平台配置了回调地址 ,但是没收到回调?
[图片]
04-22 - 微信小程序支付 V3 一定要配置授权域名吗?
现在支付没有问题能正常支付,但是收不到回调
2023-08-29 - wx.getLocation 失败?
我是用uniapp 开发的小程序。wx.getLocation 权限已经开通。前段时间还是好的今天发现 一直失败,不知道是什么问题。但是基础库切换到2.32.2是正常的[图片]
2023-08-16 - button 设置边距后 文字内容不居中。
直接上代码了。 运行结果是文字偏下。这是为什么呢。如果不设置 边距(margin: 10rpx;)就是正常的。 <view class='main_view'> <view class='query_view'> <input class='query_input'></input> <button class='query_btn'>查询</button> </view> </view> .query_view{ height: 100rpx; display: flex; background-color: #ff00ff; } .query_input { margin: 10rpx; width: 50%; height: auto; align-content: center; background-color: #ededed; } .query_btn { width: 20%; margin: 10rpx; }
2018-02-02