|
@@ -49,6 +49,38 @@ enum enDBOperatorType
|
|
|
};
|
|
|
|
|
|
|
|
|
+/**
|
|
|
+ * @brief 多动作批量操作需要发送的数据格式
|
|
|
+ *
|
|
|
+ [
|
|
|
+ {
|
|
|
+ "opName":"SPSS_InsertIntoAction",
|
|
|
+ "Key":"1", // 用于标识这个操作的唯一性
|
|
|
+ "paramList":{
|
|
|
+ "ActionID":"OD210_026_005246_001-IZRTKyEx",
|
|
|
+ "ActionName":"违禁品识别",
|
|
|
+ "ActionDes":"违禁品识别",
|
|
|
+ "ActionType":"1",
|
|
|
+ "ActionState":"1",
|
|
|
+ "ActionTime":"2021-08-10 10:00:00",
|
|
|
+ "ActionUrl":"http://
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "opName":"SPSS_SelectFromAction",
|
|
|
+ "Key":"2",
|
|
|
+ "paramList":{
|
|
|
+ "ActionID":"OD210_026_005246_001-IZRTKyEx"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ */
|
|
|
+
|
|
|
class lhhttpapi : public QObject
|
|
|
{
|
|
|
Q_OBJECT
|