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