From bd70ebfecb45de1f12ca5be83af827eef34014a8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 21 Aug 2019 19:52:04 +0800 Subject: [PATCH] 1 --- webapp/controller/PayController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/PayController.class.php b/webapp/controller/PayController.class.php index 3e7a904..93e06bd 100644 --- a/webapp/controller/PayController.class.php +++ b/webapp/controller/PayController.class.php @@ -63,7 +63,7 @@ class PayController { } $openid = 'ouPbc4gvHQ_eRRtPKb6BhHGpheB8'; if (isset($_REQUEST['account_id'])) { - $openid = phpcommon\extraceOpenId($_REQUEST['account_id']); + $openid = phpcommon\extractOpenId($_REQUEST['account_id']); } $orderid = $this->getOrderId(); if (empty($orderid)) {