mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
update docs
This commit is contained in:
parent
ddbff14f14
commit
fdfbb06e6c
@ -32,5 +32,6 @@ ciphertext=$(echo -n $json | openssl enc -aes-128-cbc -K $key -iv $iv | base64)
|
||||
# The console will print "d3QhjQjP5majvNt5CjsvFWwqqj2gKl96RFj5OO+u6ynTt7lkyigDYNA3abnnCLpr"
|
||||
echo $ciphertext
|
||||
|
||||
# URL encoding the ciphertext, there may be special characters.
|
||||
curl --data-urlencode "ciphertext=$ciphertext" http://api.day.app/$deviceKey
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user