Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package verifyMgr
|
||||
|
||||
type VerifyType int8
|
||||
|
||||
const (
|
||||
// Method=GET
|
||||
Con_Get VerifyType = 1
|
||||
|
||||
// Method=POST
|
||||
Con_Post VerifyType = 2
|
||||
)
|
||||
@@ -0,0 +1,8 @@
|
||||
package qcloud
|
||||
|
||||
type response struct {
|
||||
Result int `json: "result"`
|
||||
ErrMsg string `json:"errmsg"`
|
||||
CallId string `json:"callid"`
|
||||
Ext string `json:"ext"`
|
||||
}
|
||||
Reference in New Issue
Block a user