From 6fe536b399aa2c98a033f05ec5266ef79c3d7b28 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Tue, 30 Jan 2024 15:04:49 +0800 Subject: [PATCH] 1 --- app/api/controller/Identity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/Identity.php b/app/api/controller/Identity.php index 612ee75f..04cf9520 100644 --- a/app/api/controller/Identity.php +++ b/app/api/controller/Identity.php @@ -57,7 +57,7 @@ class Identity extends Controller $service = new \app\api\service\Identity(); $data = $service->setMethod($data['method']) ->setClient($data['client']) - ->orderPay($data['identity_id'], $data['extra']); + ->orderPay($data['identity_id']); return $this->renderSuccess($data, $service->getMessage() ?: 'δΈ‹ε•ζˆεŠŸ'); }