[feature] 查询申报回执URI前缀缩减

[feature] 更新API接入文档
This commit is contained in:
Weasley J
2023-08-09 22:42:12 +08:00
parent c834f7fa33
commit 9d70e75625
3 changed files with 11 additions and 11 deletions
File diff suppressed because one or more lines are too long
@@ -40,13 +40,13 @@ api[0].list.push({
api[0].list[1].list.push({
order: '1',
deprecated: 'false',
url: 'http://localhost:8080/rpc/eport/report/result/ceb312msg',
url: 'http://localhost:8080/rpc/eport/result/ceb312msg',
desc: '查询311进口单申报结果',
});
api[0].list[1].list.push({
order: '2',
deprecated: 'false',
url: 'http://localhost:8080/rpc/eport/report/result/ceb622msg',
url: 'http://localhost:8080/rpc/eport/result/ceb622msg',
desc: '查询621进口单申报结果',
});
api[0].list.push({
@@ -155,7 +155,7 @@ Return void.
## 查询申报回执结果
### 查询311进口单申报结果
**URL:** http://localhost:8080/rpc/eport/report/result/ceb312msg
**URL:** http://localhost:8080/rpc/eport/result/ceb312msg
**Type:** GET
@@ -180,7 +180,7 @@ Return void.
**Request-example:**
```
curl -X GET -H 'x-auth-token-eport-sign:DefaultAuthToken' -i http://localhost:8080/rpc/eport/report/result/ceb312msg?qryId=yyyy-MM-dd HH:mm:ss
curl -X GET -H 'x-auth-token-eport-sign:DefaultAuthToken' -i http://localhost:8080/rpc/eport/result/ceb312msg?qryId=yyyy-MM-dd HH:mm:ss
```
**Response-fields:**
@@ -204,7 +204,7 @@ curl -X GET -H 'x-auth-token-eport-sign:DefaultAuthToken' -i http://localhost:80
```
### 查询621进口单申报结果
**URL:** http://localhost:8080/rpc/eport/report/result/ceb622msg
**URL:** http://localhost:8080/rpc/eport/result/ceb622msg
**Type:** GET
@@ -229,7 +229,7 @@ curl -X GET -H 'x-auth-token-eport-sign:DefaultAuthToken' -i http://localhost:80
**Request-example:**
```
curl -X GET -H 'x-auth-token-eport-sign:DefaultAuthToken' -i http://localhost:8080/rpc/eport/report/result/ceb622msg?qryId=yyyy-MM-dd HH:mm:ss
curl -X GET -H 'x-auth-token-eport-sign:DefaultAuthToken' -i http://localhost:8080/rpc/eport/result/ceb622msg?qryId=yyyy-MM-dd HH:mm:ss
```
**Response-fields:**