quanwei
18 hours ago c441dea81bd86bdfb12dff35821fed51f4cc91c2
admin/app/api/service/order/paysuccess/type/ReleasePaySuccessService.php
@@ -120,5 +120,13 @@
        !empty($order) && $app_id = $order['app_id'];
        return $app_id;
    }
    /**
     * 返回shop_supplier_id
     * $pay_status 兼容支付宝支付
     */
    public function isExistSupplier()
    {
        return 0;
    }
   
}