Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2024
1 parent f7f5b3e commit 2337312
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3879,6 +3879,12 @@ const docTemplate = `{
"properties": {
"DeviceNumber": {
"type": "string"
},
"Key": {
"type": "string"
},
"Sign": {
"type": "string"
}
}
},
Expand Down
6 changes: 6 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3871,6 +3871,12 @@
"properties": {
"DeviceNumber": {
"type": "string"
},
"Key": {
"type": "string"
},
"Sign": {
"type": "string"
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ definitions:
properties:
DeviceNumber:
type: string
Key:
type: string
Sign:
type: string
type: object
request.TransactionAmountRank:
properties:
Expand Down

0 comments on commit 2337312

Please sign in to comment.