💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## 添加 ~~~[api] post:/customer/add *string:realname=姓名#姓名 *int:phone=手机号#手机号 *int:province_id=省id# *int:city_id=市id# *int:county_id=县、区id# *int:shop_count=门店个数#门店个数 *string:shop=公司名称#公司名称 int:agent_id=代理ID#代理ID,如果cookie里有就传 string:alias=客户标识#客户标识,如果cookie里有就传 <<< success ~~~ ## 已开户列表 ~~~[api] post:/register/check <<< success ~~~ ## 省市区三级联动 ~~~[api] post:/register/region <<< success ~~~ ## 购买价格 ~~~[api] post:/register/price *int:id=1#客户ID <<< success ~~~ ## 提交支付 ~~~[api] post:/order/add *int:customer_id=1#客户ID *int:price_id=1#价格ID <<< success ~~~ ## 跳转接口 ~~~[api] post:https://pay.52jiewang.com/public/index.php *int:order_id=1#客户订单ID *int:openid=1#微信openid *int:url=https://#成功后跳转地址 <<< success ~~~ ## 开户状态 ~~~[api] post:/register/openstate *int:id=1#客户ID <<< success ~~~