dever 6 years ago
parent
commit
ba6a1f2c32
1 changed files with 6 additions and 0 deletions
  1. 6 0
      lib/Cmbc.php

+ 6 - 0
lib/Cmbc.php

@@ -31,6 +31,12 @@ class Cmbc extends Core
 		$result = $callback->request(Dever::input(), $this);
 		$this->log('支付回调-获取数据', $result);
 		$this->updateOrder($result['mhtOrderNo'], $result['mhtOrderAmt'], '支付成功');
+
+		$return = array
+		(
+			'success' => 'Y',
+		);
+		echo 'success=Y';die;
 	}
 
 	/**