mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
debug
This commit is contained in:
@ -34,7 +34,7 @@ class OrderNotify extends Common
|
||||
*/
|
||||
public function Notify()
|
||||
{
|
||||
$ret = OrderService::Notify($_REQUEST);
|
||||
$ret = OrderService::Notify($this->data_request);
|
||||
if($ret['code'] == 0)
|
||||
{
|
||||
exit('success');
|
||||
|
||||
Reference in New Issue
Block a user