MfaInnerUserUnifiedAuthenticationRequest.php 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <?php
  2. class MfaInnerUserUnifiedAuthenticationRequest
  3. {
  4. private $apiParas = array();
  5. public function getApiMethodName(){
  6. return "jingdong.mfa.inner.userUnifiedAuthentication";
  7. }
  8. public function getApiParas(){
  9. if(empty($this->apiParas)){
  10. return "{}";
  11. }
  12. return $this->apiParas;
  13. }
  14. public function check(){
  15. }
  16. public function putOtherTextParam($key, $value){
  17. $this->apiParas[$key] = $value;
  18. $this->$key = $value;
  19. }
  20. private $version;
  21. public function setVersion($version){
  22. $this->version = $version;
  23. }
  24. public function getVersion(){
  25. return $this->version;
  26. }
  27. private $deviceOSType;
  28. public function setDeviceOSType($deviceOSType){
  29. $this->deviceOSType = $deviceOSType;
  30. $this->apiParas["deviceOSType"] = $deviceOSType;
  31. }
  32. public function getDeviceOSType(){
  33. return $this->deviceOSType;
  34. }
  35. private $appId;
  36. public function setAppId($appId){
  37. $this->appId = $appId;
  38. $this->apiParas["appId"] = $appId;
  39. }
  40. public function getAppId(){
  41. return $this->appId;
  42. }
  43. private $businessType;
  44. public function setBusinessType($businessType){
  45. $this->businessType = $businessType;
  46. $this->apiParas["businessType"] = $businessType;
  47. }
  48. public function getBusinessType(){
  49. return $this->businessType;
  50. }
  51. private $eid;
  52. public function setEid($eid){
  53. $this->eid = $eid;
  54. $this->apiParas["eid"] = $eid;
  55. }
  56. public function getEid(){
  57. return $this->eid;
  58. }
  59. private $openUDID;
  60. public function setOpenUDID($openUDID){
  61. $this->openUDID = $openUDID;
  62. $this->apiParas["openUDID"] = $openUDID;
  63. }
  64. public function getOpenUDID(){
  65. return $this->openUDID;
  66. }
  67. private $source;
  68. public function setSource($source){
  69. $this->source = $source;
  70. $this->apiParas["source"] = $source;
  71. }
  72. public function getSource(){
  73. return $this->source;
  74. }
  75. private $deviceName;
  76. public function setDeviceName($deviceName){
  77. $this->deviceName = $deviceName;
  78. $this->apiParas["deviceName"] = $deviceName;
  79. }
  80. public function getDeviceName(){
  81. return $this->deviceName;
  82. }
  83. private $email;
  84. public function setEmail($email){
  85. $this->email = $email;
  86. $this->apiParas["email"] = $email;
  87. }
  88. public function getEmail(){
  89. return $this->email;
  90. }
  91. private $deviceOSVersion;
  92. public function setDeviceOSVersion($deviceOSVersion){
  93. $this->deviceOSVersion = $deviceOSVersion;
  94. $this->apiParas["deviceOSVersion"] = $deviceOSVersion;
  95. }
  96. public function getDeviceOSVersion(){
  97. return $this->deviceOSVersion;
  98. }
  99. private $pin;
  100. public function setPin($pin){
  101. $this->pin = $pin;
  102. $this->apiParas["pin"] = $pin;
  103. }
  104. public function getPin(){
  105. return $this->pin;
  106. }
  107. private $appVersion;
  108. public function setAppVersion($appVersion){
  109. $this->appVersion = $appVersion;
  110. $this->apiParas["appVersion"] = $appVersion;
  111. }
  112. public function getAppVersion(){
  113. return $this->appVersion;
  114. }
  115. private $loginChannel;
  116. public function setLoginChannel($loginChannel){
  117. $this->loginChannel = $loginChannel;
  118. $this->apiParas["loginChannel"] = $loginChannel;
  119. }
  120. public function getLoginChannel(){
  121. return $this->loginChannel;
  122. }
  123. private $authType;
  124. public function setAuthType($authType){
  125. $this->authType = $authType;
  126. $this->apiParas["authType"] = $authType;
  127. }
  128. public function getAuthType(){
  129. return $this->authType;
  130. }
  131. private $clientIp;
  132. public function setClientIp($clientIp){
  133. $this->clientIp = $clientIp;
  134. $this->apiParas["clientIp"] = $clientIp;
  135. }
  136. public function getClientIp(){
  137. return $this->clientIp;
  138. }
  139. private $uuid;
  140. public function setUuid($uuid){
  141. $this->uuid = $uuid;
  142. $this->apiParas["uuid"] = $uuid;
  143. }
  144. public function getUuid(){
  145. return $this->uuid;
  146. }
  147. private $mobile;
  148. public function setMobile($mobile){
  149. $this->mobile = $mobile;
  150. $this->apiParas["mobile"] = $mobile;
  151. }
  152. public function getMobile(){
  153. return $this->mobile;
  154. }
  155. private $openIdBuyer;
  156. public function setOpenIdBuyer($openIdBuyer){
  157. $this->openIdBuyer = $openIdBuyer;
  158. $this->apiParas["open_id_buyer"] = $openIdBuyer;
  159. }
  160. public function getOpenIdBuyer(){
  161. return $this->openIdBuyer;
  162. }
  163. private $xidBuyer;
  164. public function setXidBuyer($xidBuyer){
  165. $this->xidBuyer = $xidBuyer;
  166. $this->apiParas["xid_buyer"] = $xidBuyer;
  167. }
  168. public function getXidBuyer(){
  169. return $this->xidBuyer;
  170. }
  171. }