秘钥管理改造,服务端返回sign

This commit is contained in:
tanghc
2019-06-27 19:04:31 +08:00
parent 986ad2b34d
commit fe40161170
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
package com.gitee.durcframework.easyopen.server; package com.gitee.sop.adminserver;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;

View File

@@ -82,6 +82,7 @@ public class AlipayController {
return story; return story;
} }
// http://localhost:2222/alipay.story.get/
@ApiMapping(value = "alipay.story.get") @ApiMapping(value = "alipay.story.get")
public Story getStory() { public Story getStory() {
Story story = new Story(); Story story = new Story();