Commit 51f386b2 by xiaojing.zhang

1.根据服务器端需求,去掉扫码购pickupcode字段拼接

parent 106f2128
......@@ -2439,9 +2439,6 @@ std::string JsonModule::_getPickupCodeString(std::string &channel,std::string &p
else if("202"==channel){
rlt="洗衣机"+pickup_code+"号";
}
else if("203"==channel){
rlt="扫码购"+pickup_code+"号";
}
else if("204"==channel){
rlt="线上易果分销"+pickup_code+"号";
}
......
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