|
@@ -23,5 +23,13 @@ public class KafkaRecordParamConstants {
|
|
|
public static final String VIDEOURL_PUBLISHVIDEOCALLBACK_VIDEOSERVICE = "videoUrl";
|
|
|
public static final String FILENAME_PUBLISHVIDEOCALLBACK_VIDEOSERVICE = "fileName";
|
|
|
|
|
|
+ public static final String GLASSES_REFUND_CALLBACK_BIZ_ID = "bizId";
|
|
|
+ public static final String GLASSES_REFUND_CALLBACK_REFUND_STATUS = "refundStatus";
|
|
|
+ public static final String GLASSES_REFUND_CALLBACK_REFUND_NO = "refundNo";
|
|
|
+ public static final String GLASSES_REFUND_CALLBACK_CUSTOM = "custom";
|
|
|
+ public static final String GLASSES_PAYMENT_CALLBACK_BIZ_ID = "bizId";
|
|
|
+ public static final String GLASSES_PAYMENT_CALLBACK_PAYMENT_NO = "paymentNo";
|
|
|
+ public static final String GLASSES_PAYMENT_CALLBACK_PAYMENT_CHANNEL = "paymentChannel";
|
|
|
+
|
|
|
|
|
|
}
|