💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
``` //专业二开请加微信:anbin699 ``` ``` //设置分红可提现 checkOrderFinish $hasabouns = pdo_fetch('select id from ' . tablename('ewei_shop_agentbouns') . ' where orderid=:orderid and status=0 limit 1', array(':orderid' => $orderid)); if(!empty($hasabouns)){ pdo_update("ewei_shop_agentbouns", array( "status" => 1 ), array( "orderid" => $orderid)); } //增加商城业绩 --price $level = pdo_fetch("select * from " . tablename("ewei_shop_commission_level") . " where id=1"); pdo_update('ewei_shop_commission_level', array('tmshopprice'=>$level['tmshopprice']+$order['price']), array('id' => 1)); ```