蛋蛋星球-制度模式
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
381 B

  1. package md
  2. type HomePageStartSignInReq struct {
  3. UID int64 `json:"uid"` // 用户 ID
  4. Body []byte `json:"body"` // 请求体
  5. Token string `json:"token"` // token
  6. Phone string `json:"phone"` // 手机号
  7. IP string `json:"ip"` // ip
  8. Header string `json:"header"` // 请求头
  9. }
  10. type HomePageWatchOverAdReq struct {
  11. UID int64 `json:"uid"` // 用户 ID
  12. }