Skip to content

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AvenCores committed Aug 23, 2022
1 parent 3530da3 commit 60efbf6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions tools/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@
"url": "https://register2.sipnet.ru/cgi-bin/exchange.dll/RegisterHelper?oper=9&callmode=1&phone=*phone*",
"response": 200,
"timeout": 60
},
"wildberries": {
"url": "https://authorization.wildberries.eu/api/v2/code/request",
"json": "{\"contact\": \"*phone*\", \"auth_method\": \"sms\", \"lang\": \"ru\"}",
"response": 200,
"timeout": 60
}
}
],
Expand Down Expand Up @@ -253,6 +259,12 @@
"data": "{'tel:' '*+phone*'}",
"response": 200,
"timeout": 60
},
"wildberries": {
"url": "https://authorization.wildberries.eu/api/v2/code/request",
"json": "{\"contact\": \"*phone*\", \"auth_method\": \"sms\", \"lang\": \"ru\"}",
"response": 200,
"timeout": 60
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion tools/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4
1.5

0 comments on commit 60efbf6

Please sign in to comment.