类 RegisterThirdUserRequest

java.lang.Object
com.ishop.model.request.RegisterThirdUserRequest
所有已实现的接口:
Serializable

public class RegisterThirdUserRequest extends Object implements Serializable
三方用户注册对象,暂时微信小程序登录使用。
另请参阅:
  • 构造器详细资料

    • RegisterThirdUserRequest

      public RegisterThirdUserRequest()
  • 方法详细资料

    • getSpreadPid

      public Long getSpreadPid()
    • setSpreadPid

      public void setSpreadPid(Long spreadPid)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getOpenId

      public String getOpenId()
    • setOpenId

      public void setOpenId(String openId)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object