商户接口
authorqiaowei <jov123@163.com>
Mon, 15 Apr 2019 02:12:54 +0000 (10:12 +0800)
committerqiaowei <jov123@163.com>
Mon, 15 Apr 2019 07:53:08 +0000 (15:53 +0800)
src/main/kotlin/com/supwisdom/dlpay/shop/controller/shop_controller.kt [new file with mode: 0644]

diff --git a/src/main/kotlin/com/supwisdom/dlpay/shop/controller/shop_controller.kt b/src/main/kotlin/com/supwisdom/dlpay/shop/controller/shop_controller.kt
new file mode 100644 (file)
index 0000000..c92f7f5
--- /dev/null
@@ -0,0 +1,16 @@
+package com.supwisdom.dlpay.shop.controller
+
+import org.springframework.web.bind.annotation.RequestMapping
+import org.springframework.web.bind.annotation.RestController
+
+/**
+ * Created by shuwei on 2019/4/15.
+ */
+@RestController
+@RequestMapping("/shop")
+class ShopController{
+    @RequestMapping("/open")
+    fun openAccount(){
+
+    }
+}
\ No newline at end of file