Skip to content
On this page

获取订单号接口

接口说明:

MethodURLContentType
POST/api/restful/order/selectByApplyCodesapplication/json

参数说明:

参数类型说明是否必须描述
请购单号数组string必须订单号

请求参数示例:

json
[
  "WY20200211002286","XZ20200207001522","WY20191230041606"
]

返回结果:

参数类型说明描述
thirdOrderstring石油订单号
applyCodestring石油请购订单号

返回数据示例:

json
{
    "success": true,
    "errormsg ": "",
    "requestId ": "9245fe4a-d402-451c-b9ed-9c1a04247482",
    "errorcode": 0,
    "result": [{
            "thirdOrder": "CG256225662",
             "applyCode":"WY20200211002286"
        }]
    
}