|
@@ -233,7 +233,6 @@ class JLEventReportChargeService
|
|
|
$this->configLog->min_money, $this->configLog->max_money);
|
|
|
return;
|
|
|
} elseif (3 == $this->configLog->callback_type) {
|
|
|
- // ToDo,检测传几卡几
|
|
|
$sm = explode(':', $this->configLog->callback_param);
|
|
|
$this->chuanNkaM($this->configLog, $sm[0], $sm[1]);
|
|
|
if($this->configLog->flag) {
|
|
@@ -249,6 +248,12 @@ class JLEventReportChargeService
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 判断当前是回传还是不回传
|
|
|
+ * @param $obj
|
|
|
+ * @param $s 传几
|
|
|
+ * @param $m 卡几
|
|
|
+ */
|
|
|
private function chuanNkaM($obj, $s, $m)
|
|
|
{
|
|
|
if($obj->flag) {
|