|
|
@@ -1,18 +1,14 @@
|
|
|
-package com.usoftchina.saas.transfers;
|
|
|
+package com.usoftchina.saas.transfers.controller;
|
|
|
|
|
|
import com.usoftchina.saas.base.Result;
|
|
|
import com.usoftchina.saas.transfers.po.MessageInfo;
|
|
|
-import com.usoftchina.saas.transfers.service.ReceiveService;
|
|
|
import com.usoftchina.saas.transfers.service.SendService;
|
|
|
import com.usoftchina.saas.utils.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import javax.xml.ws.handler.MessageContext;
|
|
|
-
|
|
|
/**
|
|
|
* @author: guq
|
|
|
* @create: 2019-01-06 22:15
|