From: qiaowei Date: Mon, 15 Apr 2019 02:12:54 +0000 (+0800) Subject: 商户接口 X-Git-Tag: 1.0.0^2~291 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=5e603d5619bbc0dbf37300e0d31d6351d0ba3608;p=epayment%2Ffood_payapi.git 商户接口 --- 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 00000000..c92f7f52 --- /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