Authored by tanling

fix

... ... @@ -26,4 +26,9 @@ public class TestPromotionMessage {
public void testInviteCouponSend() {
sendPromotionMessage.inviteCouponSend("500026792", "170829027", "50元现金券", "500026806");
}
@Test
public void assistCouponSend() {
sendPromotionMessage.assistCouponSend("54096844", 1517905629 );
}
}
... ...
... ... @@ -30,4 +30,5 @@ public class TestUserMessage {
}
}
... ...