接口说明:修改源配置
请求方式:POST [ip]/api/source/set
修改id为1的源的url
{ "id": 1, "config": { "type": 1, "url": "xx" } }
{ "status": 0 }