我刚试成功:2024-06-10T20:32:05+0800,看了这么多都没人回复。我几天统一都回复了 java代码: SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ"); String formatDate = simpleDateFormat.format(System.currentTimeMillis()); System.out.println(formatDate);
发货信息录入接口 错误上传时间非法,请按照 RFC 3339 格式填写?报错: {"errcode":268485216,"errmsg":"上传时间非法,请按照 RFC 3339 格式填写, hint: [e194a37f-5167-4b9a-b5b3-fc92197833d7] rid: 64660299-5030923d-19505b68"} 接口名:发货信息录入接口接口地址:https://api.weixin.qq.com/wxa/sec/order/upload_shipping_info?access_token=ACCESS_TOKEN 我的时间到底哪里有问题?你们接口有没有规范,一会时间戳,一会这个格式那个格式的 2023-05-18 18:48:35 不对, 时间戳不对,直接写你们的示例也不对 [图片] { "order_key":{ "order_number_type":2, "transaction_id":"4200001832202305185236757" }, "logistics_type":1, "delivery_mode":1, "shipping_list":[ { "item_desc":"1分体验", "tracking_no":"JT30322578729xx", "express_company":"JTSD", "contact":{ "receiver_contact":"159****8110" } } ], "upload_time":"2023-05-18T18:48:35.120 08:00", "payer":{ "openid":"oOgtU443yloCS-C_DKX5BKdQW" } }
06-10我刚试成功:2024-06-10T20:32:05+0800,看了这么多都没人回复。我几天统一都回复了 java代码: SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ"); String formatDate = simpleDateFormat.format(System.currentTimeMillis()); System.out.println(formatDate);
小程序的发货信息录入接口为啥一直提示我"上传时间非法,请按照 RFC 3339 格式填写 啊?https://api.weixin.qq.com/wxa/sec/order/upload_shipping_info?access_token=76_M4ev3R3Dw7H0nP_NjRE4-Nff_5RN2RNekJDoka6E3iQB4tcI8iZ0cObTldKRTHFARqMl6EV48CRKTTWgXVq2Qpo0j5GBp5dKt93BUESX-Z5l4Uf2UM9n0XWR6yYVDIAKSM { "order_key": { "order_number_type": 2, "transaction_id": "4200002111202312282163059986" }, "delivery_mode": 1, "logistics_type": 1, "shipping_list": [ { "tracking_no": "fake-trackingno-2022121419042711", "express_company": "STO", "item_desc": "微信气泡狗集线器*1", "contact": { "consignor_contact": "+86-177****1234" } } ], "upload_time": "2022-12-15T13:29:35.120+08:00", "payer": { "openid": "ogqztkPsejM9MQAFfwCQSCi4oGT4" } } 分别是请求地址和请求参数
06-10我刚试成功:2024-06-10T20:32:05+0800,看了这么多都没人回复。我几天统一都回复了 java代码: SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ"); String formatDate = simpleDateFormat.format(System.currentTimeMillis()); System.out.println(formatDate);
上传时间非法,请按照 RFC 3339 格式填写https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/order-shipping/order-shipping.html 上传时间非法,请按照 RFC 3339 格式填写 我的上传时间为:2024-06-07T21:46:02.826+08:00,提示始终是错误
06-10