quanwei
3 days ago 73b874c72ad55eb9eef21c36160ac0de58f0189e
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;
    }
   
}