## 申請服務(添加合同)
~~~[api]
post:/index/member/add_contract
token#header模式向服務器傳token碼
hospital_id#美容院id
goods_id#產品id
total#服務總金額
month_id#分期id
applicant#申請人
applicant_mobile#申請人手機
applicant_address#申請人地址
company#公司名
company_mobile#公司電話
company_address#公司地址
contact_name#緊急聯系人姓名
contact_relation#緊急聯系人關系
contact_mobile#緊急聯系人電話
<<<
success
{
"code":"0",
"msg":"success",
“token”:"",
“data”:{}
}
<<<
error
{
"code":"-1",
"msg":"error",
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| code | 返回判斷:0:成功;其他:失敗 |
| msg| 返回信息說明 |