|
|
@@ -0,0 +1,11 @@
|
|
|
+package com.goafanti.portal.controller;
|
|
|
+
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
+
|
|
|
+import com.goafanti.common.controller.CertifyApiController;
|
|
|
+@RestController
|
|
|
+@RequestMapping(value = "/api/user/portal/order")
|
|
|
+public class PortalOrderApiController extends CertifyApiController{
|
|
|
+
|
|
|
+}
|