- wx.getSystemInfoSync开发者工具和真机获取到的windowHeight不一致?
微信版本8.0.1 基础库版本2.14.4 有2个页面,页面a----windowHeight:812, 页面b-----windowHeight:724 ios真机上获取windowHeight , 操作步骤: 1.页面a 获取windowHeight为812, 2.跳转页面b 获取windowHeight为724, 3.回到页面a 获取windowHeight为724 开发者工具获取windowHeight一直是正常 正确的值
2021-02-01 - 用miniprogram-automator来做小程序自动化,可以通过坐标来做点击操作吗?
因为拦截点击事件时无法获取class属性,只有坐标,自动化时能否用坐标来定位元素?
2020-10-14 - java后台调用统一下单提示:请确认请求参数是否正确total_fee?
我参数 我认为都是对的呢 为什么会提示这个 <?xml version="1.0" encoding="UTF-8" standalone="no"?> <xml> <nonce_str>2WXR0arm6GKBhTpkocgG2i1tXxUAT3X7</nonce_str> <openid>oPR7T5PFjcfgugIu2abQG6ijQGV4</openid> <sign>FC9A06573919D2B449CCD05DD03E9839</sign> <fee_type>CNY</fee_type> <body>xxx-测试商品</body> notify_url>http://wxpay.wxutil.com/pub_v2/pay/notify.v2.php/notify_url> <mch_id>********</mch_id> <spbill_create_ip>123.12.12.110</spbill_create_ip> <out_trade_no>1548692841201908092216295058</out_trade_no> <total_fee>3.01</total_fee> <appid>********</appid> <trade_type>NATIVE</trade_type> <detail>desc</detail> <sign_type>MD5</sign_type> </xml>
2019-08-09