finish support with otane

This commit is contained in:
xiaomlove
2022-03-20 22:14:00 +08:00
parent a5ea51de55
commit 0e4544459f
39 changed files with 427 additions and 104 deletions
+5 -2
View File
@@ -65,8 +65,11 @@ class Test extends Command
*/
public function handle()
{
$redis = Redis::connection()->client();
$r = $redis->get('5da94a358e67cb5181166ae2611c2fd9');
$peerId = '-UT355W-%af%b0ky%86N%a6%17i%f8%c1%0a';
$peerId = '-UT355W-%af%b0ky%86N%a6%17i%f8%c1%0a';
$peerId = '-UT355W-%AF%B0ky%86N%A6%17i%F8%C1';
$peerId = '-UT355W-%AF%B0ky%86N%A6%17i%F8%C1%0A';
$r = strlen(urldecode($peerId));
dd($r);
}