## 宣傳品贈與添加
~~~[api]
post:http://jnyz.sp11.cn/Api/Crm/get_cust_edit
*staff_no=9999#登錄人編號
*cust_name=趙連雨#客戶名稱
integration=0#積分 默認:0
*cust_tel=15725076686#客戶電話
*cust_addr=香榭麗舍大街111號#客戶地址
*cust_level=1002#客戶等級
*cust_source=1001#客戶來源
*cust_att=3#客戶屬性
*cust_join_date=2018-01-01#客戶加入時間
#客戶名稱
#客戶來源
#客戶類型
#客戶區域
#客戶狀態
#客戶等級
#客戶地址
#手機號
<<<
success
{
"status": 1,
"msg": "成功",
"add_staff":"添加人名稱",
}
<<<
error
{
"status": 0,
"msg": "失敗",
"add_staff":"添加人名稱",
或
"status": 0,
"msg": "數據重復",
"add_staff":"添加人名稱",
}
~~~