修复/api/nft 问题
This commit is contained in:
parent
ae8fab8fd6
commit
e9f7034499
@ -39,6 +39,8 @@ class RestApiController extends BaseController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($idx == 0) {
|
if ($idx == 0) {
|
||||||
|
$tmpStrs = explode('?', $requestUri);
|
||||||
|
$requestUri = count($tmpStrs) > 0 ? $tmpStrs[0] : '';
|
||||||
$this->nftInfo(explode('/', $requestUri));
|
$this->nftInfo(explode('/', $requestUri));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user