Commit 6f48eb12 by Amnes1a

Merge branch 'lvlanzi' of gitlab.freemud.com:zhenfei.zhang/fmPOS into lvlanzi

# Conflicts:
#	fmp_redeem/fmp_redeem_i.h
parents 1cb7bd8c 7ca19f74
......@@ -20,8 +20,8 @@ public:
connect(this, &FMPRedeemInterface::TriggerUninit, this, &FMPRedeemInterface::OnTriggerUninit);
}
virtual QJsonObject Redeem(QJsonObject redeemInfo) = 0; //券码核销
virtual QJsonObject Reverse(QJsonObject request) = 0; //卡券冲正
virtual QJsonObject Redeem(const QJsonArray& productsInfo) = 0; //券码核销
virtual QJsonObject Redeem(const QJsonObject& productsInfoObj) = 0; //券码核销
virtual QJsonObject GetRedeemJson()const = 0;
signals:
......
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