debug
This commit is contained in:
parent
0d0d0a7e17
commit
c293d798bd
@ -700,6 +700,7 @@ class IndexController extends BaseApiController
|
||||
public function notifyProperty()
|
||||
{
|
||||
$parmas = Request()->post();
|
||||
Log::info(['资产回调', $parmas]);
|
||||
if ($parmas) {
|
||||
if (!isset($parmas['company_id']) || $parmas['company_id'] < 0) {
|
||||
return json(['success' => false, 'msg' => '公司id不能为空']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user