mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
commit
9bfcf2cf1a
1 changed files with 1 additions and 2 deletions
|
|
@ -57,9 +57,8 @@ waha_send() {
|
|||
|
||||
_debug "_data" "$_data"
|
||||
|
||||
export _H1="Content-Type: application/json"
|
||||
if [ "$WAHA_API_KEY" ]; then
|
||||
export _H2="X-Api-Key: $WAHA_API_KEY"
|
||||
export _H1="X-Api-Key: $WAHA_API_KEY"
|
||||
fi
|
||||
|
||||
_waha_url="${WAHA_URL}/api/sendText"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue