package rediskey const ( //详情 TM_PLATFORM_KEY = "tm_platform:%s" //列表 TM_PLATFORM_LIST_KEY = "tm_platform_list" //平台账号列表 {platformCode} TM_PLATFORM_ACCOUNT_LIST_KEY = "tm_platform_account_list:%s" //平台账号剩余字符 {platformCode,apikey} TM_PLATEFORM_ACCOUNT_REMAIN_KEY = "tm_platform_account_remain:%s:%s" )