|
@@ -55,12 +55,12 @@ class Notify extends Api
|
|
|
if (!$input) {
|
|
|
$this->error('error');
|
|
|
}
|
|
|
- Dever::log($input, 'notify');
|
|
|
$this->load($input, $connect_id, $api_id, $order_id);
|
|
|
}
|
|
|
|
|
|
private function load($input, $connect_id, $api_id, $order_id)
|
|
|
{
|
|
|
+ Dever::log($input, 'notify');
|
|
|
$this->connect = Dever::db('info', 'connect')->find($connect_id);
|
|
|
$this->info = Dever::db('api', 'connect')->find($api_id);
|
|
|
if (is_array($order_id)) {
|