> For the complete documentation index, see [llms.txt](https://gptmeta-docs.mygptmeta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gptmeta-docs.mygptmeta.com/chang-jian-wen-ti/xiang-yao-qie-huan-ding-yue-ru-he-ji-fei.md).

# 想要切换订阅，如何计费

你有2个订阅 订阅A 10天10块钱，则每天1块钱&#x20;

订阅B 5天15块钱，则每天3块钱

有四种场景&#x20;

1、张三现在是A订阅，还有6天到期，他想升级到B订阅，那么他的有效期是多少天？ 答案是 6\*(10/10)/(15/5)+5=7天

2、李四现在是A订阅，已经过期5天，升级到B订阅，那么他的有效期是多少天？ 答案是 5天

3、王五现在是B订阅，还有4天到期，他想降级到A订阅，那么他的有效期是多少天？ 答案是 4\*(15/5)/(10/10)+10=22天

4、赵六现在是A订阅，还有6天到期，继续A订阅，那么他的有效期是多少天？ 答案是 6+10=16天
