Beispiel #1
0
 /**
  * 回复微信异步通知
  * @param array $info 回复内容数组
  */
 public static function replyWxPayNotify($info)
 {
     echo Xml::toXml($info);
 }