1
Some checks failed
Build / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
build / Build (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitee (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitlab (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
Issue Check Inactive / issue-check-inactive (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
build / Build (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitee (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitlab (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
Issue Check Inactive / issue-check-inactive (push) Has been cancelled
This commit is contained in:
14
common/redis_key/tm_platform.go
Normal file
14
common/redis_key/tm_platform.go
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
||||
)
|
||||
Reference in New Issue
Block a user