Appearance
获取订单号接口
接口说明:
Method | URL | ContentType |
---|---|---|
POST | /api/restful/order/selectByApplyCodes | application/json |
参数说明:
参数 | 类型说明 | 是否必须 | 描述 |
---|---|---|---|
请购单号数组 | string | 必须 | 订单号 |
请求参数示例:
json
[
"WY20200211002286","XZ20200207001522","WY20191230041606"
]
返回结果:
参数 | 类型说明 | 描述 |
---|---|---|
thirdOrder | string | 石油订单号 |
applyCode | string | 石油请购订单号 |
返回数据示例:
json
{
"success": true,
"errormsg ": "",
"requestId ": "9245fe4a-d402-451c-b9ed-9c1a04247482",
"errorcode": 0,
"result": [{
"thirdOrder": "CG256225662",
"applyCode":"WY20200211002286"
}]
}