feat: 完成FlaskAPP接口

This commit is contained in:
AdminWhaleFall
2022-04-03 21:10:11 +08:00
parent 638260c9c4
commit 894259da85
8 changed files with 439 additions and 3 deletions

View File

@@ -12,5 +12,31 @@
"phone_num": "{phone}",
"area_code": "86"
}
},
{
"desc": "彩云小译",
"url": "https://biz.caiyunapp.com/v1/send_sms_code",
"method": "POST",
"header": {
"Referer": "https://fanyi.caiyunapp.com/",
"Cy-Token": "token 9876032166"
},
"data": {
"phone_num": "{phone}",
"area_code": "86"
}
},
{
"desc": "彩云小译",
"url": "https://biz.caiyunapp.com/v1/send_sms_code",
"method": "POST",
"header": {
"Referer": "https://fanyi.caiyunapp.com/",
"Cy-Token": "token 9876032166"
},
"data": {
"phone_num": "{phone}",
"area_code": "86"
}
}
]