Esempio n. 1
0
 /**
  * @brief 向服务器发送订单处理失败信号
  *
  * @retval   
  * @see 
  * @note 
  * @author 吕宝贵
  * @date 2016/03/11 10:24:12
  **/
 public function replyFailureToServer()
 {
     $reply = ['return_code' => 'FAIL', 'return_msg' => 'NOT_OK'];
     $replyXml = $this->toXml($reply);
     WechatPayClient::replyNotify($replyXml);
 }