7
0

init project

This commit is contained in:
liangzy 2020-08-03 21:00:41 +08:00
parent df72079e6f
commit ec8078e9bc

View File

@ -12,4 +12,6 @@ type AcsRequest interface {
type baseRequest struct {
Scheme string
Method string
Host string
Domain string
}