1
This commit is contained in:
@@ -7,7 +7,7 @@ type Imgs struct {
|
||||
|
||||
// 抖店文件夹id写死两个
|
||||
const (
|
||||
TiktokFolder1 = "71580417560930552391570" // 文件夹(京西菜市)
|
||||
TiktokFolder1 = "71847620611255503751570" // 文件夹(京西菜市)
|
||||
TiktokFolder2 = "71482723234545339291960"
|
||||
TiktokFolder3 = "71762017122139835211688" // (方案二测试文件夹)
|
||||
TiktokShoppingFolder = "71802347591117703711619" // (方案二测试文件夹)
|
||||
|
||||
@@ -24,7 +24,7 @@ func init() {
|
||||
}
|
||||
|
||||
func TestCreateFolad(t *testing.T) {
|
||||
data, err := a.CreateFolder("shopping_folder")
|
||||
data, err := a.CreateFolder("京西菜市图片文件库2")
|
||||
fmt.Println("err=====", err)
|
||||
fmt.Println("LogId====", data.LogId) //2022092811422001020812109607601B77
|
||||
fmt.Println("data====", data.Data.Name) // jxcs_folder
|
||||
|
||||
Reference in New Issue
Block a user