💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## 会员卡列表 ~~~[api] post:/service/levellist <<< success ~~~ ##电子券详情 ~~~[api] post:/service/couponinfo *int:id=电子券ID# <<< success ~~~ ##获取手机验证码 ~~~[api] post:/service/getcode *string:phone=电话# <<< success ~~~ ## 姓名电话 ~~~[api] post:/service/memberadd *string:member_name=姓名# *string:phone=电话# *int:code=短信验证码# *int:level=会员等级ID# <<< success ~~~ ## 生日、性别 ~~~[api] post:/service/memberupdate *int:id=会员ID# *string:sex=性别# 1-男,2-女 *string:birthday=生日# <<< success ~~~ ##进入支付详情页面 ~~~[api] post:/client/getorder *int:id=订单ID# <<< success ~~~ ##激活码开通 ~~~[api] post:/client/checkactivacode *int:activa_code=激活码ID# *int:order_id=订单ID# <<< success ~~~ ##开通一半未支付 ~~~[api] post:/client/update *int:level=等级ID# <<< success ~~~