From 51aa1834e67079311fc2c59a43e2f90a31bea744 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 7 Dec 2022 10:51:43 +0800 Subject: [PATCH] 1 --- .../api/warehouse_create/response/warehouse_create_response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tiktok_shop/sdk-golang/api/warehouse_create/response/warehouse_create_response.go b/platformapi/tiktok_shop/sdk-golang/api/warehouse_create/response/warehouse_create_response.go index ed141dae..7dbc2e0d 100644 --- a/platformapi/tiktok_shop/sdk-golang/api/warehouse_create/response/warehouse_create_response.go +++ b/platformapi/tiktok_shop/sdk-golang/api/warehouse_create/response/warehouse_create_response.go @@ -8,5 +8,5 @@ type WarehouseCreateResponse struct { } type WarehouseCreateData struct { // 仓库id - WarehouseId string `json:"warehouse_id"` + WarehouseId int64 `json:"warehouse_id"` }