2
0

fix: remove version tag of yml

This commit is contained in:
zhangsz
2025-02-08 19:54:51 +08:00
parent b4895462f4
commit 2d1d7f6d66
3 changed files with 33 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
wfc-mysql:
image: mysql:5.7

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
wfc-mysql:
image: mysql:5.7

View File

@@ -44,3 +44,35 @@ sudo systemctl status mongod
sudo dpkg -i omada_v5.15.6.7_linux_x64_20241128140044_1733188152890.deb
sudo apt install --fix-broken
```
## devices
ap sn: 22475N7000767 mac: B0-19-21-7E-27-40
omada link
curl --location --request POST 'https://aps1-omada-northbound.tplinkcloud.com/openapi/authorize/token?grant_type=client_credentials' \
--header 'Content-Language: en-US' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: aps1-omada-northbound.tplinkcloud.com' \
--header 'Connection: keep-alive' \
--data-raw '{
"omadacId": "10ccde5bfee5142b28a07f6146f41056",
"client_id": "48b3be2083dd4fbdb5f7cfd5c3a4abb6",
"client_secret": "2556dfcafe6d4288b3f0921aa6391c76"
}'
curl --location --request POST 'https://192.168.2.249:8043/openapi/authorize/token?grant_type=client_credentials' \
--header 'Content-Language: en-US' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: 192.168.2.249:8043' \
--header 'Connection: keep-alive' \
--data-raw '{
"omadacId": "f3aa6e479b94222581523710cc2c2a9d",
"client_id": "5036e77c81a74008821c694a715fe2b8",
"client_secret": "29faa06fb7f244b094377b48eb3083a7"
}'