think-orm
This commit is contained in:
@@ -11,7 +11,7 @@ use app\api\model\TbUser;
|
||||
use app\enums\ErrEnums;
|
||||
use app\exception\SysException;
|
||||
use app\utils\RedisUtils;
|
||||
use ba\Random;
|
||||
use extend\ba\Random;
|
||||
use support\Log;
|
||||
use think\facade\Db;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ use app\exception\SysException;
|
||||
use app\utils\RedisUtils;
|
||||
use app\api\validate\WuyouValidate;
|
||||
use app\utils\WuYouPayUtils;
|
||||
use ba\Random;
|
||||
use extend\ba\Random;
|
||||
use app\api\model\Orders;
|
||||
use support\Log;
|
||||
use think\facade\Db;
|
||||
@@ -44,7 +44,7 @@ class WuyouController extends BaseController
|
||||
|
||||
public function payOrder()
|
||||
{
|
||||
$params = $this->request->param();
|
||||
$params = $this->request->get();
|
||||
(new WuyouValidate())->scene('payOrder')->check($params);
|
||||
$userId = $this->getUserId();
|
||||
// debounce('payOrder' . $params['orderId']);
|
||||
|
||||
Reference in New Issue
Block a user