🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# API调用 ## `API`调用接口 #### 接口地址:`https://api.wslmf.com/` ## 身份认证 请求付费接口均需要在请求`header`头中传递参数`qd-key`作为当前请求用户标识。 此参数值通过`用户模块`相关接口获得。 ## 调用示例 ```curl curl -X GET -H "Accept:*/*" -H "qd-key:d18a2fe6978a40c8821d96fdfae74c3e" -H "Content-Type:application/x-www-form-urlencoded" "https://api.wslmf.com/api/v1/parse-video/video-source" ```