weizong song 5 years ago
parent 7e43c80041
commit e781a31c56

@ -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("参数校验成功");
}
}
/**

Loading…
Cancel
Save