Commit 85175ef0 authored by szh's avatar szh

更新授权挖矿 地址统计数据逻辑

parent 868518ae
package e package e
import "github.com/micro/go-micro/errors" import "errors"
const ( const (
SUCCESS = 200 SUCCESS = 200
...@@ -39,6 +39,6 @@ const ( ...@@ -39,6 +39,6 @@ const (
) )
const ( var (
ErrWrongTicketId = errors.New("ErrWrongTicketId") ErrWrongTicketId = errors.New("ErrWrongTicketId")
) )
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment