思路
分为 attack, redeem, balance, help, method几个板块。
attack
接收参数(用户ID,用户send信息);
查询用户的balance
{
没banlance你打锤子
}
对用户信息文本处理
{
文本格式错误
}
发动attack
balance-1
送回数据库
redeem
接收参数(用户ID,用户send信息);
是否存在liscense
{
不存在liscense
}
查询liscense的balance
查询balance
两个balance相加
送回数据库。
help
写一些tips.
method
也是写一些东西。
评论 (0)