debug
parent
9d2a9fc0cd
commit
961cbe1be5
|
|
@ -34,7 +34,7 @@ class OrderNotify extends Common
|
||||||
*/
|
*/
|
||||||
public function Notify()
|
public function Notify()
|
||||||
{
|
{
|
||||||
$ret = OrderService::Notify($_REQUEST);
|
$ret = OrderService::Notify($this->data_request);
|
||||||
if($ret['code'] == 0)
|
if($ret['code'] == 0)
|
||||||
{
|
{
|
||||||
exit('success');
|
exit('success');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue