如何在Mac OS Big Sur上安装csvkit?

huangapple go评论62阅读模式
英文:

How do I install csvkit on Mac OS Big Sur?

问题

我正在尝试在我的Mac上安装csvkit(OS 11.7.7)。然而,我遇到了这个404错误:

$ brew install csvkit
==> 正在下载 https://formulae.brew.sh/api/cask.jws.json
curl: (22) 请求的URL返回错误: 404

错误: 执行失败; `/usr/bin/env /usr/local/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --user-agent Homebrew/4.0.24-19-g1c081f3\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 11.7.7\)\ curl/7.87.0 --header Accept-Language:\ en --fail --progress-bar --location --remote-time --output /Users/davea/Library/Caches/Homebrew/api/cask.jws.json --compressed --speed-limit 100 --speed-time 5 --progress-bar https://formulae.brew.sh/api/cask.jws.json` 退出,返回22。以下是输出:
curl: (22) 请求的URL返回错误: 404

尝试通过Homebrew升级也会导致404错误:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> 检查 `sudo` 访问权限(可能会请求您的密码)...
密码:
==> 此脚本将安装:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
按回车/输入以继续,或按任何其他键以中止:
==> /usr/bin/sudo /usr/sbin/chown -R davea:admin /usr/local/Homebrew
==> 下载并安装Homebrew...
remote: 正在枚举对象:354,完成。
remote: 计数对象:100%(291/291),完成。
remote: 压缩对象:100%(102/102),完成。
remote: 总共 194(delta 64),复用 178(delta 52),压缩 0
接收对象:100%(194/194),293.69 KiB | 2.58 MiB/s,完成。
解决差异:100%(64/64),使用16个本地对象完成。
从https://github.com/Homebrew/brew获取
* [new branch] dependabot/bundler/Library/Homebrew/json_schemer-0.2.25 -> origin/dependabot/bundler/Library/Homebrew/json_schemer-0.2.25
* [new branch] dependabot/bundler/Library/Homebrew/parser-3.2.2.3 -> origin/dependabot/bundler/Library/Homebrew/parser-3.2.2.3
HEAD 现在是 1c081f379 合并拉取请求 #15572 来自 razvanazamfirei/add-emoji-audit
错误: 下载 https://formulae.brew.sh/api/cask.jws.json 失败!
错误: 执行失败; `/usr/bin/env /usr/local/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --user-agent Homebrew/4.0.24-19-g1c081f3\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 11.7.7\)\ curl/7.87.0 --header Accept-Language:\ en --fail --progress-bar --location --remote-time --output /Users/davea/Library/Caches/Homebrew/api/cask.jws.json --compressed --speed-limit 100 --speed-time 5 --progress-bar --silent https://formulae.brew.sh/api/cask.jws.json` 退出,返回22。
升级期间出现错误:/usr/local/bin/brew update --force --quiet
编辑:以下是 brew config 的输出...
$ brew config
HOMEBREW_VERSION: 4.0.24-19-g1c081f3
ORIGIN: https://github.com/Homebrew/brew
HEAD: 1c081f379dcaa2e8e6eb055edc49fe2e0457862b
最后提交: 7天前
核心 tap 源: https://github.com/Homebrew/homebrew-core
核心 tap HEAD: a3e0fb3fe4a28d59c4f0fc68198e3aab24a12be8
核心 tap 最后提交: 4个月前
核心 tap 分支: HEAD
核心 tap JSON: 21 Jun 21:01 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.UU9eGSZiOw/org.macosforge.xquartz:0
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.10 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/bin/ruby
CPU: octa-core 64-bit haswell
Clang: 12.0.5 build 1205
Git: 2.39.2 => /usr/local/bin/git
Curl: 7.87.0 => /usr/bin/curl
macOS: 11.7.7-x86_64
CLT: 12.5.0.22.9
Xcode: N/A
编辑 2:响应建议,添加以下输出
$ HOMEBREW_NO_INSTALL_FROM_API=1 brew install csvkit
正在运行 `brew update --auto-update`...
==> 自动更新Homebrew!
==> 更新Homebrew从4.0.24(1c081f379)到4.0.26(9a482dea2)。
更新了6个存储库(phinze/cask、homebrew/core、homebrew/cask、homebrew/services、mongodb/brew和spring-io/tap)。
==> 新公式
aarch64-elf-gdb                 forgit                          libvisual-projectm              scip
access                          form                            libwpe                          scrapy
ada-url                         garble                          libzen                          service-weaver
adr-viewer                      gat                             llvm@15                         shodan
aftman                          gcc@12                          lowdown                         shub
aichat                          getmail6                        lpeg                            shush
aicommits                       gffread                         ls-lint                         sickchill
aiven-client                    gfold                           mariadb@10.10                   sing-box
alass                           git-big-picture                 mariadb@10.11                   slsa-verifier
aliyunpan                       git-credential-oauth            mdt                             smartdns
amber                           git-tools                       melange                         solhint
anim
<details>
<summary>英文:</summary>
I&#39;m trying to install csvkit on my Mac (OS 11.7.7).  However, I&#39;m getting this 404 error
$ brew install csvkit
==&gt; Downloading https://formulae.brew.sh/api/cask.jws.json
curl: (22) The requested URL returned error: 404                                                                             
Error: Failure while executing; `/usr/bin/env /usr/local/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --user-agent Homebrew/4.0.24-19-g1c081f3\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 11.7.7\)\ curl/7.87.0 --header Accept-Language:\ en --fail --progress-bar --location --remote-time --output /Users/davea/Library/Caches/Homebrew/api/cask.jws.json --compressed --speed-limit 100 --speed-time 5 --progress-bar https://formulae.brew.sh/api/cask.jws.json` exited with 22. Here&#39;s the output:
curl: (22) The requested URL returned error: 404 
Attempting to upgrade via homebrew results in 404s as well
/bin/bash -c &quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)&quot;
==&gt; Checking for `sudo` access (which may request your password)...
Password:
==&gt; This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
Press RETURN/ENTER to continue or any other key to abort:
==&gt; /usr/bin/sudo /usr/sbin/chown -R davea:admin /usr/local/Homebrew
==&gt; Downloading and installing Homebrew...
remote: Enumerating objects: 354, done.
remote: Counting objects: 100% (291/291), done.
remote: Compressing objects: 100% (102/102), done.
remote: Total 194 (delta 64), reused 178 (delta 52), pack-reused 0
Receiving objects: 100% (194/194), 293.69 KiB | 2.58 MiB/s, done.
Resolving deltas: 100% (64/64), completed with 16 local objects.
From https://github.com/Homebrew/brew
* [new branch]          dependabot/bundler/Library/Homebrew/json_schemer-0.2.25 -&gt; origin/dependabot/bundler/Library/Homebrew/json_schemer-0.2.25
* [new branch]          dependabot/bundler/Library/Homebrew/parser-3.2.2.3 -&gt; origin/dependabot/bundler/Library/Homebrew/parser-3.2.2.3
HEAD is now at 1c081f379 Merge pull request #15572 from razvanazamfirei/add-emoji-audit
Error: Failed to download https://formulae.brew.sh/api/cask.jws.json!
Error: Failure while executing; `/usr/bin/env /usr/local/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --user-agent Homebrew/4.0.24-19-g1c081f3\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 11.7.7\)\ curl/7.87.0 --header Accept-Language:\ en --fail --progress-bar --location --remote-time --output /Users/davea/Library/Caches/Homebrew/api/cask.jws.json --compressed --speed-limit 100 --speed-time 5 --progress-bar --silent https://formulae.brew.sh/api/cask.jws.json` exited with 22.
Failed during: /usr/local/bin/brew update --force --quiet
&lt;b&gt;Edit:&lt;/b&gt; Here&#39;s what brew confnig reveals ...
$ brew config
HOMEBREW_VERSION: 4.0.24-19-g1c081f3
ORIGIN: https://github.com/Homebrew/brew
HEAD: 1c081f379dcaa2e8e6eb055edc49fe2e0457862b
Last commit: 7 days ago
Core tap origin: https://github.com/Homebrew/homebrew-core
Core tap HEAD: a3e0fb3fe4a28d59c4f0fc68198e3aab24a12be8
Core tap last commit: 4 months ago
Core tap branch: HEAD
Core tap JSON: 21 Jun 21:01 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.UU9eGSZiOw/org.macosforge.xquartz:0
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.10 =&gt; /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/bin/ruby
CPU: octa-core 64-bit haswell
Clang: 12.0.5 build 1205
Git: 2.39.2 =&gt; /usr/local/bin/git
Curl: 7.87.0 =&gt; /usr/bin/curl
macOS: 11.7.7-x86_64
CLT: 12.5.0.22.9
Xcode: N/A
&lt;b&gt;Edit 2:&lt;/b&gt; Adding output in response to suggestion given
$ HOMEBREW_NO_INSTALL_FROM_API=1 brew install csvkit
Running `brew update --auto-update`...
==&gt; Auto-updated Homebrew!
==&gt; Updated Homebrew from 4.0.24 (1c081f379) to 4.0.26 (9a482dea2).
Updated 6 taps (phinze/cask, homebrew/core, homebrew/cask, homebrew/services, mongodb/brew and spring-io/tap).
==&gt; New Formulae
aarch64-elf-gdb                 forgit                          libvisual-projectm              scip
access                          form                            libwpe                          scrapy
ada-url                         garble                          libzen                          service-weaver
adr-viewer                      gat                             llvm@15                         shodan
aftman                          gcc@12                          lowdown                         shub
aichat                          getmail6                        lpeg                            shush
aicommits                       gffread                         ls-lint                         sickchill
aiven-client                    gfold                           mariadb@10.10                   sing-box
alass                           git-big-picture                 mariadb@10.11                   slsa-verifier
aliyunpan                       git-credential-oauth            mdt                             smartdns
amber                           git-tools                       melange                         solhint
animdl                          gitoxide                        meta-package-manager            spotify_player
ansible@7                       gmssl                           millet                          sql-migrate
apko                            go-feature-flag-relay-proxy     minigraph                       ssocr
ares                            go@1.19                         mods                            staq
argparse                        golines                         musikcube                       streamvbyte
arjun                           gotestsum                       nerdfix                         svlint
arttime                         grpc@1.54                       nexttrace                       svls
ast-grep                        grype                           nixpacks                        swift-outdated
ata                             gyb                             notify                          tailwindcss-language-server
aws-amplify                     hck                             ntfy                            teip
aws-sso-cli                     hexer                           ocmtoc                          tern
base16384                       hivex                           octobuild                       thriftgo
bashate                         hq                              okta-aws-cli                    tkey-ssh-agent
benerator                       hz                              ol                              tracy
blocky                          imessage-exporter               opal                            trippy
boolector                       ipget                           openai-whisper                  trurl
cargo-generate                  jet                             openfga                         trust-dns
cffi                            joern                           openiked                        tt
charls                          johnnydep                       openssl@3.0                     typescript-language-server
chatblade                       joshuto                         ord                             typical
clifm                           jsign                           pfetch-rs                       typst
clipboard                       jsmn                            pgvector                        ulfius
clive                           judy                            phoneinfoga                     victoriametrics
cloudpan189-go                  keyring                         picotool                        virtualfish
conan@1                         kitex                           pmtiles                         votca
conda-lock                      ksops                           pocketbase                      vscode-langservers-extracted
conduit                         lacework-cli                    poke                            vulkan-extensionlayer
convco                          leetup                          portal                          vulkan-tools
core-lightning                  libabigail                      procps@3                        vulkan-validationlayers
cppinsights                     libansilove                     protobuf@21                     vvdec
ddns-go                         libclc                          pycparser                       vvenc
debugbreak                      libdvbcsa                       pygit2                          wally
define                          libecpint                       pypy3.10                        wazero
devcontainer                    libfastjson                     pypy3.9                         wpebackend-fdo
dexter                          libgedit-gtksourceview          python-toml                     wxlua
dtools                          libgit2@1.5                     quantum++                       wzprof
dutree                          libint                          renovate                        xbyak
dzr                             liblxi                          resvg                           xurls
elfx86exts                      libmediainfo                    rio                             yamlfmt
enchive                         libomemo-c                      roblox-ts                       zchunk
erdtree                         libpaho-mqtt                    rojo                            zlint
fastgron                        libpaper                        rye                             zls
ffmpeg@5                        libvisual                       sad                             zpaqfranz
flavours                        libvisual-plugins               safeint                         zrok
==&gt; New Casks
115                                                             logitech-camera-settings
1kc-razer                                                       logitech-g-hub
active-trader-pro                                               logitech-options
alex313031-thorium                                              logitune
alipay-key-tool                                                 loupedeck
apple-hewlett-packard-printer-drivers                           macwhisper
archaeology                                                     mediainfoex
asix-ax88179                                                    mfiles
audiocupcake                                                    minisim
bazecor                                                         mist
beardie                                                         moneymanager
bloop                                                           morgen
bluos-controller                                                motu-m-series
bookletcreator                                                  mullvad-browser
bose-updater                                                    multiviewer-for-f1
bruno                                                           mumu-x
caldigit-docking-utility                                        music-miniplayer
caldigit-thunderbolt-charging                                   music-remote
cameracontroller                                                music-widget
canon-eos-utility                                               nordic-nrf-command-line-tools
capacities                                                      nozbe
carbide-create                                                  oak9
chatbox                                                         obs-advanced-scene-switcher
codeedit                                                        obsbot-webcam
command-x                                                       opal
concept2-utility                                                openbb-terminal
copilot                                                         openrocket
corsair-icue                                                    orbstack
craft                                                           orcaslicer
creative                                                        pallotron-yubiswitch
cursor                                                          philips-hue-sync
dadroit-json-viewer                                             piclist
ddpm                                                            picoscope
dehelper                                                        picoscope
devpod                                                          pololu-avr-programmer-v2
dintch                                                          prism
displaylink                                                     processmonitor
doppler                                                         prolific-pl2303
drata-agent                                                     qflipper
drata-agent                                                     qmk-toolbox
droidcam-obs                                                    red-canary-mac-monitor
dymo-label                                                      reminders-menubar
easydict                                                        rewind
edrawmind                                                       ricoh-theta
elgato-camera-hub                                               rio
elgato-control-center                                           rio
elgato-game-capture-hd                                          rode-connect
elgato-stream-deck                                              rsyncui
elgato-video-capture                                            saleae-logic
elgato-wave-link                                                samsung-portable-ssd-t7
elk                                                             score
engine-dj                                                       score
entry                                                           segger-jlink
eobcanka                                                        shureplus-motiv
eset-cyber-security                                             silicon-labs-vcp-driver
eu                                                              simpleclock
eusamanager                                                     skiff
fightcade                                                       smooze-pro
filemonitor                                                     sonos
firefly-shimmer                                                 sony-ps-remote-play
focusrite-control                                               stack
focusrite-saffire-mixcontrol                                    steelseries-engine
fractal-bot                                                     steelseries-gg
frappe-books                                                    submariner
ftdi-vcp-driver                                                 synology-cloud-station-backup
fujitsu-scansnap-home                                           synology-drive
fx-cast-bridge                                                  synology-photo-station-uploader
garmin-express                                                  synology-surveillance-station-client
genesys-cloud                                                   synologyassistant
gitkraken-cli                                                   tachidesk-sorayomi
graalvm-jdk                                                     tastytrade
grs-bluewallet                                                  tea
gutenprint                                                      ths
hdhomerun                                                       ths
hp-easy-start                                                   tiptoi-manager
huiontablet                                                     toshiba-color-mfp
hummingbird                                                     tuist
iconchamp                                                       ubiquiti-unifi-controller
imazing-converter                                               uhk-agent
insta360-studio                                                 ultimate-vocal-remover
irpf2023                                                        usmart-trade
jabra-direct                                                    vbrokers
karafun                                                         volta
kiibohd-configurator                                            wacom-tablet
konica-minolta-bizhub-c750i-driver                              wch-ch34x-usb-serial-driver
konica-minolta-bizhub-c759-c658-c368-c287-c3851-driver          worldpainter
lasso                                                           xtool-creative-space
lg-onscreen-control                                             yealink-meeting
linn-konfig                                                     yubico-authenticator
llamachat                                                       yubico-yubikey-manager
lo-rain                                                         zed
logi-options-plus                                               zsa-wally
You have 174 outdated formulae and 3 outdated casks installed.
==&gt; Migrating formula postgresql to postgresql@14
==&gt; Unlinking postgresql
==&gt; Moving postgresql versions to /usr/local/Cellar/postgresql@14
==&gt; Relinking postgresql@14
Warning: postgresql@14 is outdated!
To avoid broken installations, as soon as possible please run:
brew upgrade
Or, if you&#39;re OK with a less reliable fix:
brew upgrade postgresql@14
The 4.0.26 changelog can be found at:
https://github.com/Homebrew/brew/releases/tag/4.0.26
==&gt; Fetching dependencies for csvkit: ca-certificates, openssl@3, sqlite, xz and python@3.11
==&gt; Fetching ca-certificates
==&gt; Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2023-05-30
####################################################################################################################### 100.0%
==&gt; Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:f664c0f185677a82689ada2a4e35c555e48885e6c2fb5e2d
####################################################################################################################### 100.0%
==&gt; Fetching openssl@3
==&gt; Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.1.1_1
####################################################################################################################### 100.0%
==&gt; Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:50c7448f726762394d63abe2722acee2a426d8fd1a8101504ad7c8
####################################################################################################################### 100.0%
==&gt; Fetching sqlite
==&gt; Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.42.0
####################################################################################################################### 100.0%
==&gt; Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:f0ccc2c64cc793a160be644fbb654074f42750735488702169a1353d3
####################################################################################################################### 100.0%
==&gt; Fetching xz
==&gt; Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.3
####################################################################################################################### 100.0%
==&gt; Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:cc402684eb7e9e81ea12b8721078c8fa1d36f2edd7ce41d0835282c00197f
####################################################################################################################### 100.0%
==&gt; Fetching python@3.11
==&gt; Downloading https://ghcr.io/v2/homebrew/core/python/3.11/manifests/3.11.4_1
####################################################################################################################### 100.0%
==&gt; Downloading https://ghcr.io/v2/homebrew/core/python/3.11/blobs/sha256:aeaf5d77ce1aad2cd39e7acebb78076bd0417459ff4825e1377a
####################################################################################################################### 100.0%
==&gt; Fetching csvkit
==&gt; Downloading https://ghcr.io/v2/homebrew/core/csvkit/manifests/1.1.1
####################################################################################################################### 100.0%
==&gt; Downloading https://ghcr.io/v2/homebrew/core/csvkit/blobs/sha256:61a24baa066b0a81133629e7dd9b3f1932ee6adefc96a0043881f657c
####################################################################################################################### 100.0%
==&gt; Installing dependencies for csvkit: ca-certificates, openssl@3, sqlite, xz and python@3.11
==&gt; Installing csvkit dependency: ca-certificates
==&gt; Pouring ca-certificates--2023-05-30.big_sur.bottle.tar.gz
==&gt; Regenerating CA certificate bundle from keychain, this may take a while...
&#127866;  /usr/local/Cellar/ca-certificates/2023-05-30: 3 files, 216.2KB
==&gt; Installing csvkit dependency: openssl@3
==&gt; Pouring openssl@3--3.1.1_1.big_sur.bottle.tar.gz
Error: An unexpected error occurred during the `brew link` step
The formula built, but is not symlinked into /usr/local
Directory not empty @ dir_s_rmdir - /usr/local/opt/openssl
Error: Directory not empty @ dir_s_rmdir - /usr/local/opt/openssl
</details>
# 答案1
**得分**: 0
我认为这可能是网络问题
```bash
$ curl -I https://formulae.brew.sh/api/cask.jws.json
HTTP/2 200
server: GitHub.com
content-type: application/json; charset=utf-8

除了从 API 安装(它会下载 JSON 索引文件),你还可以直接从配方规范安装,使用 HOMEBREW_NO_INSTALL_FROM_API=1 brew install csvkit(我会尝试这个方法)

最终,你可以运行 brew doctor 进行健康检查。

如果仍然不行,你可以更新 OP,提供 brew config 信息。

英文:

I think it might be networking issue

$ curl -I https://formulae.brew.sh/api/cask.jws.json
HTTP/2 200
server: GitHub.com
content-type: application/json; charset=utf-8

Beside install from API (which would download the json index file), can you also install directly from the formula spec, by using HOMEBREW_NO_INSTALL_FROM_API=1 brew install csvkit (I would give this a go)

Ultimately, you can run brew doctor to do the sanity check.

If still no good, can you update OP with brew config information?

答案2

得分: 0

你可以尝试运行 brew upgrade,然后运行 brew install csvkit 吗?这可以解决你的问题,因为有许多过时的软件版本。

英文:

Can you try running brew upgrade and after that brew install csvkit?

This can solve your issues because there are many more outdated software versions.

答案3

得分: 0

{
"previousPageCursor": null,
"nextPageCursor": null,
"data": [
{
"userAssetId": 413511366,
"serialNumber": null,
"assetId": 1028606,
"name": "Red Baseball Cap",
"recentAveragePrice": 271,
"originalPrice": null,
"assetStock": null,
"buildersClubMembershipType": 0
},
{
"userAssetId": 1075234337,
"serialNumber": 820,
"assetId": 93131552,
"name": "Dark Conjurer",
"recentAveragePrice": 59910,
"originalPrice": 250,
"assetStock": 900,
"buildersClubMembershipType": 0
},
{
"userAssetId": 4506314814,
"serialNumber": 944,
"assetId": 439946101,
"name": "Adurite King of the Night ",
"recentAveragePrice": 9805,
"originalPrice": 100,
"assetStock": 2000,
"buildersClubMembershipType": 0
},
{
"userAssetId": 4779382222,
"serialNumber": null,
"assetId": 71484026,
"name": "Sinister Branches",
"recentAveragePrice": 2223,
"originalPrice": 125,
"assetStock": null,
"buildersClubMembershipType": 0
},
{
"userAssetId": 20445168513,
"serialNumber": 4667,
"assetId": 1609401184,
"name": "Supa Dupa Fly Cap",
"recentAveragePrice": 5488,
"originalPrice": 1000,
"assetStock": 10000,
"buildersClubMembershipType": 0
}
]
}

英文:

{
"previousPageCursor": null,
"nextPageCursor": null,
"data": [
{
"userAssetId": 413511366,
"serialNumber": null,
"assetId": 1028606,
"name": "Red Baseball Cap",
"recentAveragePrice": 271,
"originalPrice": null,
"assetStock": null,
"buildersClubMembershipType": 0
},
{
"userAssetId": 1075234337,
"serialNumber": 820,
"assetId": 93131552,
"name": "Dark Conjurer",
"recentAveragePrice": 59910,
"originalPrice": 250,
"assetStock": 900,
"buildersClubMembershipType": 0
},
{
"userAssetId": 4506314814,
"serialNumber": 944,
"assetId": 439946101,
"name": "Adurite King of the Night ",
"recentAveragePrice": 9805,
"originalPrice": 100,
"assetStock": 2000,
"buildersClubMembershipType": 0
},
{
"userAssetId": 4779382222,
"serialNumber": null,
"assetId": 71484026,
"name": "Sinister Branches",
"recentAveragePrice": 2223,
"originalPrice": 125,
"assetStock": null,
"buildersClubMembershipType": 0
},
{
"userAssetId": 20445168513,
"serialNumb
er": 4667,
"assetId": 1609401184,
"name": "Supa Dupa Fly Cap",
"recentAveragePrice": 5488,
"originalPrice": 1000,
"assetStock": 10000,
"buildersClubMembershipType": 0
}
]
}

huangapple
  • 本文由 发表于 2023年6月22日 05:06:54
  • 转载请务必保留本文链接:https://go.coder-hub.com/76527132.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定