基于SpringBoot的AI游戏对战平台
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.
 
 
 
 

8 lines
211 B

package com.kob.backend.service.user.account.acwing;
import com.alibaba.fastjson.JSONObject;
public interface AcappService {
JSONObject applyCode();
JSONObject receiveCode(String code,String state);
}