第一步

DSM6适用

http://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=管理员用户名&passwd=密码&format= cookie

DSM7适用

http://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=3&account=管理员用户名&passwd=密码&format= cookie
http://192.168.1.200:5000/webapi/auth.cgi?api=SYNO.API.Auth&version=3&method=login&account=wzh&passwd=123456&format=%20cookie

然后网页提示中有"success":ture字样就是没问题了

第二步
http://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="群晖SN码"

运行正常的话分别返回“{“success”:true}”、“{“data”:{“activated”:true},”success”:true}”。

第三步
http://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1

正常激活的话返回“{“data”:{“activated”:true,”serial_number”:”群晖SN码”},”success”:true}
就可以愉快的使用Synology Active Backup for Business套件了。