{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1764538817" } }
#!/bin/sh set -e case "$1" in (remove) update-alternatives --remove which /usr/bin/which.debianutils ;; esac