商户接口
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
index 0000000..c92f7f5
--- /dev/null
+++ b/src/main/kotlin/com/supwisdom/dlpay/shop/controller/shop_controller.kt
@@ -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