[修改账变]
This commit is contained in:
@@ -41,7 +41,7 @@ const cards = (code, pass) => req({url: "user/cards/activate", method: "POST", d
|
||||
const logs = (type, channel, page) => req({url: "account/logs", data:{type : type, channel: channel, page : page}})
|
||||
|
||||
// 冻结列表
|
||||
const ungrants = (type,) => req({url: "account/ungrants", data:{type : type}})
|
||||
const ungrants = (type,) => req({url: "account/newungrants", data:{type : type}})
|
||||
|
||||
// 发送短信
|
||||
const send = (mobile, channel, type) => req({url: "sms/send", method: "POST", data:{mobile : mobile, channel : channel, type : type}})
|
||||
|
||||
Reference in New Issue
Block a user