pay
parent
82c56db090
commit
41909b1566
|
|
@ -35,8 +35,7 @@ class OrderNotifyController extends CommonController
|
|||
*/
|
||||
public function Notify()
|
||||
{
|
||||
$params = $_REQUEST;
|
||||
$ret = OrderService::Respond($params);
|
||||
$ret = OrderService::Notify($_REQUEST);
|
||||
if($ret['code'] == 0)
|
||||
{
|
||||
exit('success');
|
||||
|
|
|
|||
Loading…
Reference in New Issue