调用接口:自定义交易组件/生成订单接口
传入的时间有:
"expire_time": 1652998901
"create_time": "2022-04-25 14:21:41"
返回结果:
{
"errcode": 1010039,
"errmsg": "订单过期时间非法 rid: 62664322-098a050f-56fb2063"
}
根据 rid 查询信息如下所示:
{
"errcode": 0,
"errmsg": "ok",
"request": {
"invoke_time": 1650868872,
"cost_in_ms": 111,
"request_url": "access_token=xxxxxXXX",
"request_body": "{\r\n \"create_time\": \"2022-04-25 14:21:41\",\r\n \"out_order_id\": \"xx3912\",\r\n \"openid\": \"oxxxxx53xEo\",\r\n \"scene\": 1175,\r\n \"path\": \"/pages/order.html?out_order_id=xxxxx\",\r\n \"out_user_id\": \"3xxxx23\",\r\n \"order_detail\": {\r\n \"product_infos\": [\r\n {\r\n \"out_product_id\": \"xxxx\",\r\n \"out_sku_id\": \"2xxxx6\",\r\n \"product_cnt\": 10,\r\n \"sale_price\": 100,\r\n \"sku_real_price\": 1000,\r\n \"path\": \"pages/productDetail/productDetail?productId=2xxx180\",\r\n \"title\": \"洗洁精\",\r\n \"head_img\": \"https://xxxx/1730bb743xxxx197d8250bcd.png\"\r\n }\r\n ],\r\n \"pay_info\": {\r\n \"pay_method_type\": \"0\"\r\n },\r\n \"price_info\": {\r\n \"order_price\": 1600,\r\n \"freight\": 500,\r\n \"discounted_price\": 100,\r\n \"additional_price\": 200,\r\n \"additional_re",
"response_body": "{\"errcode\":1010039,\"errmsg\":\"订单过期时间非法 rid: 62664288-72be970d-24f62fb8\"}",
"client_ip": "xxx.xx.xx.xx"
}
}
并没有定位到具体原因是什么。。。。
你这个超时时间太久了吧