同问
云开发 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如果用 set,需要_id, 那既然都要查询一次获得_id了,那用 update 不就行了吗?
插入一条数据,存在就更新,不存在就插入?云数据库如何实现,谢谢插入一条数据,存在就更新,不存在就插入?云数据库如何实现 mysql on duplicate key update 可以实现,那么小程序的数据库是如何实现,查看了下数据库的API没有找到好的方法 谢谢。
2023-10-03怎么消除这个提示
当前微信版本不支持异步获取用户信息?Current Wechat version do not support asynchronous getSystemInfo. "wx.getSystemInfoAsync" will be finished by synchronous implementation. [图片] [图片] 当前基础库版本 3.0.0 这个要怎么处理
2023-10-01我小程序云函数发送小程序消息给公众号也是遇到这个问题,头疼
公众号 - 发送小程序页卡客服消息报错 invalid appid?请求URL: https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=@ACCESS_TOKEN@ // token 会实时替换 肯定跟token 没得关系啦 请求类型:post 请求参数:{"msgtype":"miniprogrampage","miniprogrampage":{"title":"我发现了一个很好玩 的小程序,来看看吧","appid":"wx6cd22890c6188814","pagepath":"pages\/home\/home","thumb_media_id":""},"touser":"oB8l7wbob4mEPjG0oyv_947rDeIA"} q发送的公众号的APPID:wx249c8f78899b705c q请求的小程序APPID:wx6cd22890c6188814 q请求报错: ( [errcode] => 40013 [errmsg] => invalid appid hint: [IgZ.ua0538d152] ) 公众号与小程序的关联相关: [图片] [图片] [图片] [图片] 这个发送小程序页卡的thumb_media_id 应该不是必填吧 公众号与小程序都是绑定在一个微信开放平台 - 但是还是报错APPID不存在 是还有别的原因么
2023-09-29我也遇到了这个问题,共享云开发环境后,发消息出提示 appid 错误
小程序调用公众号下发消息报invalid appid?array(2) { ["touser"] => string(28) "o43SG4i_l8YpyPD7FVxEIBCW63aM" ["mp_template_msg"] => array(5) { ["appid"] => string(18) "wx0ef2e7d6c6413255" ["template_id"] => string(43) "lOdVuRSQC35MYh9WTPr_69e9BvJ5GUwPa7RqVV9Zm3s" ["url"] => string(0) "" ["miniprogram"] => array(2) { ["appid"] => string(18) "wx09a849a0ffd8e673" ["pagepath"] => string(36) "pages/transfer/yi_package/yi_package" } ["data"] => array(4) { ["first"] => array(1) { ["value"] => string(24) "您的包裹已入库!" } ["keyword1"] => array(1) { ["value"] => string(6) "ce5511" } ["keyword2"] => array(1) { ["value"] => string(19) "2021-11-18 00:38:42" } ["remark"] => array(1) { ["value"] => string(24) "请及时提交订单!" } } } } array(2) { ["errcode"] => int(40013) ["errmsg"] => string(45) "invalid appid rid: 61c194de-2d9a1ef5-4b191696" } 通过小程序appid和秘钥获取到access_token 然后调用uniform_send下发公众号消息提示invalid appid
2023-09-27我也遇到了,找到解决方法了吗?
微信客服发送小程序卡片用户接收不到($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这功能测试挺麻烦
openapi.customerServiceMessage.send:fail ?{errMsg: "cloud.callFunction:ok", result: {…}, requestID: "99000b13-2b43-11ec-bf28-1e91c1a398bb"}errMsg: "cloud.callFunction:ok"requestID: "99000b13-2b43-11ec-bf28-1e91c1a398bb"result: errCode: 45015errMsg: "openapi.customerServiceMessage.send:fail response out of time limit or subscription is canceled rid: 61655d5b-0b67106b-797933d8" [图片] 帮忙查看一下 customerServiceMessage send 超时
2023-09-23