Commit c955a8c9 by guanghui.cui

json字段为空处理,库存预警部分加入

parent ec0875eb
......@@ -128,6 +128,7 @@ struct orderObj
std::string create_time; //订单创建时间
std::string delivery_time; //订单期望送达时间
int status=0; //订单状态
int ods_status=0; //ods订单状态
std::string status_desc; //订单状态描述
int total_price=0; //订单总价
int delivery_price=0; //配送费
......@@ -183,6 +184,7 @@ struct productWarn
struct stockWarnObj
{
int fm_cmd=0; //请求类型(1006)
std::string alertTime; //时间戳
std::vector<productWarn> vecProducts; //商品数组
};
......
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