Commit 31aafe18 by 程裕兵

feat:check settle

parent ee91450a
...@@ -7,15 +7,15 @@ import com.jiejing.fitness.finance.service.pay.PayService; ...@@ -7,15 +7,15 @@ import com.jiejing.fitness.finance.service.pay.PayService;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import javax.annotation.Resource; import javax.annotation.Resource;
import javax.validation.Valid; import javax.validation.Valid;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
/** /**
* @author chengyubing * @author chengyubing
* @since 2024/4/7 13:52 * @since 2024/4/7 13:52
*/ */
@Component @RestController
public class FitFinanceTaskController implements FitFinanceTaskApi { public class FitFinanceTaskController implements FitFinanceTaskApi {
@Resource @Resource
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment