时间:2021-07-01 10:21:17 帮助过:2人阅读
throw new SDKRuntimeException("统一支付接口中,缺少必填参数openid!trade_type为JSAPI时,openid为必填参数!" . "
");
class SDKRuntimeException extends Exception {
public function errorMessage()
{
return $this->getMessage();
}
}