diff --git a/docs/docs.go b/docs/docs.go index 7dfa09e..f5b0d15 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3879,6 +3879,12 @@ const docTemplate = `{ "properties": { "DeviceNumber": { "type": "string" + }, + "Key": { + "type": "string" + }, + "Sign": { + "type": "string" } } }, diff --git a/docs/swagger.json b/docs/swagger.json index e46b870..5170bcc 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -3871,6 +3871,12 @@ "properties": { "DeviceNumber": { "type": "string" + }, + "Key": { + "type": "string" + }, + "Sign": { + "type": "string" } } }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 12ad6fa..976e7ba 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -260,6 +260,10 @@ definitions: properties: DeviceNumber: type: string + Key: + type: string + Sign: + type: string type: object request.TransactionAmountRank: properties: