@a5635268
2018-03-06T13:21:58.000000Z
字数 4258
阅读 1610
接口文档
所有返回的status,为0时失败,为1时成功
新增
接口: Member/basicAdd
链接: http://my.xf9h.com/Member/basicAdd.html
页面: new/Application/My/View/Member/basicAdd.html
编辑
接口: Member/basicInfo
链接: http://my.xf9h.com/Member/basicInfo/customerId/285974.html
页面: new/Application/My/View/Member/basicInfo.html
参数
{
"card_id_verify": 5,
"referrer": "2015440000009",
"sms_status": "1",
"portrait": "http://img.xf9.com/20160921/1474441621_1055345447.jpg",
"store_name": "计算机",
"real_name": "天猫1",
"card_id": "362531199002113313",
"birthday": "1990-02-11",
"yl_birthday": "1990-02-11",
"age": "20",
"sex": "1",
"height": "160",
"weight": "60",
"mobile": "13661976520",
"phone_zone": "",
"phone_number": "",
"province": "10",
"city": "107",
"address": "上海123",
"district": "1167"
}
成功会返回一个link链接,然后通过link链接跳转到下一个页面
接口: Member/extendAdd
链接: http://my.xf9h.com/Member/extendAdd/customerId/285974.html
页面: new/Application/My/View/Member/extendAdd/customerId/285974.html
参数
{
"customer_id": "285974",
"nation": "汉",
"qq_number": "1072666913",
"emergency_contact_name": "吴志忠1",
"emergency_contact_phone": "13661976520",
"emergency_contact_relation": "本人",
"is_children_live": "2",
"is_retired": "1",
"work_units": "上海幸福九号",
"record_formal_schooling": "本科",
"religious_beliefs": "无",
"favorite_holiday": "骑行",
"proud_achievement": "无",
"hobby": "睡觉"
}
新增
接口: Member/childrenAdd
链接: http://my.xf9h.com/Member/childrenAdd.html
页面: new/Application/My/View/Member/childrenAdd.html
成功后获得儿女的id,然后请求下面的那个 “获取单个儿女信息” 的接口,获得数据填充在下面即可;
编辑
接口: Member/childrenInfo
链接: http://my.xf9h.com/Member/childrenInfo.html
页面: new/Application/My/View/Member/childrenInfo.html
参数
{
"id": 1, // 有就编辑,没有就添加
"customer_id": "285974",
"real_name": "李子",
"nation": "汉",
"birthday": "1990-02-12",
"mobile": "13661976520",
"record_formal_schooling": "本科",
"work_units": "幸福九号",
"position": "鼓励师",
"income": "1",
"province": "10",
"city": "107",
"district": "1160",
"address": "沙拉卡死了",
"visit_parents": "一周一次",
"is_live_parents": "1",
"is_buy_care_product": "2",
"is_parents_cometoxf9": "2",
"is_accompanied_parents_cometoxf9": "2",
"create_user": "vz120"
}
接口: Member/familyAdd
链接: http://my.xf9h.com/Member/familyAdd.html
页面: new/Application/My/View/Member/familyAdd.html
参数
{
"name": "吴吴",
"birthday": "1990-02-11",
"spouse_education": "其他",
"spouse_education1": "没读书",
"spouse_healthy": "患有疾病",
"spouse_healthy_disease": "不能说的秘密",
"economic": "完全自主",
"insurance": "社保",
"fincome": "3000以下",
"consum": "1000以下/月",
"family_status": "相互和睦"
}
接口: Member/healthAdd
链接: http://my.xf9h.com/Member/healthAdd.html
页面: new/Application/My/View/Member/healthAdd.html
参数
{
"customer_id": "279367",
"eating_habits": "酸甜口",
"exercise_habits": "很少运动",
"exercise_time": "早上运动多",
"use_healthy_product": ["康/益治疗仪", "其他"],
"use_healthy_product1": "使用过的健康理疗产品",
"lately_buy_product_time": "2008-04-06",
"lately_buy_product": "计算机",
"use_health_product": "骨源液",
"visit_type": ["电话回访", "上门回访"],
"visit_frequency": "每周",
"follow_brand": ["安利", "汤臣倍健", "其他"],
"follow_brand1": "关注品牌",
//身体状况
"other1": "恶心、呕吐、",
"h1": ["恶心", "呕吐"],
// 患病状况
"other2": "高血压、高血脂、急性上呼吸道感染、支气管炎、心血管动脉硬化、心肌病、眼底出血、白内障、胃炎、急性胃炎、三叉神经痛、面神经痛、周期性瘫痪、骨折、肾盂肾炎、膀胱炎、",
"h21": [
"高血压",
"高血脂"
],
"h22": [
"急性上呼吸道感染",
"支气管炎"
],
"h23": [
"心血管动脉硬化",
"心肌病"
],
"h24": [
"眼底出血",
"白内障"
],
"h25": [
"胃炎",
"急性胃炎"
],
"h26": [
"三叉神经痛",
"面神经痛"
],
"h27": [
"周期性瘫痪",
"骨折"
],
"h28": [
"肾盂肾炎",
"膀胱炎"
],
//服用的保健品
"other3": "安琪硒、纳豆激酶、",
"h3": [
"安琪硒",
"纳豆激酶"
],
//服用的药品
"other4": "氨咖甘片、元顺、",
"h4": [
"氨咖甘片",
"元顺"
],
}
点某个儿女编辑的时候用,通过点击编辑获得儿女信息进入上面的框进行编辑,这块有点复杂,如果搞不定可以放在周一一起讨论一下
接口: Member/getChildren
链接: http://my.xf9h.com/Member/childrenAdd.html
页面: new/Application/My/View/Member/childrenAdd.html
参数
{"id":"1"}
接口: Album/addEdit
链接: http://my.xf9h.com/Album/photo.html
页面: new/Application/My/View/Album/photo.html
参数
{
"id": "1", //在编辑的时候要给
"customer_id": "285974",
"group_name": "相册1",
"description": "我的相册1"
}
接口: Album/photoApi
{
"photos": [
"http://img.xf9.com/xfgj/ceshi/photo/20170627/505c45ba-82c5-4f3c-920d-b413d6140dc8.jpg",
"http://img.xf9.com/xfgj/ceshi/photo/20170627/505c45ba-82c5-4f3c-920d-b413d6140dc8.jpg",
],
"photo_date": "1498492800",
"location": "点对点",
"group_id": "7",
"customer_id": "285988"
}
Member/checkMobileAndPhone
{"mobile":"13661976520","phone":"021-15245865","customerId":""}
customerId:编辑的时候要传
Album/del 参数ID
Album/delPhoto
{"id":[3,4]}
相册列表:http://my.xf9h.com/Album/photo.html
相册详情:http://my.xf9h.com/Album/detail