Browse Source

Revert "供应商接口文档调整"

This reverts commit 5569a56b75.
master
张耀宗 12 months ago
parent
commit
4de13814c0
  1. 11
      mes/供应商/修改供应商.md
  2. 20
      mes/供应商/列出供应商.md
  3. 6
      mes/供应商/查询供应商详情.md
  4. 11
      mes/供应商/添加供应商.md

11
mes/供应商/修改供应商.md

@ -21,9 +21,6 @@ URL: http://localhost:8033/open/UpdateSupplier
| profile | string | 是 | 厂区编码 |
| supplierCode | string | 是 | 供应商编码 |
| descriptions | string | 是 | 供应商名称 |
| status | int | 否(默认启用) | 状态 0:不启用 1:启用 |
| country | string | 否 | 国家 |
| region | string | 否 | 省市 |
示例 1:修改供应商
@ -32,9 +29,7 @@ URL: http://localhost:8033/open/UpdateSupplier
"data": {
"profile": "测试",
"supplierCode": "1045543weee",
"descriptions": "新的公司2",
"country": "china",
"region": "tianjing",
"descriptions": "新的公司2"
}
}
```
@ -53,9 +48,7 @@ URL: http://localhost:8033/open/UpdateSupplier
"data": {
"info": {
"supplierCode": "1045543weee",
"descriptions": "新的公司22",
"country": "china",
"region": "tianjing",
"descriptions": "新的公司22"
}
}
}

20
mes/供应商/列出供应商.md

@ -41,9 +41,7 @@ URL: http://localhost:8033/open/ListSupplier
| 字段 | 类型 | 说明 |
| :-- | :-- | :-- |
| supplierCode | string | 供应商编码 |
| descriptions | string | 供应商名称 |
| country | string | 国家 |
| region | string | 省市 |
| descriptions | string | 供应商名称 |=
查询成功时,响应如下:
@ -55,27 +53,19 @@ URL: http://localhost:8033/open/ListSupplier
"list": [
{
"supplierCode": "1002210180004606",
"descriptions": "国网江苏省电力有限公司宿迁供电分公司",
"country": "china",
"region": "beijing",
"descriptions": "国网江苏省电力有限公司宿迁供电分公司"
},
{
"supplierCode": "1002210180004613",
"descriptions": "国网江苏省电力有限公司徐州供电分公司",
"country": "china",
"region": "beijing",
"descriptions": "国网江苏省电力有限公司徐州供电分公司"
},
{
"supplierCode": "1002210180004620",
"descriptions": "国网江苏综合能源服务有限公司",
"country": "china",
"region": "beijing",
"descriptions": "国网江苏综合能源服务有限公司"
},
{
"supplierCode": "1002210180012203",
"descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司",
"country": "china",
"region": "beijing",
"descriptions": "国网江苏省电力有限公司徐州市铜山区供电分公司"
}
]
}

6
mes/供应商/查询供应商详情.md

@ -42,8 +42,6 @@ URL: http://localhost:8033/open/GetSupplier
| :-- | :-- | :-- |
| supplierCode | string | 供应商编码 |
| descriptions | string | 供应商名称 |
| country | string | 国家 |
| region | string | 省市 |
查询成功时,响应如下:
@ -54,9 +52,7 @@ URL: http://localhost:8033/open/GetSupplier
"data": {
"info": {
"supplierCode": "1002210180009192",
"descriptions": "无锡联晟光伏科技有限公司",
"country": "china",
"region": "beijing",
"descriptions": "无锡联晟光伏科技有限公司"
}
}
}

11
mes/供应商/添加供应商.md

@ -21,9 +21,6 @@ URL: http://localhost:8033/open/AddSupplier
| profile | string | 是 | 厂区编码 |
| supplierCode | string | 是 | 供应商编码 |
| descriptions | string | 是 | 供应商名称 |
| status | int | 否(默认启用) | 状态 0:不启用 1:启用 |
| country | string | 否 | 国家 |
| region | string | 否 | 省市 |
示例 1:添加供应商
@ -32,9 +29,7 @@ URL: http://localhost:8033/open/AddSupplier
"data": {
"profile": "测试",
"supplierCode": "1045543weee",
"descriptions": "新的公司",
"country": "china",
"region": "beijing",
"descriptions": "新的公司"
}
}
```
@ -53,9 +48,7 @@ URL: http://localhost:8033/open/AddSupplier
"data": {
"info": {
"supplierCode": "1045543weee",
"descriptions": "新的公司",
"country": "china",
"region": "beijing",
"descriptions": "新的公司"
}
}
}

Loading…
Cancel
Save