💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
~~~[api] get:/v1/classpay/services <<< success { "ret": 0, "msg": "ok", "data": [ { "id": 4, "ktid": 1, "areaid": 1, "type": "country", "time": 18, "give_time": 6, "time_type": "month", "price": 480, //服务价格 "create_time": 1500550204, "update_time": 1500550204, "status": 0, "time_str": "18个月", //使用时间,12的倍数会显示年 "give_time_str": "6个月" //赠送时间,没有赠送就是空的 }, { "id": 5, "ktid": 1, "areaid": 1, "type": "country", "time": 22, "give_time": 8, "time_type": "month", "price": 500, "create_time": 1500550314, "update_time": 1500550314, "status": 0, "time_str": "22个月", "give_time_str": "8个月" }, { "id": 2, "ktid": 1, "areaid": 1, "type": "country", "time": 36, "give_time": 12, "time_type": "month", "price": 599, "create_time": 1500539833, "update_time": 1500543875, "status": 0, "time_str": "3年", "give_time_str": "1年" } ] } <<< error { "ret": -1, "msg": "UID不能为空", "data": [] } ~~~