update 修改日志

This commit is contained in:
Lemon
2024-06-05 11:48:00 +08:00
parent 0e0d21f4b2
commit fab92b1436

View File

@@ -83,6 +83,7 @@ public class DianXingPlatformServiceImpl implements ThirdPartyPlatformService {
postParam.put("recordInfo", recordInfoStr);
String result = HttpUtils.sendPostTpToken(url, postParam.toJSONString(), tpToken);
logger.info("点行平台绑定优惠券 result:{}", result);
return result;
}