Authored by 姜枫

Merge branch 'qCloud' of http://git.yoho.cn/fe/yohobuywap-node into qCloud

... ... @@ -170,7 +170,7 @@ const locationList = (params) => {
return _getThrAddressData(params).then(result => {
if (result.data) {
return {
addressList: camelCase(result.data)
addressList: result.data
};
}
});
... ...