印度包网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

1 year ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GM</title>
</head>
<body>
<form action="/gm/upload" method="post" enctype="multipart/form-data">
<label for="file">上传excel配置文件:</label>
<input type="file" name="config" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
<input type="submit" value="上传">
</form>
<form action="/gm/addcoin1" method="post" enctype="multipart/form-data">
金额(分): <input type="text" name="value" >
用户ID: <input type="text" name="uid" >
<input type="submit" value="添加">
</form>
<form action="/gm/resetSign" method="post" enctype="multipart/form-data">
用户ID: <input type="text" name="uid" >
类型:<input id="type" type="text" list="list" placeholder="选择重置类型" name="type">
<datalist id="list">
  <option>今日</option>
  <option>全部</option>
</datalist>
<input type="submit" value="重置签到">
</form>
<form action="/gm/recharge" method="post" enctype="multipart/form-data">
用户ID: <input type="text" name="uid" >
充值商品id: <input type="text" name="pid" >
<input type="submit" value="模拟充值">
</form>
</body>
</html>