附近小店
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.
 
 
 

14 rivejä
281 B

  1. package md
  2. type FastLoginRequestBody struct {
  3. Mobile string `json:"mobile"`
  4. Password string `json:"password"`
  5. }
  6. type LoginResponse struct {
  7. Token string `json:"token"`
  8. UserID string `json:"user_id"`
  9. Phone string `json:"phone"`
  10. UserName string `json:"username"`
  11. }