model('shop')->dump($shop_id); if ($shop_id && $shop['node_type'] == 'taobao') { kernel::single('erpapi_router_request')->set('shop', $shop_id)->finance_bill_account_get(); } return true; } }