|
|
@@ -151,7 +151,7 @@ public class WxMerchantController extends BaseController { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@RedisCache |
|
|
|
|
|
|
|
|
@RedisCache(expireTime = 30) |
|
|
@ApiOperation("获取进件/余额页面") |
|
|
@ApiOperation("获取进件/余额页面") |
|
|
@GetMapping("/getTtReceiverUrl") |
|
|
@GetMapping("/getTtReceiverUrl") |
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|