add tmall test command

This commit is contained in:
2025-11-26 09:45:30 +08:00
parent 11e2ea1181
commit a1ed0f2ecc
6 changed files with 202 additions and 133 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace App\Platform;
interface AdapterInterface
{
}