Skip to content

[小技巧] 开源程序自动监测苹果店

Problem Definition

Solution

获得iphone 13 pro & max的part number

  • https://www.techwalls.com/iphone-13-pro-max-model-number-a2484-a2641-a2643-a2644-a2645-differences/
  • https://www.techwalls.com/iphone-13-pro-model-number-a2483-a2636-a2638-a2639-a2640-differences/
wget --no-check-certificate -qO ~/bin/applereserver https://github.com/Sunnyyoung/AppleReserver/releases/download/5.0/applereserver && chmod +x ~/bin/applereserver

#或者
brew install sunnyyoung/repo/applereserver


# check 北京
~/bin/applereserver monitor --interval 30 --part-numbers MLHJ3CH/A MLHL3CH/A MLHK3CH/A MLHH3CH/A MLTN3CH/A MLTF3CH/A MLTL3CH/A --store-numbers R320 R448 R479

# check 上海
~/bin/applereserver monitor --interval 30 --part-numbers MLHJ3CH/A MLHL3CH/A MLHK3CH/A MLHH3CH/A MLTN3CH/A MLTF3CH/A MLTL3CH/A --store-numbers R359 R389 R683 R390

kxmini at ~ ❯ ~/bin/applereserver stores | grep '北京'
🟢	R320	北京	三里屯
🟢	R388	北京	西单大悦城
🟢	R448	北京	王府井
🟢	R479	北京	华贸购物中心
🟢	R645	北京	朝阳大悦城
kxmini at ~ ❯ ~/bin/applereserver stores | grep '上海'
🟢	R359	上海	南京东路
🟢	R389	上海	浦东
🟢	R390	上海	香港广场
🟢	R401	上海	上海环贸 iapm
🟢	R581	上海	五角场
🟢	R683	上海	环球港
🟢	R705	上海	七宝

Leave a Reply

Your email address will not be published.