增加ip获取
This commit is contained in:
15
api/callback/callback.go
Normal file
15
api/callback/callback.go
Normal file
@@ -0,0 +1,15 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package callback
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/ayflying/utility_go/api/callback/v1"
|
||||
)
|
||||
|
||||
type ICallbackV1 interface {
|
||||
Ip(ctx context.Context, req *v1.IpReq) (res *v1.IpRes, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user