阅读(469)
赞(1)
Laravel 8 DELETE /oauth/clients/{client-id}
2021-07-09 11:44:50 更新
此路由用于删除客户端(根据 client-id ):
axios.delete('/oauth/clients/' + clientId)
.then(response => {
//
}); 此路由用于删除客户端(根据 client-id ):
axios.delete('/oauth/clients/' + clientId)
.then(response => {
//
}); Copyright©2023 字节宝字节宝| |
违法和不良信息举报电话:|举报邮箱:3111859717@qq.com
