MCPcopy Create free account
hub / github.com/dashscope/dashscope-sdk-java / buildCreateTask

Method buildCreateTask

samples/TingWuUsage.java:17–24  ·  view source on GitHub ↗
(String appId)

Source from the content-addressed store, hash-verified

15public class TingWuUsage {
16
17 public static Map<String, Object> buildCreateTask(String appId) {
18 Map<String, Object> params = new HashMap<>();
19 params.put("fileUrl", "http://demo.com/test.mp3");
20 params.put("appid", appId);
21 params.put("task", "createTask");
22 //设置其他参数
23 return params;
24 }
25
26 public static void main(String[] args) {
27 try {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected