Commit 71e6b9f0 by NitefullWind

1. 修改版本号。

parent db0be87d
......@@ -284,7 +284,7 @@ void HostWidget::ShowWithRequest(AlipayRequest request)
void HostWidget::ShowWiteJson(bool flag, QJsonObject object, QString error)
{
#ifdef FMTEST
#ifdef FMTEST_DATA
flag = true;
object[JSON_KEY_STATUSCODE] = 100;
object[JSON_KEY_TOTALNUM] = 22;
......
......@@ -5,7 +5,7 @@
#define VER_MINOR 2
#define VER_REVISION 7
#define VER_BUILD 2
#define VER_BUILD 3
//! Convert version numbers to string
#define _STR(S) #S
......
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