|
@@ -66,7 +66,7 @@ class PublicController
|
|
if ($res) {
|
|
if ($res) {
|
|
return app('json')->success('支付成功');
|
|
return app('json')->success('支付成功');
|
|
}
|
|
}
|
|
-
|
|
+ return app('json')->fail('支付失败');
|
|
} else {
|
|
} else {
|
|
return app('json')->fail('加入购物车失败');
|
|
return app('json')->fail('加入购物车失败');
|
|
}
|
|
}
|