# 123pan **Repository Path**: ethanzhu/123pan ## Basic Information - **Project Name**: 123pan - **Description**: 123盘api shell接口 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-21 - **Last Updated**: 2025-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 123pan上传文件脚本 mt管理器终端可以使用 - 修改upload.sh文件,配置相关信息,你也可以设置到环境变量中 ``` PARENT_ID=0 # 父文件夹id PAN123_CLIENT_ID=759*****c0e # 123pan client id PAN123_CLIENT_SECRET=5e******087 # 123pan client secret ``` 使用方法: ``` bash upload.sh # 压缩文件夹并上传 bash upload.sh # 上传文件 ```