Commit 0cf2a410 by 徐高华

log

parent c62f2c79
......@@ -363,9 +363,9 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
if(StringUtils.isBlank(hm.getWxQrcode())) {
return ServiceResponse.failure(HaoBanErrCode.ERR_OTHER.getCode(), "导购活码不存在");
}
remarkMap.put("isDT", "动态活码") ;
retDTO.setHmQrcode(hm.getWxQrcode());
} else {
remarkMap.put("动态", "是") ;
retDTO.setHmQrcode(addResp.getResult());
}
}
......
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