🎨优化代码

This commit is contained in:
coward 2024-01-05 17:11:14 +08:00
parent ac18b24e35
commit 97774b303f

View File

@ -9,8 +9,8 @@ import (
)
type WxHelper struct {
Host string
Port uint
host string
port uint
tmpResult CommonResponse
client *resty.Client
}