/home/source/cp_credit.php的第70-73行
list($toappid, $tocredit) = explode('|', $tocredits);
$ucresult = uc_credit_exchange_request($_SGLOBAL['supe_uid'], $_CACHE['creditsettings'][$tocredits]['creditsrc'], $tocredit, $toappid, $netamount);
改成
list($toappid, $tocredit) = explode('|', $tocredits);
$ucresult = uc_credit_exchange_request($_SGLOBAL['supe_uid'], $_CACHE['creditsettings'][$tocredits]['creditsrc'], $tocredit, $toappid, $netamount);
$tocredits变量名在list的时候,内容被重置了,
|