- const for dingdingapi

This commit is contained in:
gazebo
2019-03-09 20:58:04 +08:00
parent 0e62d0a16c
commit b747856148

View File

@@ -26,6 +26,8 @@ const (
const (
KeyMsgSignature = "msg_signature"
KeyEventType = "EventType"
KeyUserID = "UserId"
SuccessResponse = "success"
)