BUG #10958
iOS-新增自流量未激活(填写问卷用户),点击继续编辑,跳转至编辑店主信息页面时,客户类型和客户来源字段未取值
100%
描述
步骤:BD(17311111001 密码:123123)新增店主-输入手机号(15098062806)-弹窗-点击继续编辑-跳转至编辑店主信息页面-客户类型为未注册客户、客户来源为未知(未取后台接口返回字段)
期望结果:客户类型为未激活客户、客户来源为自流量
接口:/app/shop/shopkeeper/detail
接口返回:{
"code": 0,
"msg": "操作成功",
"data": {
"shopkeeperId": 688133,
"roleBinding": false,
"roleEdit": false,
"roleRelease": false,
"roleAddPrivate": false,
"roleApply": false,
"sex": "女",
"mobile": "150****2806",
"wechat": "",
"createTime": "2019-08-15",
"customerType": "未激活客户",
"customerChannel": "自流量",
"deptId": 0,
"business": {
"identityType": "实体店店主",
"supplyChannel": "广州十三行,深圳南油,濮院,其他"
},
"addition": {},
"shops": [{
"shopId": 702491,
"shopName": null,
"images": null,
"shopImgs": null,
"master": true,
"shopProvince": null,
"shopCity": null,
"shopDistrict": null,
"shopAddress": null,
"shopLongitude": 0.0,
"shopLatitude": 0.0,
"shopType": null,
"customerGroup": null,
"shopRemark": null
}],
"yishou": {
"userId": 2324982,
"level": 0,
"registerTime": "2019-08-15 18:00:33",
"changeLable": false,
"payOnDelivery": false,
"sendActiveValue": false,
"sendCoupons": false,
"openPayOnDelivery": false
},
"order": {
"totalOrderAmount": 0.00
}
}
}