dever 6 năm trước cách đây
mục cha
commit
6ae12dd931
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      vip/src/Api.php

+ 3 - 0
vip/src/Api.php

@@ -26,6 +26,9 @@ class Api extends Base
         $buy_id = Dever::input('buy_id');
         $order_id = Dever::input('order_id');
 
+        if ($this->source_type) {
+        	return 2;
+        }
         if ($order_id) {
             $info = Dever::db('vip/order')->one($order_id);
             if ($info) {