- 微信支付云开发退款接口,cloud.cloudPay.refund报错?
这个是退款接口的调用: await cloud.cloudPay.refund(refundRequest); refundRequest = {"nonce_str":"15D55664A85FC7A3A28D3C1C2D51B3AA","sub_mch_id":"1601738675","transaction_id":"4200000590202008085608043077","out_trade_no":"5ddc1fbd5f2ea08e003bd92469f17958","out_refund_no":"5ddc1fbd5f2ea08e003bd92469f17958507ca9577c0405917450f3dd14a6ffca","total_fee":1,"refund_fee":1} 请求后报错: [图片] 这个商户id的退款api是已经授权了的 [图片]
2020-08-16 - open-type="getPhoneNumber",授权过程中,点击使用其他手机号,再也无法弹窗
复现路径: 点击手机号授权按钮---》弹出手机号授权弹窗-》点击‘使用其他手机号’,跳转手机号授权页-》返回按钮页-》ios左滑返回聊天界面-》再进小程序点击授权手机号按钮,就永远出不了手机号授权弹窗。 除非小程序删掉历史记录冷启动 代码片段如下: <seal-button wx:if="{{true}}" color="primary" open-type="getPhoneNumber" bind:getphonenumber="getPhoneNumber"> </seal-button> seal-botton组件里代码: <button open-type="{{ openType }}" bind:click="handleClick" bind:getuserinfo="handleGetUserInfo" bind:contact="handleContact" bind:getphonenumber="handleGetPhoneNumber" bind:error="handleError" bind:opensetting="handleOpenSetting" bind:launchapp="handleLaunchApp" > <slot name="start"></slot> <seal-loading wx:if="{{ loading }}" ext-class="seal-button--loading" type="spinner"></seal-loading> <slot></slot> <slot name="end"></slot> </button>
2019-12-13 - 华为P20手机打不开小程序,报错:运行环境加载失败 1,4
安卓华为P20 同样的wifi条件,iphone和小米都没出现类似情况 (手机是新的,内存足够), 微信号:szjctest03 报错:运行环境加载失败 1,4 微信版本:7.0.8 试了清缓存、重启,都打不开小程序(真机调试、预览、体验版都不行) [图片]
2019-11-26