mirror of
https://github.com/Weasley-J/chinaport-data-signature.git
synced 2024-04-21 12:41:53 +00:00
Merge branch 'feature_探索' into dev
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ import java.time.format.DateTimeFormatter;
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/rpc/eport/report/result")
|
||||
@RequestMapping("/rpc/eport/result")
|
||||
public class EportReportResultController {
|
||||
private static final DateTimeFormatter FORMATTER = DateTimeFormatter.ofPattern("yyyyMMddHHmmss");
|
||||
@Autowired
|
||||
|
||||
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({
|
||||
|
||||
+4
-4
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user