This commit is contained in:
tanghc
2020-07-29 11:18:45 +08:00
parent 33e50a1fae
commit 4c1197e181
13 changed files with 62 additions and 16 deletions

View File

@@ -36,8 +36,6 @@ public class AlipayClientPostTest extends TestBase {
@Test
public void testGet() throws Exception {
// 接口实现见com.gitee.sop.storyweb.controller.AlipayController.getStory
// 公共请求参数
Map<String, String> params = new HashMap<String, String>();
params.put("app_id", appId);