|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.simple.controller; |
|
|
|
|
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import org.apache.log4j.Logger; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.util.Assert; |
|
|
|
@@ -16,6 +17,7 @@ import io.swagger.annotations.ApiImplicitParams; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("wxMerchantTradeDays") |
|
|
|
@Api(description="商户日结单额接口") |
|
|
|
public class WxMerchantTradeDaysController extends BaseController |
|
|
|
{ |
|
|
|
@Autowired |
|
|
|
|