From 9af04fafb1aadefd2319e9bd66a6f63f4ac37432 Mon Sep 17 00:00:00 2001 From: weizong song Date: Mon, 5 Apr 2021 14:05:25 +0800 Subject: [PATCH] up --- app/Libs/WxMicroPay.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Libs/WxMicroPay.class.php b/app/Libs/WxMicroPay.class.php index 0a89961..1261560 100644 --- a/app/Libs/WxMicroPay.class.php +++ b/app/Libs/WxMicroPay.class.php @@ -20,10 +20,7 @@ class WxMicroPay extends WxPayCommon throw new Exception("缺少必填参数total_fee!" . "
"); } elseif (!$this->parameters["auth_code"]) { throw new Exception("缺少必填参数auth_code!" . "
"); - } else { - throw new Exception("参数校验成功"); } - } /**