🎨优化代码

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 { type WxHelper struct {
Host string host string
Port uint port uint
tmpResult CommonResponse tmpResult CommonResponse
client *resty.Client client *resty.Client
} }