更新 tpl/logic.go
This commit is contained in:
parent
dd8913297e
commit
689afaff97
|
@ -45,8 +45,8 @@ var FetchValidCode = `
|
||||||
|
|
||||||
var StatusReplyCode = `
|
var StatusReplyCode = `
|
||||||
return &pb.StatusReply{
|
return &pb.StatusReply{
|
||||||
Status: 200,
|
Status: 0,
|
||||||
Message: "ok",
|
Message: "OK",
|
||||||
Timeseq: time.Now().UnixNano(),
|
Timeseq: time.Now().UnixNano(),
|
||||||
}, nil
|
}, nil
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue