Commit e0d8d887 by guanghui.cui

修改订单已存在返回值

parent 676a9683
......@@ -312,7 +312,7 @@ void *FunTakeaway(void* lpParamter)
msg = "";
}
else if(nErrCode == EC_EXIST_ORDER){
statusCode=100;
statusCode=102;
msg = "order exist";
}
else
......@@ -332,7 +332,7 @@ void *FunTakeaway(void* lpParamter)
}
else if(nErrCode == EC_NOTEXIST_ORDER){
LOG(INFO)<<"退单:该订单不存在或者已退单";
statusCode = 100;
statusCode = 103;
msg = "refund order:this order not exist or has been refunded";
}
else
......
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