|
|
@@ -71,7 +71,6 @@ class JsApiPay
|
|
|
|| $UnifiedOrderResult['prepay_id'] == "")
|
|
|
{
|
|
|
//throw new WxPayException("参数错误");
|
|
|
- Yii::info('UnifiedOrderResult:'.json_encode($UnifiedOrderResult));
|
|
|
throw new WxPayException($UnifiedOrderResult['return_msg']);
|
|
|
}
|
|
|
$jsapi = new WxPayJsApiPay();
|