新增漫画购买功能
This commit is contained in:
parent
769f106fa3
commit
68cecf1e47
@ -73,6 +73,9 @@ public class BiliBiliMangeSign extends Model {
|
||||
int num = 0;
|
||||
int id = 0;
|
||||
System.out.println(message.length);
|
||||
for (String s : message) {
|
||||
System.out.println(s);
|
||||
}
|
||||
if (message.length < 2) {
|
||||
try {
|
||||
id = Integer.parseInt(message[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user