package
Version:
v1.0.8
Opens a new window with list of versions in this module.
Published: Apr 21, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*
MakeRes 返回消息到客户端
示例:
MakeRes(c).Code(somecode).Msg(somemsg).Send(somedata) 返回一个自定义消息
MakeRes(c).Msg(somemsg).Send() 只返回一个提示
MakeRes(c).SendSuccess(somedata) 简写返回一段数据
MakeRes(c).SendSuccess(somemsg,somedata) 简写返回一段数据并覆盖默认的消息提示
MakeRes(c).SendFail 同上
MakeRes(c).SendWarn 同上
Source Files
¶
Click to show internal directories.
Click to hide internal directories.