修改huancun

This commit is contained in:
2023-05-15 17:59:15 +08:00
parent 95a14c5a59
commit fa9461bced
3 changed files with 19 additions and 3 deletions
+2 -2
View File
@@ -41,7 +41,9 @@ use Extend\Kuaidi100\Kuaidi;
use Extend\Prescription\Prescription;
use Extend\RegulatoryPlatform\regulatoryPlatform;
use Extend\TencentIm\RecentContact;
use Extend\Wechat\Wechat;
use Hyperf\Amqp\Producer;
use Hyperf\Cache\Cache;
use Hyperf\DbConnection\Db;
use Hyperf\Redis\Redis;
use Hyperf\Utils\ApplicationContext;
@@ -329,7 +331,5 @@ class TestController extends AbstractController
}
public function test_15(){
$a = Mask::maskNameStr("gdxz123400000",2);
dump($a);
}
}