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