记得上下班打卡 | git大法好,push需谨慎

Commit fe19c5dc authored by 胡佳晨's avatar 胡佳晨

提交Dragon-api

parent 8a9c5c59
package com.liquidnet.service.dragon.controller; package com.liquidnet.service.dragon.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("pay")
public class PayController { public class PayController {
} }
package com.liquidnet.service.dragon.controller; package com.liquidnet.service.dragon.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@RequestMapping("refund")
public class RefundController { public class RefundController {
} }
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