{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
<?php
namespace googleshopping\traits;
use \googleshopping\Googleshopping;
trait LibraryLoader {
protected function loadLibrary($store_id) {
$this->registry->set('googleshopping', new Googleshopping($this->registry, $store_id));
}
}