This commit is contained in:
richboo111
2023-01-10 11:53:42 +08:00
parent a3e6bedabd
commit 5656ddd3d1

View File

@@ -4,9 +4,12 @@ import doudian_sdk "git.rosy.net.cn/baseapi/platformapi/tiktok_shop/sdk-golang/c
type SupermGetStoreAutoCallRiderResponse struct {
doudian_sdk.BaseDoudianOpApiResponse
Data *AutoCallInfo `json:"data"`
Data *SupermGetStoreAutoCallRiderData `json:"data"`
}
type SupermGetStoreAutoCallRiderData struct {
AutoCallInfo *AutoCallInfo `json:"autocall_info"`
}
type AutoCallInfo struct {
ServiceStatus int64 `json:"service_status"` //自动呼叫运力设置状态1关闭 2开启
ServiceType int64 `json:"service_type"` //自动呼叫运力策略; 0接单后立即呼叫 1接单后延迟呼叫