折扣
This commit is contained in:
@@ -147,7 +147,7 @@ class Events
|
|||||||
'msg_id' => '',
|
'msg_id' => '',
|
||||||
'type' => 'time_discount',
|
'type' => 'time_discount',
|
||||||
'status' => $res,
|
'status' => $res,
|
||||||
'data' => json_decode($message, true),
|
'data' => json_decode($message['data'], true),
|
||||||
];
|
];
|
||||||
Gateway::sendToClient($client_id, json_encode($snd_data));
|
Gateway::sendToClient($client_id, json_encode($snd_data));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user