package com.iplatform.pay.api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * 订单相关的接口。

* 1) API由客户端调用,包括: APP以及第三方服务等;
* 2) 在此基础上可以实现服务注册,并配置为支持负载调用。 * @author 时克英 * @date 2023-02-26 */ //@RestController @RequestMapping("/pay/order") public class PlatformOrderApi { }