订单收货 websocket测试 GET http://localhost:8080/api/order/order/update/status/confirm/{order_id} 说明 / 示例 发送url: ~~~ http://localhost:8080/api/order/order/update/status/confirm/2 ~~~ 返回数据: ~~~ { "msg": "收货成功!", "code": 0 } ~~~
发送url: ~~~ http://localhost:8080/api/order/order/update/status/confirm/2 ~~~ 返回数据: ~~~ { "msg": "收货成功!", "code": 0 } ~~~