作者 sgj
1 个管道 的构建 通过 耗费 2 秒

add the user charge

... ... @@ -582,7 +582,7 @@ class OrderController extends HomeBaseController{
$result=\db('order')->insert($insert);
if ($result==1){
$reutrn['order_no']=$insert['order_no'];
$this->success('','',$reutrn);
return $reutrn ;
}else{
$this->error('');
}
... ...