顶,也遇到了类似的问题
如何解决refund:fail missing wxCloudApiToken错误?我在云函数中调用了 cloud.cloudPay.refund 发起退款,然后在自己开发的管理端 App 中通过 OpenAPI 调用该云函数会报这个错:{"errCode": -501007, "errMsg": "refund:fail missing wxCloudApiToken"}。 退款是由管理端发起的,不能从小程序发起,这个问题有什么好的解决方案吗?
2023-04-07咋整,我也碰到了
map组件callout气泡文字显示不正常?map组件动态渲染callout,在微信模拟器上显示没问题,但是在真机上调试气泡上文字内容偶尔显示偶尔不显示,偶尔部分显示。华为meta20,微信版本8.0.16 页面使用代码: <map id="map" :setting="setting" :longitude="longitude" :latitude="latitude" :scale="scale" :markers="markersData" :polyline="polyline" :show-location="true" @regionchange="regionchange" @markertap="markertap" @callouttap="gohoteldetail" v-if="showMap" > <cover-view slot="callout" class="callout"> <cover-view v-for='item in markersData' :key="item.id"> <cover-view :marker-id='item.id' class="calloutBox" v-if="scale<=14" > <cover-view class="calloutArea">{{item.geograhicalNames}}</cover-view> <cover-view class="calloutCount">{{item.collateralNumber}}个</cover-view> <cover-view class="pointer" v-if="item.riskNumber>0"></cover-view> </cover-view> <cover-view :marker-id='item.id' class="calloutBox1" v-if="scale>14"> <cover-view class="calloutArea"> <cover-view class="font">{{item.callout.content}}</cover-view> <cover-view class="pointer" v-if="item.riskNumber>0"></cover-view> </cover-view> <cover-view class="calloutCount"></cover-view> </cover-view> </cover-view> </cover-view> </map> 模拟器效果: [图片] 真机效果: [图片]
2022-10-24第一个问题,在我删除线上云函数后,就可以请求本地云函数了。。。很奇怪,以前也没碰到这样的冲突
云函数本地调试有不少问题?通过小程序开发者工具自动更新,已更新到1.05.2107221最新版本,目前已知问题有: 无法通过小程序的callFunction向「本地云函数」发起请求已按照unionid获取要求在开放平台绑定小程序,但是无法在「本地调试云函数」时获取unionid(在上一个版本是可以的)。版本回退后,依旧不行在「本地调试云函数」时,如果使用到 @cloudbase/node-sdk ,首次请求永远都会超时
2021-08-02