This commit is contained in:
rjb
2026-03-01 23:57:46 +08:00
parent 90f3103de3
commit 10cae8fd30
6 changed files with 68 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ import retrofit2.http.POST;
*/
public interface ExpertGenerate3Api {
@POST("api/open/expert-generate-3")
@POST("api/expert-generate-3/generate")
Call<ExpertGenerate3Response> generate(@Body ExpertGenerate3Request request);
}