feat: add 甜汤接口

This commit is contained in:
AdminWhaleFall
2022-04-17 00:00:44 +08:00
parent 15be73b457
commit bc8b904be8
3 changed files with 14 additions and 4 deletions

View File

@@ -74,7 +74,7 @@
"url": "https://pg.eeagd.edu.cn/ks/public/kszc/zcyzm.jsmeb",
"method": "POST",
"header": "",
"data": "\"[phone]\""
"data": "[phone]"
},
{
"desc": "广东教育翔云",
@@ -565,5 +565,12 @@
"action": "register",
"channel": "sms"
}
},
{
"desc": "甜糖app",
"url": "http://tiantang.mogencloud.com/web/api/login/code?phone=[phone]",
"method": "POST",
"header": "",
"data": ""
}
]