|
@@ -199,8 +199,8 @@ class Api extends Controller
|
|
|
$order->save(['status'=>1]);
|
|
|
if($order['type']==1){
|
|
|
User::money($order['money'],$order['uid'],'狗粮充值');
|
|
|
- }elseif ($order['type']==1){
|
|
|
- User::money($order['money'],$order['uid'],'喜欢额度充值');
|
|
|
+ }elseif ($order['type']==2){
|
|
|
+ User::score($order['money'],$order['uid'],'喜欢额度充值');
|
|
|
}
|
|
|
//你可以在这里你的业务处理逻辑,比如处理你的订单状态、给会员加余额等等功能
|
|
|
//下面这句必须要执行,且在此之前不能有任何输出
|