企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 获得订单商品的信息 /** * 获得订单商品的信息 * @http_method get * @param order_id 订单id */ +++ get:Server/Order/getOrderGoodsInfo <<< success { "code":0, "result":{ "info":{ "id":311, "order_id":266, "goods_common_id":100742, "goods_id":1026, "goods_title":"测试商品", "goods_price":"0.01", "goods_num":3, "goods_img":"http://shengxing.oss-cn-beijing.aliyuncs.com/app/20170922/1506060028131640.jpg", "goods_pay_price":"0.03", "buyer_id":97, "goods_type":1, "promotions_id":0, "commis_rate":0, "evaluation_state":0, "evaluation_time":null, "create_time":"2017-09-25 13:31:43", "goods_spec":"1100G", "coupon_id":0, "coupon_card_id":null, "category_id1":1, "lock_state":0, "refund_handle_state":0, "refund_id":0 } }, "msg":"SUCCESS" } <<< error +++