Commit 9585f578 by 冷斌

推广

parent 436dc694
......@@ -626,7 +626,8 @@ class UserAction extends CommonAction
{
$tw_type = $tw_type ?: t($_POST['tw_type']);
$exchange_balance = $exchange_balance ?: intval($_POST['exchange_balance']);
var_dump($tw_type, $exchange_balance);
die;
if ($tw_type == 'lcnpay') {
//收入兑换余额
$balance = D('ZySplit', 'classroom')->where(['uid' => $this->mid])->getField('balance');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment