|
|
|
@ -2,13 +2,11 @@ package au.com.royalpay.payment.manage.appclient.web;
|
|
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.manage.appclient.core.RetailRSvcService;
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping("/api/v1.0/server/rsvc")
|
|
|
|
|
public class RsvcServiceController {
|
|
|
|
|
|
|
|
|
|