Documentation ¶
Overview ¶
@Title @Description @Author Wangwengang 2021/6/2 上午10:27 @Update Wangwengang 2021/6/2 上午10:27
Index ¶
Constants ¶
View Source
const ( JRCodeSucc JsonResultCode = iota JRCodeInternetErr = -1 JRCodeParamErr = 1001 // 参数错误(缺少必选参数或格式错误),具体查看接口描述 JRCodeSignErr = 1002 // 非法用户 JRCodeMethodErr = 1007 // 非法访问,请求方法错误! WalletCodeInterErr = 8001 WalletCodeAlipayErr = 8002 WalletCodeDBErr = 8003 WalletCodeParamErr = 8004 WalletCodeWxpayErr = 8006 WalletCodeWithdrawTooMany = 8009 //提现次数过多 CommonCodeSuccess = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonResultCode ¶
type JsonResultCode int
Click to show internal directories.
Click to hide internal directories.