|
|
@@ -56,7 +56,7 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 重置密码
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestResetPassword public_resetpassword = 106;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPublicResetPassword public_resetpassword = 106;</code>
|
|
|
*/
|
|
|
protected $public_resetpassword = null;
|
|
|
/**
|
|
|
@@ -141,15 +141,15 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 获取日志信息请求
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestUserLogData log_data = 304;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestUserLogData user_log_data = 304;</code>
|
|
|
*/
|
|
|
- protected $log_data = null;
|
|
|
+ protected $user_log_data = null;
|
|
|
/**
|
|
|
* 清空日志请求
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestUserClearLog clear_log = 305;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestUserClearLog user_clear_log = 305;</code>
|
|
|
*/
|
|
|
- protected $clear_log = null;
|
|
|
+ protected $user_clear_log = null;
|
|
|
/**
|
|
|
* 更换农场皮肤请求
|
|
|
*
|
|
|
@@ -157,6 +157,13 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
*/
|
|
|
protected $user_gameskin = null;
|
|
|
/**
|
|
|
+ * god 400+
|
|
|
+ * import "god_request.proto";
|
|
|
+ * ====== god_request.proto ======
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
* 神像 请求
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Request.RequestGodOpen god_open = 400;</code>
|
|
|
@@ -295,9 +302,13 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
*/
|
|
|
protected $item_dismantle = null;
|
|
|
/**
|
|
|
- * 商品 900+
|
|
|
- * import "shop_request.proto";
|
|
|
- * ====== shop_request.proto ======
|
|
|
+ * 商店查询 请求
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestShopQuery shop_query = 900;</code>
|
|
|
+ */
|
|
|
+ protected $shop_query = null;
|
|
|
+ /**
|
|
|
+ * 商品 购买
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Request.RequestShopBuy shop_buy = 901;</code>
|
|
|
*/
|
|
|
@@ -321,7 +332,7 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
* 发送验证码
|
|
|
* @type \Uraus\Kku\Request\RequestPublicCheckCode $public_checkcode
|
|
|
* 对比验证码
|
|
|
- * @type \Uraus\Kku\Request\RequestResetPassword $public_resetpassword
|
|
|
+ * @type \Uraus\Kku\Request\RequestPublicResetPassword $public_resetpassword
|
|
|
* 重置密码
|
|
|
* @type \Uraus\Kku\Request\RequestPublicDeviceInfo $public_deviceinfo
|
|
|
* 设备信息 上报
|
|
|
@@ -350,13 +361,20 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
* 修改密码
|
|
|
* @type \Uraus\Kku\Request\RequestUserLogout $user_logout
|
|
|
* 退出登陆
|
|
|
- * @type \Uraus\Kku\Request\RequestUserLogData $log_data
|
|
|
+ * @type \Uraus\Kku\Request\RequestUserLogData $user_log_data
|
|
|
* 获取日志信息请求
|
|
|
- * @type \Uraus\Kku\Request\RequestUserClearLog $clear_log
|
|
|
+ * @type \Uraus\Kku\Request\RequestUserClearLog $user_clear_log
|
|
|
* 清空日志请求
|
|
|
* @type \Uraus\Kku\Request\RequestUserGameSkin $user_gameskin
|
|
|
* 更换农场皮肤请求
|
|
|
* @type \Uraus\Kku\Request\RequestGodOpen $god_open
|
|
|
+ * god 400+
|
|
|
+ * import "god_request.proto";
|
|
|
+ * ====== god_request.proto ======
|
|
|
+ * - 填充空行,禁止删除
|
|
|
+ * - 填充空行,禁止删除
|
|
|
+ * - 填充空行,禁止删除
|
|
|
+ * - 填充空行,禁止删除
|
|
|
* 神像 请求
|
|
|
* @type \Uraus\Kku\Request\RequestHouseUp $house_up
|
|
|
* 房屋升级请求
|
|
|
@@ -402,10 +420,10 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
* 合成
|
|
|
* @type \Uraus\Kku\Request\RequestItemDismantle $item_dismantle
|
|
|
* 分解
|
|
|
+ * @type \Uraus\Kku\Request\RequestShopQuery $shop_query
|
|
|
+ * 商店查询 请求
|
|
|
* @type \Uraus\Kku\Request\RequestShopBuy $shop_buy
|
|
|
- * 商品 900+
|
|
|
- * import "shop_request.proto";
|
|
|
- * ====== shop_request.proto ======
|
|
|
+ * 商品 购买
|
|
|
* }
|
|
|
*/
|
|
|
public function __construct($data = NULL) {
|
|
|
@@ -632,8 +650,8 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 重置密码
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestResetPassword public_resetpassword = 106;</code>
|
|
|
- * @return \Uraus\Kku\Request\RequestResetPassword|null
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPublicResetPassword public_resetpassword = 106;</code>
|
|
|
+ * @return \Uraus\Kku\Request\RequestPublicResetPassword|null
|
|
|
*/
|
|
|
public function getPublicResetpassword()
|
|
|
{
|
|
|
@@ -653,13 +671,13 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 重置密码
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestResetPassword public_resetpassword = 106;</code>
|
|
|
- * @param \Uraus\Kku\Request\RequestResetPassword $var
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestPublicResetPassword public_resetpassword = 106;</code>
|
|
|
+ * @param \Uraus\Kku\Request\RequestPublicResetPassword $var
|
|
|
* @return $this
|
|
|
*/
|
|
|
public function setPublicResetpassword($var)
|
|
|
{
|
|
|
- GPBUtil::checkMessage($var, \Uraus\Kku\Request\RequestResetPassword::class);
|
|
|
+ GPBUtil::checkMessage($var, \Uraus\Kku\Request\RequestPublicResetPassword::class);
|
|
|
$this->public_resetpassword = $var;
|
|
|
|
|
|
return $this;
|
|
|
@@ -1138,35 +1156,35 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 获取日志信息请求
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestUserLogData log_data = 304;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestUserLogData user_log_data = 304;</code>
|
|
|
* @return \Uraus\Kku\Request\RequestUserLogData|null
|
|
|
*/
|
|
|
- public function getLogData()
|
|
|
+ public function getUserLogData()
|
|
|
{
|
|
|
- return $this->log_data;
|
|
|
+ return $this->user_log_data;
|
|
|
}
|
|
|
|
|
|
- public function hasLogData()
|
|
|
+ public function hasUserLogData()
|
|
|
{
|
|
|
- return isset($this->log_data);
|
|
|
+ return isset($this->user_log_data);
|
|
|
}
|
|
|
|
|
|
- public function clearLogData()
|
|
|
+ public function clearUserLogData()
|
|
|
{
|
|
|
- unset($this->log_data);
|
|
|
+ unset($this->user_log_data);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 获取日志信息请求
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestUserLogData log_data = 304;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestUserLogData user_log_data = 304;</code>
|
|
|
* @param \Uraus\Kku\Request\RequestUserLogData $var
|
|
|
* @return $this
|
|
|
*/
|
|
|
- public function setLogData($var)
|
|
|
+ public function setUserLogData($var)
|
|
|
{
|
|
|
GPBUtil::checkMessage($var, \Uraus\Kku\Request\RequestUserLogData::class);
|
|
|
- $this->log_data = $var;
|
|
|
+ $this->user_log_data = $var;
|
|
|
|
|
|
return $this;
|
|
|
}
|
|
|
@@ -1174,35 +1192,35 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
/**
|
|
|
* 清空日志请求
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestUserClearLog clear_log = 305;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestUserClearLog user_clear_log = 305;</code>
|
|
|
* @return \Uraus\Kku\Request\RequestUserClearLog|null
|
|
|
*/
|
|
|
- public function getClearLog()
|
|
|
+ public function getUserClearLog()
|
|
|
{
|
|
|
- return $this->clear_log;
|
|
|
+ return $this->user_clear_log;
|
|
|
}
|
|
|
|
|
|
- public function hasClearLog()
|
|
|
+ public function hasUserClearLog()
|
|
|
{
|
|
|
- return isset($this->clear_log);
|
|
|
+ return isset($this->user_clear_log);
|
|
|
}
|
|
|
|
|
|
- public function clearClearLog()
|
|
|
+ public function clearUserClearLog()
|
|
|
{
|
|
|
- unset($this->clear_log);
|
|
|
+ unset($this->user_clear_log);
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 清空日志请求
|
|
|
*
|
|
|
- * Generated from protobuf field <code>.uraus.kku.Request.RequestUserClearLog clear_log = 305;</code>
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestUserClearLog user_clear_log = 305;</code>
|
|
|
* @param \Uraus\Kku\Request\RequestUserClearLog $var
|
|
|
* @return $this
|
|
|
*/
|
|
|
- public function setClearLog($var)
|
|
|
+ public function setUserClearLog($var)
|
|
|
{
|
|
|
GPBUtil::checkMessage($var, \Uraus\Kku\Request\RequestUserClearLog::class);
|
|
|
- $this->clear_log = $var;
|
|
|
+ $this->user_clear_log = $var;
|
|
|
|
|
|
return $this;
|
|
|
}
|
|
|
@@ -1244,6 +1262,13 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * god 400+
|
|
|
+ * import "god_request.proto";
|
|
|
+ * ====== god_request.proto ======
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
* 神像 请求
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Request.RequestGodOpen god_open = 400;</code>
|
|
|
@@ -1265,6 +1290,13 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * god 400+
|
|
|
+ * import "god_request.proto";
|
|
|
+ * ====== god_request.proto ======
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
+ *- 填充空行,禁止删除
|
|
|
* 神像 请求
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Request.RequestGodOpen god_open = 400;</code>
|
|
|
@@ -2072,9 +2104,43 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 商品 900+
|
|
|
- * import "shop_request.proto";
|
|
|
- * ====== shop_request.proto ======
|
|
|
+ * 商店查询 请求
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestShopQuery shop_query = 900;</code>
|
|
|
+ * @return \Uraus\Kku\Request\RequestShopQuery|null
|
|
|
+ */
|
|
|
+ public function getShopQuery()
|
|
|
+ {
|
|
|
+ return $this->shop_query;
|
|
|
+ }
|
|
|
+
|
|
|
+ public function hasShopQuery()
|
|
|
+ {
|
|
|
+ return isset($this->shop_query);
|
|
|
+ }
|
|
|
+
|
|
|
+ public function clearShopQuery()
|
|
|
+ {
|
|
|
+ unset($this->shop_query);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 商店查询 请求
|
|
|
+ *
|
|
|
+ * Generated from protobuf field <code>.uraus.kku.Request.RequestShopQuery shop_query = 900;</code>
|
|
|
+ * @param \Uraus\Kku\Request\RequestShopQuery $var
|
|
|
+ * @return $this
|
|
|
+ */
|
|
|
+ public function setShopQuery($var)
|
|
|
+ {
|
|
|
+ GPBUtil::checkMessage($var, \Uraus\Kku\Request\RequestShopQuery::class);
|
|
|
+ $this->shop_query = $var;
|
|
|
+
|
|
|
+ return $this;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 商品 购买
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Request.RequestShopBuy shop_buy = 901;</code>
|
|
|
* @return \Uraus\Kku\Request\RequestShopBuy|null
|
|
|
@@ -2095,9 +2161,7 @@ class Request extends \Google\Protobuf\Internal\Message
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 商品 900+
|
|
|
- * import "shop_request.proto";
|
|
|
- * ====== shop_request.proto ======
|
|
|
+ * 商品 购买
|
|
|
*
|
|
|
* Generated from protobuf field <code>.uraus.kku.Request.RequestShopBuy shop_buy = 901;</code>
|
|
|
* @param \Uraus\Kku\Request\RequestShopBuy $var
|