fix(baidu.photo):update download api

This commit is contained in:
foxxorcat
2022-05-10 11:43:54 +08:00
parent 52dcbfe1a4
commit a9027c0f06
4 changed files with 15 additions and 15 deletions

View File

@ -13,9 +13,10 @@ import (
)
const (
API_URL = "https://photo.baidu.com/youai"
ALBUM_API_URL = API_URL + "/album/v1"
FILE_API_URL = API_URL + "/file/v1"
API_URL = "https://photo.baidu.com/youai"
ALBUM_API_URL = API_URL + "/album/v1"
FILE_API_URL_V1 = API_URL + "/file/v1"
FILE_API_URL_V2 = API_URL + "/file/v2"
)
var (