|
|
@@ -3380,15 +3380,7 @@ class User extends BaseController
|
|
3380
|
3380
|
// return app('json')->fail($res);
|
|
3381
|
3381
|
// }
|
|
3382
|
3382
|
// return app('json')->success(['amount' => sprintf("%01.2f", $res * 0.01)]);
|
|
3383
|
|
- $cxbResponseData = $res['response'];
|
|
3384
|
|
- $xfbResponseData = $res['responsetwo'];
|
|
3385
|
|
- $amount = $res['amount'];
|
|
3386
|
|
- return app('json')->success([
|
|
3387
|
|
- 'amount' => sprintf("%01.2f", $amount * 0.01),
|
|
3388
|
|
- 'cxbResponseData' => $cxbResponseData,
|
|
3389
|
|
- 'xfbResponseData' => $xfbResponseData,
|
|
3390
|
|
- ]);
|
|
3391
|
|
-
|
|
|
3383
|
+ return app('json')->success($res);
|
|
3392
|
3384
|
}
|
|
3393
|
3385
|
|
|
3394
|
3386
|
public function check_user_annual_fee()
|