feat(main): fix url
This commit is contained in:
@@ -9,6 +9,13 @@ info (
|
||||
)
|
||||
|
||||
type (
|
||||
AgentInfoResp {
|
||||
isAgent bool `json:"is_agent"`
|
||||
region string `json:"region"`
|
||||
mobile string `json:"mobile"`
|
||||
wechatID string `json:"wechat_id"`
|
||||
}
|
||||
|
||||
// 代理申请请求参数
|
||||
AgentApplyReq {
|
||||
UserID int64 `json:"user_id"`
|
||||
|
||||
Reference in New Issue
Block a user