|
|
@@ -1950,13 +1950,13 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
}
|
|
|
}
|
|
|
//GPT 代充 发送短信通知
|
|
|
- if (envCommonService.isPrdEnv() && order.getGoodsId() == 40l) {
|
|
|
- try {
|
|
|
- String pay_msg = String.format(Constant.PAY_MSG, order.getUserId(), goodsDon.getTitle(), sku.getSpecVal());
|
|
|
- SmsUtil.sendLuoKey2Msg(Constant.SERVICE_PHONE, pay_msg);
|
|
|
- } catch (Exception e) {
|
|
|
- }
|
|
|
- }
|
|
|
+// if (envCommonService.isPrdEnv() && order.getGoodsId() == 40l) {
|
|
|
+// try {
|
|
|
+// String pay_msg = String.format(Constant.PAY_MSG, order.getUserId(), goodsDon.getTitle(), sku.getSpecVal());
|
|
|
+// SmsUtil.sendLuoKey2Msg(Constant.SERVICE_PHONE, pay_msg);
|
|
|
+// } catch (Exception e) {
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
|
|
|
if (order.getOrderType() == 1 && order.getGoodsId() == Constant.NANO_GOODS_ID) {
|