Commit 01609881 by 朱继来

调整来源

parent db15ba4d
Showing with 1 additions and 1 deletions
...@@ -200,7 +200,7 @@ function getOrderSource($order_id, $order_type=1, $order_goods_type=1) ...@@ -200,7 +200,7 @@ function getOrderSource($order_id, $order_type=1, $order_goods_type=1)
} else if (preg_match('/pf=6/', $order_source->order_source)) { } else if (preg_match('/pf=6/', $order_source->order_source)) {
$source = '小程序'; $source = '小程序';
} else { } else {
$source = '未知'; $source = '平台';
} }
return $source; return $source;
......
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 sign in to comment