This commit is contained in:
guohb
2024-05-22 09:28:32 +08:00
parent 552b591a0c
commit 73502b64d4

View File

@@ -109,7 +109,7 @@ public class ApplyLicenseServiceImpl implements ApplyLicenseService {
Map<String, String> requestMap = new HashMap<>();
requestMap.put("shopId", String.valueOf(request.getShopId()));
requestMap.put("storeName", shopInfoDO.getShopName());
requestMap.put("partnerName,", lineInfoDO.getUsername());
requestMap.put("partnerName", lineInfoDO.getUsername());
requestMap.put("partnerMobile", lineInfoDO.getMobile());
log.info("submitLicense SMS requestMap:{}", JSONObject.toJSONString(requestMap));
List<String> sendUsers = new ArrayList<>();