Files
exchange_go/common/const/rediskey/api_user.go

7 lines
138 B
Go
Raw Normal View History

2025-07-26 09:09:09 +08:00
package rediskey
const (
//主单api和反单关系 List {apiId}:{reverseApiId}
ApiReverseRelation = "api_reverse_relation"
)