- JSAPI下单添加【profit_sharing】分账参数后,调用提示签名错误?
<xml> <appid><![CDATA[wx41c2719665ecf380]]></appid> <attach><![CDATA[20240424091635线上订单]]></attach> <body><![CDATA[20240424091635线上订单]]></body> <mch_id><![CDATA[1642079563]]></mch_id> <nonce_str><![CDATA[1E288C684DD7808604595888687D766A]]></nonce_str> <notify_url><![CDATA[https://localhost:44325/Mobile/PayNotify]]></notify_url> <openid><![CDATA[oo7ga5PHL4YgIJT69HnOzjsGBBJ8]]></openid> <out_trade_no><![CDATA[xcx202404240916356773]]></out_trade_no> <profit_sharing><![CDATA[Y]]></profit_sharing> <sign_type><![CDATA[HMAC-SHA256]]></sign_type> <spbill_create_ip><![CDATA[61.50.221.43]]></spbill_create_ip> <total_fee><![CDATA[990]]></total_fee> <trade_type><![CDATA[JSAPI]]></trade_type> <sign>CFA232AD8514040A1C2209156EBBB395C8BA220940CC8975287032978CECB764</sign> </xml> https://pay.weixin.qq.com/wiki/doc/api/jsapi_sl.php?chapter=20_1 签名校验就过不去了 不加profit_sharing和sign_type 签名校验就可以过去 可以正常调起支付 实在想不到应该怎么弄 有大神可以指导一下吗?
04-24 - wx.startLocationUpdateBackground在锁屏状态下不运行
wx.startLocationUpdateBackground在锁屏状态下不运行所有的权限都给了微信了
2022-10-03 - nfc写入bug
https://developers.weixin.qq.com/miniprogram/dev/api/device/nfc/Ndef.writeNdefMessage.html 文档里三个只有uris能输入 现在还是懵的 uris texts records 试了好几次 只有uris能行
2022-09-29 - offDiscovered无法取消监听?
offDiscovered加onDiscovered的callback和不加直接offDiscovered() 都没用 A页面startDiscovery然后onDiscovered 退出A页面时offDiscovered然后stopDiscovery进入B页面startDiscovery然后onDiscovered仍旧会调用A页面时的监听
2022-09-16