Commit 6e9cc697 by zhangsong

Merge branch 'ft-v1' into test

parents f875df1d 141a50aa
...@@ -12,5 +12,5 @@ class RechargeCmq{ ...@@ -12,5 +12,5 @@ class RechargeCmq{
const TOPIC = 'recharge'; const TOPIC = 'recharge';
const CLOSE_RECORD = 'payStatus'; // 购买储值卡状态修改回调 const PAY_STATUS = 'payStatus'; // 购买储值卡状态修改回调
} }
\ No newline at end of file
...@@ -12,5 +12,5 @@ class TimesCardCmq{ ...@@ -12,5 +12,5 @@ class TimesCardCmq{
const TOPIC = 'timescard'; const TOPIC = 'timescard';
const CLOSE_RECORD = 'payStatus'; // 购买次卡状态修改回调 const PAY_STATUS = 'payStatus'; // 购买次卡状态修改回调
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment