[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
~~~