- 请问用户调用视频号取消订单接口返回不能执行该操作,请检查当前状态和操作能否对应是怎么回事?
获取售后单已经生成了,生成结果如下 array(6) { ["code"]=> string(3) "200" ["status"]=> string(2) "OK" ["responseline"]=> string(15) "HTTP/1.0 200 OK" ["headers"]=> array(4) { ["Connection"]=> string(5) "close" ["MMLAS-VERIFYRESULT"]=> string(8) "CAAoAQ==" ["Content-Type"]=> string(31) "application/json; charset=UTF-8" ["Content-Length"]=> string(3) "553" } ["content"]=> string(553) "{"errcode":0,"errmsg":"ok","after_sales_order":{"out_aftersale_id":"1635","aftersale_id":4000000001606099,"out_order_id":"1635","order_id":3302604942247854592,"product_info":{"out_product_id":"398","product_id":0,"out_sku_id":"0","sku_id":0,"product_cnt":1},"type":1,"return_info":{"order_return_time":0,"waybill_id":""},"orderamt":1,"refund_reason_type":1,"refund_reason":"不想要了","media_list":[],"status":1,"create_time":"1649927293667","update_time":"1649928925218","openid":"o9LEY0cPvx7fYYhA53r2pfp9FhOY","refund_pay_detail":{"refund_id":""}}}" ["meta"]=> string(689) "HTTP/1.0 200 OK Connection: close MMLAS-VERIFYRESULT: CAAoAQ== Content-Type: application/json; charset=UTF-8 Content-Length: 553 {"errcode":0,"errmsg":"ok","after_sales_order":{"out_aftersale_id":"1635","aftersale_id":4000000001606099,"out_order_id":"1635","order_id":3302604942247854592,"product_info":{"out_product_id":"398","product_id":0,"out_sku_id":"0","sku_id":0,"product_cnt":1},"type":1,"return_info":{"order_return_time":0,"waybill_id":""},"orderamt":1,"refund_reason_type":1,"refund_reason":"不想要了","media_list":[],"status":1,"create_time":"1649927293667","update_time":"1649928925218","openid":"o9LEY0cPvx7fYYhA53r2pfp9FhOY","refund_pay_detail":{"refund_id":""}}}" } 然后调用取消售后接口https://api.weixin.qq.com/shop/ecaftersale/cancel?access_token=xxxxxxxxx f返回结果是: array(6) { ["code"]=> string(3) "200" ["status"]=> string(2) "OK" ["responseline"]=> string(15) "HTTP/1.0 200 OK" ["headers"]=> array(4) { ["Connection"]=> string(5) "close" ["MMLAS-VERIFYRESULT"]=> string(8) "CAAoAQ==" ["Content-Type"]=> string(31) "application/json; charset=UTF-8" ["Content-Length"]=> string(3) "130" } ["content"]=> string(130) "{"errcode":2747008,"errmsg":" 不能执行该操作,请检查当前状态和操作能否对应 rid: 6257f92e-2021d923-0edd811d"}" ["meta"]=> string(266) "HTTP/1.0 200 OK Connection: close MMLAS-VERIFYRESULT: CAAoAQ== Content-Type: application/json; charset=UTF-8 Content-Length: 130 {"errcode":2747008,"errmsg":" 不能执行该操作,请检查当前状态和操作能否对应 rid: 6257f92e-2021d923-0edd811d"}" } 不能执行该操作,请检查当前状态和操作能否对应?这是什么意思啊?该如何解决啊?
2022-04-14 - 调用视频号的发货接口,返回发货商品为空是怎么回事?
调用发货接口,返回结果为,发货商品为空,这是怎么回事啊???请各位大神看看啊 [图片] 调用接口为 [图片]
2022-04-07 - 视频号获取场景值获取不到?
通过wx.getLaunchOptionsSync().scene,在小程序端创建订单可以正常获取到场景值为1001,为啥在视频号端,获取的结果为空???
2022-04-06 - 在视频号中的购物栏中购买商品通过小程序获取场景值方法为啥获取不到场景值?
使用wx.getLaunchOptionsSync().scene在小程序端操作创建订单可以获取到场景值为1001,为啥通过视频号里面的商品链接过来创建订单的时候,获取的场景值为空???该如何解决啊
2022-04-06 - 视频号同步支付结果的时候,提示赞不支持的操作是什么情况?
请求接口为:https://api.weixin.qq.com/shop/order/pay?access_token= 返回值为:array(6) { ["code"]=> string(3) "200" ["status"]=> string(2) "OK" ["responseline"]=> string(15) "HTTP/1.0 200 OK" ["headers"]=> array(5) { ["Connection"]=> string(5) "close" ["MMLAS-VERIFYRESULT"]=> string(8) "CAAoAQ==" ["Content-Type"]=> string(32) "application/json; encoding=utf-8" ["Date"]=> string(29) "Sat, 02 Apr 2022 07:52:34 GMT" ["Content-Length"]=> string(2) "83" } ["content"]=> string(83) "{"errcode":990022,"errmsg":"暂不支持的操作 rid: 624800c2-38de45f2-26443478"}" ["meta"]=> string(256) "HTTP/1.0 200 OK Connection: close MMLAS-VERIFYRESULT: CAAoAQ== Content-Type: application/json; encoding=utf-8 Date: Sat, 02 Apr 2022 07:52:34 GMT Content-Length: 83 {"errcode":990022,"errmsg":"暂不支持的操作 rid: 624800c2-38de45f2-26443478"}" } 请问这个暂不支持的操作是啥意思啊??g该如何解决
2022-04-02 - 微信视频号调用售后接口,接口已经调用成功了,返回结果为error为0,但是为啥还是提示未完成此步骤?
请求接口为https://api.weixin.qq.com/shop/aftersale/add?access_token= 返回结果为:array(6) { ["code"]=> string(3) "200" ["status"]=> string(2) "OK" ["responseline"]=> string(15) "HTTP/1.0 200 OK" ["headers"]=> array(4) { ["Connection"]=> string(5) "close" ["Content-Type"]=> string(32) "application/json; encoding=utf-8" ["Date"]=> string(29) "Sat, 02 Apr 2022 06:38:39 GMT" ["Content-Length"]=> string(2) "13" } ["content"]=> string(13) "{"errcode":0}" ["meta"]=> string(156) "HTTP/1.0 200 OK Connection: close Content-Type: application/json; encoding=utf-8 Date: Sat, 02 Apr 2022 06:38:39 GMT Content-Length: 13 {"errcode":0}" } 可是点击完成按钮,还是提示未完成该步骤, [图片] 请问各位大神,这是为啥???如何解决啊
2022-04-02 - 更新商家信息成功了,为啥上传商品的时候,还会提示‘该账号客服方式必须包含微信客服 ‘’?
商家信息已经通过接口https://api.weixin.qq.com/shop/account/update_info?access_token=进行更新了,并且已经更新成功,返回信息了,账号的微信客服也开通了可是上传商品的时候,还是提示该账号客服方式必须包含微信客服,这是怎么回事???是需要每次上传一个商品的时候都需要先更新一下商家信息吗???到底是怎么回事啊??有没有人给个提示 [图片] [图片]
2022-03-30 - 视频号接口调用物流接口提示时间格式错误,请问哪里有错误啊?
添加订单的时候上传的数据如下: array(10) { ["create_time"]=> string(19) "2022-03-28 16:35:24" ["out_order_id"]=> int(1041) ["openid"]=> string(28) "o9LEY0YFgoUJ4dPgIhWIpbe4GaCs" ["path"]=> string(33) "/pages/order/detail/index?id=1041" ["scene"]=> string(0) "" ["order_detail"]=> array(3) { ["product_infos"]=> array(1) { [0]=> array(8) { ["out_product_id"]=> string(3) "327" ["out_sku_id"]=> string(1) "0" ["product_cnt"]=> string(1) "1" ["sale_price"]=> float(1550) ["sku_real_price"]=> float(1550) ["path"]=> string(31) "pages/goods/detail/index?id=327" } ["pay_info"]=> array(1) { ["pay_method_type"]=> int(0) } ["price_info"]=> array(2) { ["order_price"]=> int(1550) ["freight"]=> int(0) } } ["delivery_detail"]=> array(1) { ["delivery_type"]=> int(1) } ["address_info"]=> array(3) { ["receiver_name"]=> string(6) "哈哈" ["detailed_address"]=> string(4) "2222" ["tel_number"]=> string(11) "13361453482" } ["fund_type"]=> int(1) ["expire_time"]=> int(1648542924) } 然后调用物流接口的时候,就一直提示,时间格式错误{"errcode":990018,"errmsg":"时间格式错误,请确认交易组件所有接口(包括创建订单接口)传输了正确时间格式 yyyy-MM-dd HH:mm:ss rid: 62417413-7e6d88f9-2f8bea24"}" } [图片] 请问大神,这个是什么情况啊
2022-03-28 - 视频号获取商品列表接口获取的商品的头图和介绍等为啥是空?
视频号,获取商品列表返回结果入下图,头图,商品介绍等都是空,这是怎么回事 [图片]
2022-03-25