@@ -611,6 +611,8 @@ class util
public static function send_normal($order_sn)
{
+ return;
+
sleep(1);
$status = mt_rand(1,10);
if($status > 9) {
@@ -635,6 +637,8 @@ class util
public static function send_quick($order_sn)
if($status > 3) {