package sysBean type CheckPermissionReq struct { Uid string Perm string } type SendSmsReq struct { Phone string Ips string } type VaildSmsReq struct { Phone string Code string }