|
|
@@ -5,6 +5,7 @@ import com.mokamrp.privates.task.pangu.SyncCreateCashTask;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
/**
|
|
|
@@ -14,6 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
* @Created by luqiucheng
|
|
|
*/
|
|
|
@RestController
|
|
|
+@RequestMapping("/pangu/job")
|
|
|
@Api(tags = "触发任务接口")
|
|
|
public class FosterCashTaskJobController {
|
|
|
@Autowired
|