Commit 34dfc7cf by 刘帅

1. 首次提交;

2. 只有支付和设置门店信息接口
parent 0d4bf35a
#include <QCoreApplication>
#include "qfmclient.h"
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
QFmClient client;
client.start();
return a.exec();
}
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