|
@@ -137,7 +137,9 @@ class TestServer {
|
|
|
* @param type $zoneid
|
|
|
*/
|
|
|
static public function PassAllPlotGates($uid, $zoneid) {
|
|
|
- req()->CV = "999.999.999";
|
|
|
+ new Req('{"uid":"639743559740E0681F7E0EBBFE60B5C8","cmd":6902,"paras":[1722393844],"ts":1722393875,"zoneid":1,"SN":14,"TK":"4dbkqpf2","CV":"unityEditor"}');
|
|
|
+ req()->uid = $uid;
|
|
|
+ req()->zoneid = $zoneid;
|
|
|
$userRedisKey = MemKey_User::Info_hash($zoneid, $uid);
|
|
|
$gates = new Info_Gates(gMem()->hget($userRedisKey, 'gates'));
|
|
|
$nextId = $gateId = glc()->FirstGateId;
|