Commit 9e167979 by 徐高华

log

parent b7b3d06c
......@@ -224,7 +224,9 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
hm = this.getHmFormStore(wxEnterpriseId, inStoreId, dz, dy, new ArrayList<>());
log.info("获取到的门店配置dz={},dy={},获取的活码={}", dz, dy, JSON.toJSONString(hm));
if (null == hm) {
return ServiceResponse.failure(HaoBanErrCode.ERR_OTHER.getCode(), "导购活码不存在");
remarkMap.put("reason","无任何导购活码");
retDTO.setRemarkMap(remarkMap);
return ServiceResponse.success(retDTO) ;
}
remarkMap.put("sm", "会员选门店活码");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment