收藏
回答

最新订单发货: {"errcode":1010011,"errmsg":"该用户下找不到此订单

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug http请求方式:POST https://api.weixin.qq.com/shop/delivery/send?access_token=xxxxxxxxx 工具 最新版本 2.9.2


    string pathUrl = string.Format("https://api.weixin.qq.com/shop/delivery/send?access_token={0}", GetToken());

            string data = JsonConvert.SerializeObject(new

            {

                order_id = "2024062410961658",

                openid = "ofUem5NBxGrCB5CD1RvMDC1TqRms",// model.WxOpenID,

                finish_all_delivery = 1,//0,

                delivery_list = new[] 

                {

                    new

                    {

                        delivery_id = model.CompanyCode,

                        waybill_id = model.ExpressCode,

                        product_info_list = new [] 

                        {

                            new

                            {

                                out_product_id = 1,

                                out_sku_id = 2,

                                product_cnt = 1

                            }

                        }

                    }

                },

                ship_done_time = ConvertDateTime.FormateSystemTime()

            });

回答关注问题邀请回答
收藏
登录 后发表内容