|
@@ -67,11 +67,13 @@ class RechargeController
|
|
|
|
|
|
return $result;
|
|
|
} catch (BusinessException $e) {
|
|
|
+ dump($e->getMessage());
|
|
|
_syslog("APP充值", "APP充值失败", $data, $data, 1001);
|
|
|
- return json_fail("处理失败");
|
|
|
+ return json_fail("处理失败3");
|
|
|
} catch (\Exception $e) {
|
|
|
+ dump($e->getMessage());
|
|
|
_syslog("APP充值", "APP充值失败", $data, $data, 1001);
|
|
|
- return json_fail("处理失败");
|
|
|
+ return json_fail("处理失败4");
|
|
|
}
|
|
|
|
|
|
// public function paySuccess($id)
|
|
@@ -173,12 +175,12 @@ class RechargeController
|
|
|
dump($e->getMessage());
|
|
|
Db::rollBack();
|
|
|
|
|
|
- throw new BusinessException("处理失败");
|
|
|
+ throw new BusinessException("处理失败1");
|
|
|
// return json_fail('处理失败');
|
|
|
} catch (\Exception $e) {
|
|
|
dump($e->getMessage());
|
|
|
Db::rollBack();
|
|
|
- throw new BusinessException("处理失败");
|
|
|
+ throw new BusinessException("处理失败2");
|
|
|
// return json_fail('处理失败');
|
|
|
}
|
|
|
}
|