Commit 68501ef2 by shuhu.hou@freemud.cn

productGroupId由Long转String类型

parent cb35fa48
......@@ -44,6 +44,11 @@ public class TestController {
@ApiAnnotation(logMessage = "refundStatusChange")
@PostMapping("/refundStatusChange")
public PlatformBaseResponse refundStatusChange(@Validated @LogParams @RequestBody PlatformBaseRequest checkBeforeCreateOrderRequestVo) {
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
e.printStackTrace();
}
PlatformBaseResponse platformBaseResponse = new PlatformBaseResponse();
platformBaseResponse.setStatusCode("100");
return platformBaseResponse;
......
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