@ -20,7 +20,10 @@ class WxMicroPay extends WxPayCommon
throw new Exception("缺少必填参数total_fee!" . "<br>");
} elseif (!$this->parameters["auth_code"]) {
throw new Exception("缺少必填参数auth_code!" . "<br>");
} else {
throw new Exception("参数校验成功");
}
/**