- 小程序虚拟订单发货问题?
虚拟订单支付成功,调用https://api.weixin.qq.com/wxa/sec/order/upload_shipping_info发货 发货JSON:{"shipping_list":[{"item_desc":"自定义余额充值"}],"upload_time":"2024-05-22T10:20:35.859+08:00","order_key":{"mchid":"1575******","out_trade_no":"HYDJ202405221020*****","order_number_type":1},"logistics_type":3,"payer":{"openid":"or9oA7UnLICO2QSjh*******"},"delivery_mode":1} 查询接口订单还是待发货状态,还需要调用什么接口完成发货呢?
05-22 - errcode":61007,"errmsg":"api is unauthorized如何处理?
修改小程序业务域名:{"errcode":61007,"errmsg":"api is unauthorized to component rid: 6556e638-3fe20155-5bee8f1c"} 配置小程序用户隐私保护指引:{"errcode":48001,"errmsg":"api unauthorized rid: 6556e639-6624c192-61d6bbc1"} 绑定第三方,接口报错如上提示,麻烦问下,怎么解决呢?
2023-11-17 - errcode":61007,"errmsg":"api is unauthorized如何处理?
修改小程序域名:{"errcode":61007,"errmsg":"api is unauthorized to component rid: 6556e62f-64df2b04-3d57e0ec"} 绑定第三方平台,如上提示,这个如何处理呢?
2023-11-17 - 微信转账到零钱,提示【产品权限异常】这个如何解决呢?
提交JSON数据 {"batch_name":"分佣余额提现","transfer_detail_list":[{"transfer_amount":1,"openid":"o1KEN5SKqWlkmGn6KmI******","out_detail_no":"T387169207508696736883","transfer_remark":"分佣余额提现"}],"total_amount":1,"appid":"wx0910c4ea******","total_num":1,"out_batch_no":"T387169207508696736883","batch_remark":"分佣余额提现"} 返回结果: {"code":"INVALID_REQUEST","message":"产品权限异常"}
2023-08-15 - 商家转账到零钱验签失败如何处理?
[图片] [图片] 我这边使用官方验签工具,签名的值是通过的,发起转账请求却提醒验签失败,这个要如何处理呢?
2023-08-14 - 商家转账零钱的签名认证错误,是什么问题呢?
{"code":"SIGN_ERROR","detail":{"detail":{"issue":"sign not match"},"field":"signature","location":"authorization","sign_information":{"method":"POST","sign_message_length":409,"truncated_sign_message":"POST\n/v3/transfer/batches\n1691980744\nsni2sv0V\n{\"batch_\n","url":"/v3/transfer/batches"}},"message":"错误的签名,验签失败"}
2023-08-14 - 自定义交易组件申请售后,提示【系统错误,请稍后重试】,如何处理?
自定义交易组件申请售后Json {"path":"/pages/queryOrder/detail?order_id=1171017","create_time":"2022-09-14 14:41:19","openid":"oIFEa5c-_KtazpvthicIm9sxdo_I","out_order_id":"M2022091319225540003","product_infos":[{"out_sku_id":"321649","product_cnt":1,"out_product_id":"109255"}],"refund_reason":"其他","finish_all_aftersale":1,"type":1,"out_aftersale_id":"R34650166313767935281000","refund":2,"status":0} 接口返回结果 生成售后单结果:{"errcode":-1,"errmsg":"system error 系统错误,请稍后重试, detail: refund amount empty, should not happen"}
2022-09-14 - 自定义交易组件二级商户接口变了么?
自定义交易组件二级商户订单支付这块的流程变了么,生成支付参数的文档找不到,拉起收银台不需要生成支付参数了么?
2022-09-13 - 自定义交易组件由老版本升级后,视频号推广员无法绑定?
升级新版自定义交易组件后,视频号推广之前添加的推广员无法解绑,新添加关联也报错了,麻烦问下这个是什么问题呢? [图片]
2022-06-06 - 交易组件售后金额计算问题?
两个商品sku的sku_real_price分别为100和2,申请售后单的orderamt: 102,没超过最大可退金额,为何售后申请不能成功呢? "product_infos": [ {"out_sku_id": "131", "path": "/pages/goods-detail/goods-detail?id=159","product_cnt": 1, "can_after_sale": true,"head_img": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/62921f06000c84f012dde66f8b34b00b000000a100004f50","out_product_id": "159","title": "家装套餐","sale_price": 100,"sku_real_price": 100,"sku_attrs": []}, {"out_sku_id": "1093","path": "/pages/goods-detail/goods-detail?id=5","product_cnt": 1,"can_after_sale": true,"head_img": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/62921f06000a73c612dd92817034b00b000000a100004f50","out_product_id": "5","title": "索尼(SONY)Alpha 7CL 全画幅微单数码相机 标准镜头套装 轻便小巧 实时眼部对焦 银色","sale_price": 2,"sku_real_price": 2,"sku_attrs": []} ] 售后申请JSON {"openid":"occ0R0V8GcuAMfr9Tx7VGOmbQwGI","out_order_id":"M2022052821096790001","orderamt":102,"product_info":{"out_sku_id":"1093","product_cnt":1,"out_product_id":"5"},"refund_reason":"其他","type":1,"out_aftersale_id":"T2022052821108231"} 返回结果 {"errcode":2747014,"errmsg":" 售后金额不合法,大于最大可退款金额, detail: 订单中仍有商品未售后,本次售后最大可退金额为当前sku(5:1093)的sku_real_price(2). refund amount(102) larger than max refundable amount(2)"}
2022-05-28