fix parnters

master
luoyang 5 years ago
parent 3a8466c83b
commit 3d17c1fc82

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>1.3.97</version> <version>1.3.98</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.8.0</jib-maven-plugin.version> <jib-maven-plugin.version>1.8.0</jib-maven-plugin.version>

@ -16,7 +16,7 @@ import javax.annotation.Resource;
* @author taylor * @author taylor
*/ */
@RestController @RestController
@RequestMapping("/api/v1.0/org_gateway/partner/{shortId}") @RequestMapping("/api/v1.0/org_gateway/partners/{shortId}")
@Gtw2Ctrl @Gtw2Ctrl
public class GtwPayController { public class GtwPayController {
@Resource @Resource

Loading…
Cancel
Save