feat: 网络对接优化
parent
440876d529
commit
43d9f6e6b6
@ -0,0 +1,13 @@
|
|||||||
|
package com.glxp.api.httpClient.controller;
|
||||||
|
|
||||||
|
|
||||||
|
import lombok.RequiredArgsConstructor;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 提供给第三方外部系统的调用层 例如 外部厂商的自助平台
|
||||||
|
*/
|
||||||
|
@RequiredArgsConstructor
|
||||||
|
@RestController
|
||||||
|
public class ThrSysSpmsController {
|
||||||
|
}
|
Loading…
Reference in New Issue