Browse Source

支付测试

develop
李可松 4 years ago
parent
commit
9d8c1930f8
  1. 2
      app/Http/Controllers/Controller.php

2
app/Http/Controllers/Controller.php

@ -26,7 +26,7 @@ class Controller extends BaseController
}
$this->agent_id = Cache::get($appid, 0);
if ($this->agent_id == 4) {
if ($this->agent_id == 3) {
$this->agent_id = 1;
}
}

Loading…
Cancel
Save