This commit is contained in:
2021-06-01 16:12:27 +08:00
parent 48ff267183
commit 2012bfc6b6
8 changed files with 225 additions and 6 deletions

13
Action/BaseAction.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
namespace XuanChen\PingAnSdk\Action;
class BaseAction extends Init
{
public function index()
{
re
}
}