同问
云开发 CloudPay.queryRefund 查询退款,退款金额字段为空数组?API 文档:https://developers.weixin.qq.com/minigame/dev/wxcloud/reference-sdk-api/open/pay/CloudPay.queryRefund.html [图片] 如截图,除了refund_count字段看起来有点用外,没有其他有价值的退款相关信息。我应该怎样才能看到退款金额?
2023-10-07这种 aggregate 可以加 where 吗?
聚合函数返回的数据如何突破20条数据?[图片] [图片]
2023-10-05我发现返回列表为空,虽然refundCount 为 3
cloud.cloudPay.queryRefund返回于文档描述的不一样cloud.cloudPay.queryRefund返回没有refund_status_$n 字段
2023-10-05errCode: 0 这个 errCode 等于 0 有点迷,有多种情况
云开发中无法完成退款APIconst res = await cloud.cloudPay.refund({ "outTradeNo": outTradeNo, "nonce_str": "akwckr3", "outRefundNo": refoundNo, "subMchId": "1487771202", "totalFee": totalFee, "refundFee": refundFee, "envId": "sensan-7gr36lxe3fe83dd3", "functionName": "refundback" }) 返回结果 result: {returnCode: "FAIL", returnMsg: "特约子商户商户号未授权服务商的产品权限", couponTypeList: [], couponRefundIdList: [],…} couponRefundFeeList: [] couponRefundIdList: [] couponTypeList: [] errCode: 0 errMsg: "cloudPay.refund:ok" returnCode: "FAIL" returnMsg: "特约子商户商户号未授权服务商的产品权限" [图片] 在云开发中显示待商户平台确认 [图片] 登录商户平台又没有确认的操作 商户号:1487771202 这怎么破
2023-10-04怎么消除这个提示
当前微信版本不支持异步获取用户信息?Current Wechat version do not support asynchronous getSystemInfo. "wx.getSystemInfoAsync" will be finished by synchronous implementation. [图片] [图片] 当前基础库版本 3.0.0 这个要怎么处理
2023-10-01我也遇到了,找到解决方法了吗?
微信客服发送小程序卡片用户接收不到($type == 'miniprogrampage'){ // 小程序卡片 // title string 否 消息标题 // pagepath string 否 小程序的页面路径,跟app.json对齐,支持参数,比如pages/index/index?foo=bar // thumb_media_id string 否 小程序消息卡片的封面, image 类型的 media_id,通过 uploadTempMedia接口上传图片文件获得,建议大小为 520*416 $array = [ "touser" => $data['open_id'], "msgtype" => 'miniprogrampage', "miniprogrampage" => array( "title" =>'消息标题', "pagepath" =>'pages/index/index', ) ]; }
2023-09-27我也想知道
视频号转发朋友圈为什么没有标题?如下图所示,视频号转发在朋友圈内只显示XXX的视频,并不会显示单个视频的独立标题,请问有什么解决办法? [图片]
2023-09-12我也遇到这个问题,再哪里定义
短信模板template_id string 是 sms_type="Notification" 时必填,模版 ID版https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/cloudbase/cloudbase.sendSms.html 文档这边的短信模板,是在哪里定义的模板,我去同主体下的腾讯云里搞的模板这边用不了啊
2023-09-10